diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-09 15:55:18 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-09 15:55:18 +0800 |
commit | fef3f74240fc715e2a9eba75bd1c65680655ea5a (patch) | |
tree | 78e696d12e8aec2f6f900ba779605d21fb8af067 /test/csit/tests | |
parent | 62a2989f64b062ec4faf39dbd518f2f553709780 (diff) |
Update csit cases of vfc-nfvo-lcm
Fix register port, ip of MSB
Change call rest ip, port to own in test.robot
Change-Id: Ife8a940e9086835c98d0692ffe5985b83b863dec
Issue-Id: INT-190
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'test/csit/tests')
-rw-r--r-- | test/csit/tests/vfc/nfvo-lcm/test.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/tests/vfc/nfvo-lcm/test.robot b/test/csit/tests/vfc/nfvo-lcm/test.robot index d0a5b7cd7..148856cb7 100644 --- a/test/csit/tests/vfc/nfvo-lcm/test.robot +++ b/test/csit/tests/vfc/nfvo-lcm/test.robot @@ -12,7 +12,7 @@ ${queryswagger_url} /api/nslcm/v1/swagger.json NslcmSwaggerTest [Documentation] query swagger info nslcm ${headers} Create Dictionary Content-Type=application/json Accept=application/json - Create Session web_session http://${MSB_IAG_IP}:80 headers=${headers} + Create Session web_session http://${NSLCM_IP}:8403 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} |