From 1fb1cdcadb0dfa9c32a6e3d3e2e3125b13e35b33 Mon Sep 17 00:00:00 2001 From: rexlee8776 Date: Thu, 29 Sep 2016 06:54:45 +0000 Subject: [PATCH] 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 --- yardstick/benchmark/scenarios/networking/ping6_setup.bash | 4 ++-- 1 file 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 -- 2.16.6