]> git.proxmox.com Git - proxmox-backup.git/commit
tests: move network tests to parser.rs
authorStefan Lendl <s.lendl@proxmox.com>
Thu, 4 Apr 2024 10:00:29 +0000 (12:00 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 Apr 2024 19:48:41 +0000 (21:48 +0200)
commit274c03e297f9cb5032da2743fc36678f088f6888
tree1ad4abe6163cca18f54f0ff3ef87492a5c2ceee0
parenta577114a21f11e3eb994b6fba691bb8b57582349
tests: move network tests to parser.rs

All current tests in network/mod.rs only test parser functionality and
  should therefore live in the parser module.

Signed-off-by: Stefan Lendl <s.lendl@proxmox.com>
Tested-by: Lukas Wagner <l.wagner@proxmox.com>
Reviewed-by: Lukas Wagner <l.wagner@proxmox.com>
Tested-by: Folke Gleumes <f.gleumes@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pbs-config/src/network/mod.rs
pbs-config/src/network/parser.rs