aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests
diff options
context:
space:
mode:
authoryunlong ying <ying.yunlong@zte.com.cn>2017-09-05 11:52:41 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-05 11:52:41 +0000
commit3fe68e0ad138da337d1b4055c76b115b9b3300f0 (patch)
treea41f67ee40cf5ab5ce9c13f3a609545e759ce56d /test/csit/tests
parent5a688a576dcad84d3b930b9af48207e13fd0a9a5 (diff)
parent93c6bc7f6af01fc33cd0a7e8c65f8abfdba84c0a (diff)
Merge "Fix vfc-nfvo-lcm csit scripts"
Diffstat (limited to 'test/csit/tests')
-rw-r--r--test/csit/tests/vfc/nfvo-lcm/test.robot9
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