diff options
author | koblosz <sandra.koblosz@nokia.com> | 2018-10-23 07:32:30 +0200 |
---|---|---|
committer | koblosz <sandra.koblosz@nokia.com> | 2018-10-23 08:25:47 +0200 |
commit | 2ac270a8ee0ecf5357c541deb6e162b4cc26dd98 (patch) | |
tree | 4dd8770e719c806af57d252de44df663b06f74bd /tests/vid/healthCheck | |
parent | 5d59d1bf48fa2f0fbd433e8b25a207d62ddf8d22 (diff) |
Enhance vid CSIT tests, added for scaleout
Issue-ID: VID-323
Change-Id: I31ad377ee766eaf66c848ad802c33e21ea1dfe76
Signed-off-by: Sandra Koblosz <sandra.koblosz@nokia.com>
Diffstat (limited to 'tests/vid/healthCheck')
-rw-r--r-- | tests/vid/healthCheck/test1.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vid/healthCheck/test1.robot b/tests/vid/healthCheck/test1.robot index 8f9448d8..4f1aabd3 100644 --- a/tests/vid/healthCheck/test1.robot +++ b/tests/vid/healthCheck/test1.robot @@ -7,9 +7,9 @@ Library json *** Test Cases *** Get Requests health check ok [Tags] get - CreateSession vid http://localhost:8080 + CreateSession vid http://${VID_IP}:8080 ${headers}= Create Dictionary Accept=application/json Content-Type=application/json - ${resp}= Get Request vid /vid/healthCheck headers=&{headers} + ${resp}= Get Request vid /vid/healthCheck headers=${headers} Should Be Equal As Strings ${resp.status_code} 200 Log to console statusCode: ${resp.json()['statusCode']} Should Be Equal As Strings ${resp.json()['statusCode']} 200 |