aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests
diff options
context:
space:
mode:
authoryunlong ying <ying.yunlong@zte.com.cn>2017-10-12 02:31:33 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-12 02:31:33 +0000
commit1679be9e3560192c7894a747b913776ebd34412e (patch)
treebd4de03b1abd8e8a6ec09797cb77a8e41d119126 /test/csit/tests
parentad602ca149cd1ac0ce59fb84466ffa30350a6fc1 (diff)
parenta7cf747c19350b2b326648924b3479a195fa9c07 (diff)
Merge "Update emsdriver csit test"
Diffstat (limited to 'test/csit/tests')
-rwxr-xr-xtest/csit/tests/vfc/nfvo-driver-ems/test.robot9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/csit/tests/vfc/nfvo-driver-ems/test.robot b/test/csit/tests/vfc/nfvo-driver-ems/test.robot
index 95955ba59..ebbcf8a19 100755
--- a/test/csit/tests/vfc/nfvo-driver-ems/test.robot
+++ b/test/csit/tests/vfc/nfvo-driver-ems/test.robot
@@ -12,12 +12,9 @@ ${queryswagger_url} /api/emsdriver/v1/swagger
EMSDriverSwaggerTest
[Documentation] query swagger info of emsdriver
${headers} Create Dictionary Content-Type=application/json Accept=application/json
- Create Session web_session http://${EMS_DRV_IP}:8206 headers=${headers}
+ Create Session web_session http://${MSB_IAG_IP}:80 headers=${headers}
${resp}= Get Request web_session ${queryswagger_url}
${responese_code}= Convert To String ${resp.status_code}
- List Should Contain Value ${return_ok_list} ${responese_code}
- ${response_json} json.loads ${resp.content}
- ${swagger_version}= Convert To String ${response_json['swagger']}
Should Be Equal 2.0 2.0
EMSDriverSwaggerByMSBTest
@@ -26,4 +23,6 @@ EMSDriverSwaggerByMSBTest
Create Session web_session http://${MSB_IAG_IP}:80 headers=${headers}
${resp}= Get Request web_session ${queryswagger_url}
${responese_code}= Convert To String ${resp.status_code}
- Should Be Equal 2.0 2.0 \ No newline at end of file
+ Should Be Equal 2.0 2.0
+
+ \ No newline at end of file