]> git.ipfire.org Git - people/ms/network.git/blobdiff - test/nitsi/test/port-vlan/recipe
Adjust include paths because of the new include path feature
[people/ms/network.git] / test / nitsi / test / port-vlan / recipe
index e2c992681adef56543be89703a6e2eb9cf0ebf0b..d41377b4c6886f57468561e7682d3eaee7b4bcf2 100644 (file)
@@ -1,8 +1,8 @@
-include: ../../include/setup
+include: setup
 
 # This contains the basic network configuration for all vpn-tests
-include: ../../include/alice-port-vars
-include: ../../include/bob-port-vars
+include: alice-port-vars
+include: bob-port-vars
 
 # Create an uplink zone
 all: network zone new upl0 bridge --stp=off
@@ -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"