Add NUM_TOOLS_SYSTEM variable to pybot 65/72465/1
authorSathwik Boggarapu <b.sathwik@ericsson.com>
Wed, 30 May 2018 08:48:07 +0000 (14:18 +0530)
committerSathwik Boggarapu <b.sathwik@ericsson.com>
Wed, 30 May 2018 08:52:34 +0000 (14:22 +0530)
The variable gets created, but we were not passing it to
pybot.

Change-Id: I1f6a038a4b9f0956a46b216cae6b903c56a8c386
Signed-off-by: Sathwik Boggarapu <b.sathwik@ericsson.com>
jjb/integration/integration-deploy-controller-run-test.sh

index 5e1e3685fc71117cf61e8814ffa260619af0483c..021161e61d6a10646aaf01618dba9d0eae810bc1 100644 (file)
@@ -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} \