From: Sathwik Boggarapu Date: Wed, 30 May 2018 08:48:07 +0000 (+0530) Subject: Add NUM_TOOLS_SYSTEM variable to pybot X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=211eaee50a24c864af8d355417a1897dc7fc56db;p=releng%2Fbuilder.git Add NUM_TOOLS_SYSTEM variable to pybot The variable gets created, but we were not passing it to pybot. Change-Id: I1f6a038a4b9f0956a46b216cae6b903c56a8c386 Signed-off-by: Sathwik Boggarapu --- diff --git a/jjb/integration/integration-deploy-controller-run-test.sh b/jjb/integration/integration-deploy-controller-run-test.sh index 5e1e3685f..021161e61 100644 --- a/jjb/integration/integration-deploy-controller-run-test.sh +++ b/jjb/integration/integration-deploy-controller-run-test.sh @@ -332,6 +332,7 @@ pybot -N ${TESTPLAN} \ -v MININET_USER:${USER} \ -v NEXUSURL_PREFIX:${NEXUSURL_PREFIX} \ -v NUM_ODL_SYSTEM:${NUM_ODL_SYSTEM} \ + -v NUM_TOOLS_SYSTEM:${NUM_TOOLS_SYSTEM} \ -v ODL_STREAM:${DISTROSTREAM} \ -v ODL_SYSTEM_1_IP:${ODL_SYSTEM_IP} \ -v ODL_SYSTEM_IP:${ODL_SYSTEM_IP} \