From bb0676c4168b47f78230237368e8fb9b1d2c286c Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Mon, 6 Mar 2017 13:05:40 -0800 Subject: [PATCH] Add SECURITY_GROUP_MODE to pybot command line args Change-Id: I2665987ff0ddcb3493b40405c57ccfcecd8f8d1b Signed-off-by: Jamo Luhrsen --- .../include-raw-integration-deploy-openstack-run-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/integration/include-raw-integration-deploy-openstack-run-test.sh b/jjb/integration/include-raw-integration-deploy-openstack-run-test.sh index 28aa092af..39f0822f0 100644 --- a/jjb/integration/include-raw-integration-deploy-openstack-run-test.sh +++ b/jjb/integration/include-raw-integration-deploy-openstack-run-test.sh @@ -692,6 +692,7 @@ pybot -N ${TESTPLAN} --removekeywords wuks -c critical -e exclude \ -v OS_COMPUTE_2_IP:${OPENSTACK_COMPUTE_NODE_2_IP} \ -v OS_USER:${USER} \ -v PUBLIC_PHYSICAL_NETWORK:${PUBLIC_PHYSICAL_NETWORK} \ + -v SECURITY_GROUP_MODE:${SECURITY_GROUP_MODE} \ -v TOOLS_SYSTEM_IP:${TOOLS_SYSTEM_1_IP} \ -v TOOLS_SYSTEM_1_IP:${TOOLS_SYSTEM_1_IP} \ -v TOOLS_SYSTEM_2_IP:${TOOLS_SYSTEM_2_IP} \ -- 2.36.6