Add "ODL_SYSTEM_1_IP" to start cluster script 97/28697/3
authorJozef Behran <jbehran@cisco.com>
Thu, 22 Oct 2015 13:17:10 +0000 (15:17 +0200)
committerJozef Behran <jbehran@cisco.com>
Thu, 22 Oct 2015 16:03:46 +0000 (18:03 +0200)
Some suites rely on it and it is also the official new API
for all clustered tests. The "ODL_SYSTEM_IP" is only a
convenience API for running non-clustered tests on a
clustered setup.

Change-Id: I12d948043fdf76a1ee98b811d88f3ccd2ac8762f
Signed-off-by: Jozef Behran <jbehran@cisco.com>
jjb/integration/include-raw-integration-start-cluster-run-test.sh

index cc311cd84a1d476489017c9fa4d39488245283be..03f0ca1fb6b346306079649580ea1b4ce18f6252 100644 (file)
@@ -78,7 +78,7 @@ SUITES=$( egrep -v '(^[[:space:]]*#|^[[:space:]]*$)' testplan.txt | tr '\012' '
 echo "Starting Robot test suites ${SUITES} ..."
 pybot -N ${TESTPLAN} -c critical -e exclude -v BUNDLEFOLDER:${BUNDLEFOLDER} -v WORKSPACE:/tmp \
 -v NEXUSURL_PREFIX:${NEXUSURL_PREFIX} -v CONTROLLER:${ODL_SYSTEM_IP} -v CONTROLLER1:${ODL_SYSTEM_2_IP} \
--v CONTROLLER2:${ODL_SYSTEM_3_IP} -v ODL_SYSTEM_IP:${ODL_SYSTEM_IP} -v ODL_SYSTEM_2_IP:${ODL_SYSTEM_2_IP} \
+-v CONTROLLER2:${ODL_SYSTEM_3_IP} -v ODL_SYSTEM_IP:${ODL_SYSTEM_IP} -v ODL_SYSTEM_1_IP:${ODL_SYSTEM_1_IP} -v ODL_SYSTEM_2_IP:${ODL_SYSTEM_2_IP} \
 -v ODL_SYSTEM_3_IP:${ODL_SYSTEM_3_IP} -v CONTROLLER_USER:${USER} -v ODL_SYSTEM_USER:${USER} \
 -v TOOLS_SYSTEM_IP:${TOOLS_SYSTEM_IP} -v TOOLS_SYSTEM_2_IP:${TOOLS_SYSTEM_2_IP} -v TOOLS_SYSTEM_3_IP:${TOOLS_SYSTEM_3_IP} \
 -v TOOLS_SYSTEM_USER:${USER} \