diff options
author | rexlee8776 <limingjiang@huawei.com> | 2016-09-29 06:54:45 +0000 |
---|---|---|
committer | rexlee8776 <limingjiang@huawei.com> | 2016-09-29 08:41:45 +0000 |
commit | 1fb1cdcadb0dfa9c32a6e3d3e2e3125b13e35b33 (patch) | |
tree | 1a245a2bde76df4c691535dec2e27f36ed54a596 | |
parent | 1f389fa4e814bda23fcb650a737ef2bff13aacf8 (diff) |
ipv6 testcase disable port-security on vRouter
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>
-rw-r--r-- | yardstick/benchmark/scenarios/networking/ping6_setup.bash | 4 |
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 |