aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-08-07 13:32:01 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-07 13:32:01 +0000
commit66dc370cd0555e595cd526a65ff2bd631ae44e54 (patch)
tree3ac57a8a1251b040438aba1935b90d1f4e69029e /test
parentd1eaf1f0a19ec15f399c2c79282bddc41fc78bec (diff)
parente28e24b24e0fe9a24daf946426fbf1b578ff3b0f (diff)
Merge "update sdc csit tests"
Diffstat (limited to 'test')
-rw-r--r--test/csit/tests/sdc/nightly/test1.robot4
-rw-r--r--test/csit/tests/sdc/sanity/test1.robot4
-rw-r--r--test/csit/tests/sdc/uiSanity/test1.robot4
3 files changed, 6 insertions, 6 deletions
diff --git a/test/csit/tests/sdc/nightly/test1.robot b/test/csit/tests/sdc/nightly/test1.robot
index 6d4dc242d..3705d8f5b 100644
--- a/test/csit/tests/sdc/nightly/test1.robot
+++ b/test/csit/tests/sdc/nightly/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}
diff --git a/test/csit/tests/sdc/sanity/test1.robot b/test/csit/tests/sdc/sanity/test1.robot
index 6d4dc242d..3705d8f5b 100644
--- a/test/csit/tests/sdc/sanity/test1.robot
+++ b/test/csit/tests/sdc/sanity/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}
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}