From 6ccd7812c65df73bdafe191e66a4ebeca17bbc0d Mon Sep 17 00:00:00 2001 From: Jonatan Schlag Date: Sun, 16 Sep 2018 14:36:26 +0200 Subject: [PATCH] Nitsi: port vlan test- check if detach works Signed-off-by: Jonatan Schlag --- test/nitsi/test/port-vlan/recipe | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.47.2