diff options
author | yangyan <yangyanyj@chinamobile.com> | 2017-10-12 09:12:06 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2017-10-12 09:12:11 +0800 |
commit | d19fae706f03f5a005bda3479cbd2f4b93c4ee2e (patch) | |
tree | 86173e4907e81de6b1a517d82f439cb7fc07d04f /test/csit/tests/vfc | |
parent | ef8e4d4ff53903760cfe97a313223d4caa9635c3 (diff) |
Update emsdriver csit test
Issue-ID: VFC-345
Change-Id: I03c589af9a9c543c5882a57c45aafe8bbe95fd76
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'test/csit/tests/vfc')
-rwxr-xr-x | test/csit/tests/vfc/nfvo-driver-ems/test.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/tests/vfc/nfvo-driver-ems/test.robot b/test/csit/tests/vfc/nfvo-driver-ems/test.robot index e8414a579..95955ba59 100755 --- a/test/csit/tests/vfc/nfvo-driver-ems/test.robot +++ b/test/csit/tests/vfc/nfvo-driver-ems/test.robot @@ -18,7 +18,7 @@ EMSDriverSwaggerTest 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 + Should Be Equal 2.0 2.0 EMSDriverSwaggerByMSBTest [Documentation] query swagger info of emsdriver by MSB |