From 91a31997cf6e691f141bef5860dfb126c64b3aa7 Mon Sep 17 00:00:00 2001 From: yangyan Date: Wed, 27 Sep 2017 11:36:58 +0800 Subject: Update vfc emsdriver csit test Update vfc emsdriver csit test Issue-ID: VFC-411 Change-Id: Ic8a075c8170b5722fa7c56f9bd14beabf3e8a54a Signed-off-by: yangyan --- test/csit/tests/vfc/nfvo-driver-ems/test.robot | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test/csit') 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 -- cgit 1.2.3-korg