commit | 379630d6b960756d1bf9b747b94f0872c4630d0a | [log] [tgz] |
---|---|---|
author | Kailash <kailash@onlab.us> | Wed Jan 23 10:38:53 2019 -0800 |
committer | Kailash <kailash@onlab.us> | Wed Jan 23 10:38:53 2019 -0800 |
tree | 25e83c0b6b3784b3a07f4d84018d29ba86cbfc45 | |
parent | 02acdf685843efead5d1c5ab68d2b0f3805630e9 [diff] |
pulling env vars for bbsim tests Change-Id: If3ba326d455572b7693b57a4ae1d124599c55d09
diff --git a/src/test/cord-api/Tests/WorkflowValidations/BBSIM.robot b/src/test/cord-api/Tests/WorkflowValidations/BBSIM.robot index 6820451..db827fb 100644 --- a/src/test/cord-api/Tests/WorkflowValidations/BBSIM.robot +++ b/src/test/cord-api/Tests/WorkflowValidations/BBSIM.robot
@@ -57,7 +57,7 @@ Setup ${auth} = Create List ${XOS_USER} ${XOS_PASSWD} ${HEADERS} Create Dictionary Content-Type=application/json - Create Session ${server_ip} http://${server_ip}:${server_port} auth=${AUTH} headers=${HEADERS} + Create Session ${server_ip} http://%{SERVER_IP}:%{SERVER_PORT} auth=${AUTH} headers=${HEADERS} Teardown Delete All Sessions