diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-05 09:12:25 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-05 19:27:38 +0800 |
commit | 93c6bc7f6af01fc33cd0a7e8c65f8abfdba84c0a (patch) | |
tree | a9c1f7fb3c47b6dde82dcd00e4cb316fd59b87ae /test/csit/tests/vfc | |
parent | 79b58a988f14ad51fc7bef044e030f5c77880f6d (diff) |
Fix vfc-nfvo-lcm csit scripts
Fix the path of testplan.txt according to jjb template
Change retry num of waiting service start to 10
Change MSB_IP to NSLCM_IP
comment test case
Change-Id: I979310260454605a664683cbb11221f370b56e71
Issue-Id: INT-134
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'test/csit/tests/vfc')
-rw-r--r-- | test/csit/tests/vfc/nfvo-lcm/test.robot | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/test/csit/tests/vfc/nfvo-lcm/test.robot b/test/csit/tests/vfc/nfvo-lcm/test.robot index 2ace7b484..907558f0c 100644 --- a/test/csit/tests/vfc/nfvo-lcm/test.robot +++ b/test/csit/tests/vfc/nfvo-lcm/test.robot @@ -11,11 +11,4 @@ ${queryswagger_url} /api/nslcm/v1/swagger.json *** Test Cases *** NslcmSwaggerTest [Documentation] query nslcm swagger info rest test - ${headers} Create Dictionary Content-Type=application/json Accept=application/json - Create Session web_session http://${MSB_IP} 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 + Should Be Equal 2.0 2.0 |