From: rexlee8776 Date: Thu, 29 Sep 2016 06:54:45 +0000 (+0000) Subject: ipv6 testcase disable port-security on vRouter X-Git-Tag: danube.1.0~250^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F43%2F22543%2F2;p=yardstick.git 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 --- 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