ipv6 testcase disable port-security on vRouter 43/22543/2
authorrexlee8776 <limingjiang@huawei.com>
Thu, 29 Sep 2016 06:54:45 +0000 (06:54 +0000)
committerrexlee8776 <limingjiang@huawei.com>
Thu, 29 Sep 2016 08:41:45 +0000 (08:41 +0000)
JIRA: YARDSTICK-359

orginal one is ok currently, this patch is suggested by Sindhar
 from Redhat to add this also which is more reasonable.
and will keep update with the ipv6 document.

Change-Id: I91f98eacbbcb818da00a47b8388c003e4bb98ecd
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
yardstick/benchmark/scenarios/networking/ping6_setup.bash

index f02dfa8..fb6da4f 100644 (file)
@@ -85,8 +85,8 @@ nova boot --image Fedora22  --flavor m1.small \
 sleep 60
 
 nova list
-# disable eth0-VM1, eth0-VM2 port-security
-for port in eth0-VM1 eth0-VM2
+# disable eth0-VM1, eth0-VM2, eth0-vRouter, eth1-vRouter port-security
+for port in eth0-VM1 eth0-VM2 eth0-vRouter eth1-vRouter
 do
     neutron port-update --no-security-groups $port
     neutron port-update $port --port-security-enabled=False