aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/vfc
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2017-10-12 10:31:06 +0800
committeryangyan <yangyanyj@chinamobile.com>2017-10-12 10:31:18 +0800
commita7cf747c19350b2b326648924b3479a195fa9c07 (patch)
treec110fc98e2057a409778500c57b95b5c6aa8fd7b /test/csit/tests/vfc
parenta01c62b179a40c45f8673a6a6f02f1e5f307d543 (diff)
Update emsdriver csit test
Issue-ID: VFC-345 Change-Id: I1ea161eb0bd53e6079932046783a5cd9f5bcc22f Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'test/csit/tests/vfc')
-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