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/custom_tests/neutron/001__reachability.robot | |
parent | b27154b2f82eb94a2ccf514a94562ce5c7d7935e (diff) | |
parent | 0fbe33b58e8b2ef9ffc7c44d57e97424f4fa0431 (diff) |
Merge "Switch to ODL_SYSTEM_IP and OPENSTACK vars"
Diffstat (limited to 'testcases/Controllers/ODL/custom_tests/neutron/001__reachability.robot')
-rw-r--r-- | testcases/Controllers/ODL/custom_tests/neutron/001__reachability.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/Controllers/ODL/custom_tests/neutron/001__reachability.robot b/testcases/Controllers/ODL/custom_tests/neutron/001__reachability.robot index e9fdfe645..c2714c691 100644 --- a/testcases/Controllers/ODL/custom_tests/neutron/001__reachability.robot +++ b/testcases/Controllers/ODL/custom_tests/neutron/001__reachability.robot @@ -5,7 +5,7 @@ ${SubnetNorthbound} ${NeutronNorthbound}/subnets ${PortNorthbound} ${NeutronNorthbound}/ports *** Settings *** -Suite Setup Create Session ODL http://${CONTROLLER}:${PORT} headers=${HEADERS} auth=${AUTH} +Suite Setup Create Session ODL http://${ODL_SYSTEM_IP}:${PORT} headers=${HEADERS} auth=${AUTH} Suite Teardown Delete All Sessions Library RequestsLibrary Variables ../../../variables/Variables.py |