summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliang gao <jean.gaoliang@huawei.com>2016-10-04 03:07:51 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-04 03:07:51 +0000
commit0fe4dff8af1fe44f7b7c7fbf7df9034aba2c3062 (patch)
treeaaebe27e3224e73ddca9ff8721923f379354f5e6
parent50a772eca5c4eb3e75ff60388a33275a060280bc (diff)
parent1fb1cdcadb0dfa9c32a6e3d3e2e3125b13e35b33 (diff)
Merge "ipv6 testcase disable port-security on vRouter"
-rw-r--r--yardstick/benchmark/scenarios/networking/ping6_setup.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/yardstick/benchmark/scenarios/networking/ping6_setup.bash b/yardstick/benchmark/scenarios/networking/ping6_setup.bash
index f02dfa8ba..fb6da4fdb 100644
--- a/yardstick/benchmark/scenarios/networking/ping6_setup.bash
+++ b/yardstick/benchmark/scenarios/networking/ping6_setup.bash
@@ -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