From: Jonatan Schlag Date: Sun, 16 Sep 2018 12:36:26 +0000 (+0200) Subject: Nitsi: port vlan test- check if detach works X-Git-Tag: 010~81^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ccd7812c65df73bdafe191e66a4ebeca17bbc0d;p=network.git Nitsi: port vlan test- check if detach works Signed-off-by: Jonatan Schlag --- diff --git a/test/nitsi/test/port-vlan/recipe b/test/nitsi/test/port-vlan/recipe index e2c99268..aad19fd2 100644 --- a/test/nitsi/test/port-vlan/recipe +++ b/test/nitsi/test/port-vlan/recipe @@ -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"