diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-06-28 14:49:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-28 14:49:19 +0000 |
commit | 130111453725c2155dce0be8ebdd210fa2aa2dff (patch) | |
tree | 003cc87fe6e96f1113a30bb505f772adcda9d9e2 /testcases/Controllers/ODL/start_tests.sh | |
parent | b27154b2f82eb94a2ccf514a94562ce5c7d7935e (diff) | |
parent | 0fbe33b58e8b2ef9ffc7c44d57e97424f4fa0431 (diff) |
Merge "Switch to ODL_SYSTEM_IP and OPENSTACK vars"
Diffstat (limited to 'testcases/Controllers/ODL/start_tests.sh')
-rwxr-xr-x | testcases/Controllers/ODL/start_tests.sh | 2 |
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}/ |