summaryrefslogtreecommitdiffstats
path: root/testcases/Controllers/ODL/start_tests.sh
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2016-06-28 15:43:44 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2016-06-28 15:51:51 +0200
commit0fbe33b58e8b2ef9ffc7c44d57e97424f4fa0431 (patch)
tree0928cf87163db7dac22cbe8a36f432dc9c7d747d /testcases/Controllers/ODL/start_tests.sh
parenta0f23ff8022734786f1f411974da9c8973a72450 (diff)
Switch to ODL_SYSTEM_IP and OPENSTACK vars
It follows the last updates of ODL's robotframework files [1]. Useless Set Suite Variable calls are also removed. [1] https://git.opendaylight.org/gerrit/#/c/36569/ Change-Id: I98ec20ded7978cd56e6de6b62bce04b8c6ba1e9a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'testcases/Controllers/ODL/start_tests.sh')
-rwxr-xr-xtestcases/Controllers/ODL/start_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/Controllers/ODL/start_tests.sh b/testcases/Controllers/ODL/start_tests.sh
index 7f5f121b6..8e655cfcf 100755
--- a/testcases/Controllers/ODL/start_tests.sh
+++ b/testcases/Controllers/ODL/start_tests.sh
@@ -81,7 +81,7 @@ do
((test_num++))
echo -e "${light_green}Starting test: $line ${nc}"
- pybot -v OPENSTACK:${KEYSTONE_IP} -v NEUTRON:${NEUTRON_IP} -v PORT:${ODL_PORT} -v CONTROLLER:${ODL_IP} ${REPO_DIR}/$line
+ pybot -v OPENSTACK:${NEUTRON_IP} -v PORT:${ODL_PORT} -v ODL_SYSTEM_IP:${ODL_IP} ${REPO_DIR}/$line
mkdir -p $RESULTS_DIR/logs/${test_num}
mv log.html $RESULTS_DIR/logs/${test_num}/
mv report.html $RESULTS_DIR/logs/${test_num}/