]> git.ipfire.org Git - people/ms/network.git/commitdiff
Nitsi: port vlan test- check if detach works
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Sun, 16 Sep 2018 12:36:26 +0000 (14:36 +0200)
committerJonatan Schlag <jonatan.schlag@ipfire.org>
Sun, 16 Sep 2018 12:36:26 +0000 (14:36 +0200)
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
test/nitsi/test/port-vlan/recipe

index e2c992681adef56543be89703a6e2eb9cf0ebf0b..aad19fd215631b3feaa1355a408d118c44fbf9f4 100644 (file)
@@ -22,3 +22,6 @@ all: network zone upl0 port attach "${p_net1}v42"
 
 # Test if the vlan works by pinging bob
 alice: ping -c 5 192.168.100.102
+
+# Test that we can detach the vlan port
+all: network zone upl0 port detach "${p_net1}v42"