aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/vfc
diff options
context:
space:
mode:
authorfengyuanxing <feng.yuanxing@zte.com.cn>2017-09-11 13:25:07 +0800
committerfengyuanxing <feng.yuanxing@zte.com.cn>2017-09-11 15:27:47 +0800
commit2c7068ead3386a59bc15fee8b6f9a2fef3baf133 (patch)
tree7f645f63ab133a93a058009f9916c8ec40a04eef /test/csit/tests/vfc
parentbbb154ebf575026027e2f48bec2044e738912276 (diff)
Modify the parameters of docker script and robot
Change-Id: I0731e2a43d567d6e2bb9b2a00994134a4cac1fd7 Issue-Id: INT-193 Signed-off-by: fengyuanxing <feng.yuanxing@zte.com.cn>
Diffstat (limited to 'test/csit/tests/vfc')
-rw-r--r--test/csit/tests/vfc/nfvo-catalog/test.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/tests/vfc/nfvo-catalog/test.robot b/test/csit/tests/vfc/nfvo-catalog/test.robot
index a23128c90..99dff9bd2 100644
--- a/test/csit/tests/vfc/nfvo-catalog/test.robot
+++ b/test/csit/tests/vfc/nfvo-catalog/test.robot
@@ -13,7 +13,7 @@ ${queryNSPackages_url} /api/catalog/v1/nspackages
*** Test Cases ***
GetVNFPackages
${headers} Create Dictionary Content-Type=application/json Accept=application/json
- Create Session web_session http://${CATALOG_IP} headers=${headers}
+ Create Session web_session http://${CATALOG_IP}:8806 headers=${headers}
${resp}= Get Request web_session ${queryVNFPackage_url}
${responese_code}= Convert To String ${resp.status_code}
List Should Contain Value ${return_ok_list} ${responese_code}