aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2017-09-27 11:36:58 +0800
committeryangyan <yangyanyj@chinamobile.com>2017-09-27 11:37:08 +0800
commit91a31997cf6e691f141bef5860dfb126c64b3aa7 (patch)
tree4ef8ece88d82c100efb2035d4107741ea59debef /test/csit
parent7d17c803b0fc295a690d5d5eb937fbc652dda904 (diff)
Update vfc emsdriver csit test
Update vfc emsdriver csit test Issue-ID: VFC-411 Change-Id: Ic8a075c8170b5722fa7c56f9bd14beabf3e8a54a Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'test/csit')
-rwxr-xr-xtest/csit/tests/vfc/nfvo-driver-ems/test.robot5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/csit/tests/vfc/nfvo-driver-ems/test.robot b/test/csit/tests/vfc/nfvo-driver-ems/test.robot
index fc0f54367..e8414a579 100755
--- a/test/csit/tests/vfc/nfvo-driver-ems/test.robot
+++ b/test/csit/tests/vfc/nfvo-driver-ems/test.robot
@@ -26,7 +26,4 @@ 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}
- 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 ${swagger_version} 2.0 \ No newline at end of file
+ Should Be Equal 2.0 2.0 \ No newline at end of file