diff options
author | Yuli <yshlosbe@gmail.com> | 2018-08-07 11:50:30 +0300 |
---|---|---|
committer | Yuli Shlosberg <ys9693@att.com> | 2018-08-07 11:51:58 +0300 |
commit | e28e24b24e0fe9a24daf946426fbf1b578ff3b0f (patch) | |
tree | 7e81313872e199a71bfdaa5b7d35593a11c2fd9a /test/csit/tests/sdc/uiSanity | |
parent | 4a3cc3fdf9d07d347bb539b7fa5c600464470cc1 (diff) |
update sdc csit tests
Change-Id: I2a36f9b9dadd4744590f980ba214104777a89d20
Issue-ID: SDC-1611
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'test/csit/tests/sdc/uiSanity')
-rw-r--r-- | test/csit/tests/sdc/uiSanity/test1.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/csit/tests/sdc/uiSanity/test1.robot b/test/csit/tests/sdc/uiSanity/test1.robot index 6d4dc242d..3705d8f5b 100644 --- a/test/csit/tests/sdc/uiSanity/test1.robot +++ b/test/csit/tests/sdc/uiSanity/test1.robot @@ -7,9 +7,9 @@ Library json *** Test Cases *** Get Requests health check ok [Tags] get - CreateSession sdc-be http://localhost:8080 + CreateSession sdc-be http://localhost:8181 ${headers}= Create Dictionary Accept=application/json Content-Type=application/json - ${resp}= Get Request sdc-be /sdc2/rest/healthCheck headers=&{headers} + ${resp}= Get Request sdc-be /sdc1/rest/healthCheck headers=&{headers} Should Be Equal As Strings ${resp.status_code} 200 @{ITEMS}= Copy List ${resp.json()['componentsInfo']} : FOR ${ELEMENT} IN @{ITEMS} |