diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-27 10:26:36 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-27 10:26:36 +0100 |
commit | 5423e53c8c88fcdd62197671ac7e101bb952c783 (patch) | |
tree | 0ab9d7831875416e5bdd0ee2bf7f63e5b04655ed /testcases/Controllers/ODL | |
parent | 39724bcf9aef79aa8136863bd07a701b8df14489 (diff) |
bug fix bad var affection when running ODL
Change-Id: I106f01928a2df71d5a46dad2087d767eb5bdf3d2
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'testcases/Controllers/ODL')
-rwxr-xr-x | testcases/Controllers/ODL/CI/start_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/Controllers/ODL/CI/start_tests.sh b/testcases/Controllers/ODL/CI/start_tests.sh index 5b45a2e92..3800b6307 100755 --- a/testcases/Controllers/ODL/CI/start_tests.sh +++ b/testcases/Controllers/ODL/CI/start_tests.sh @@ -51,7 +51,7 @@ ODL_PORT=${ODL_PORT:-8081} USR_NAME=${USR_NAME:-'neutron'} PASS=${PASS:-'octopus'} NEUTRON_IP=${NEUTRON_IP:-192.168.0.68} -KEYSTONE_IP=${NEUTRON_IP:-192.168.0.69} +KEYSTONE_IP=${KEYSTONE_IP:-192.168.0.69} set +x init_file=${REPO_DIR}/test/csit/suites/openstack/neutron/__init__.robot |