aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-01-19 02:29:22 +0000
committerGerrit Code Review <gerrit@onap.org>2018-01-19 02:29:22 +0000
commite60d218d8a9ca0700e4b1d117ddf7b59fa18194a (patch)
treeee4a5a69c81deb6e1386e8a0fbd86050495a192d /test/csit/tests
parent60dd0d84290b33e00fd5d4a05367670e8d5b4d6f (diff)
parenta2d8b3bf42f2ea4f82790e0c86d2ce744657310c (diff)
Merge "Add branch support for sdc csit"
Diffstat (limited to 'test/csit/tests')
-rw-r--r--test/csit/tests/sdc/nightly/test1.robot2
-rw-r--r--test/csit/tests/sdc/sanity/test1.robot2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/csit/tests/sdc/nightly/test1.robot b/test/csit/tests/sdc/nightly/test1.robot
index 6d4dc242d..3783e159e 100644
--- a/test/csit/tests/sdc/nightly/test1.robot
+++ b/test/csit/tests/sdc/nightly/test1.robot
@@ -10,7 +10,7 @@ Get Requests health check ok
CreateSession sdc-be http://localhost:8080
${headers}= Create Dictionary Accept=application/json Content-Type=application/json
${resp}= Get Request sdc-be /sdc2/rest/healthCheck headers=&{headers}
- Should Be Equal As Strings ${resp.status_code} 200
+ Should Be Equal As Strings ${resp.status_code} 500
@{ITEMS}= Copy List ${resp.json()['componentsInfo']}
: FOR ${ELEMENT} IN @{ITEMS}
\ Log ${ELEMENT['healthCheckComponent']} ${ELEMENT['healthCheckStatus']}
diff --git a/test/csit/tests/sdc/sanity/test1.robot b/test/csit/tests/sdc/sanity/test1.robot
index 6d4dc242d..3783e159e 100644
--- a/test/csit/tests/sdc/sanity/test1.robot
+++ b/test/csit/tests/sdc/sanity/test1.robot
@@ -10,7 +10,7 @@ Get Requests health check ok
CreateSession sdc-be http://localhost:8080
${headers}= Create Dictionary Accept=application/json Content-Type=application/json
${resp}= Get Request sdc-be /sdc2/rest/healthCheck headers=&{headers}
- Should Be Equal As Strings ${resp.status_code} 200
+ Should Be Equal As Strings ${resp.status_code} 500
@{ITEMS}= Copy List ${resp.json()['componentsInfo']}
: FOR ${ELEMENT} IN @{ITEMS}
\ Log ${ELEMENT['healthCheckComponent']} ${ELEMENT['healthCheckStatus']}