diff options
Diffstat (limited to 'test/csit/tests/vfc/nfvo-catalog/test.robot')
-rw-r--r-- | test/csit/tests/vfc/nfvo-catalog/test.robot | 2 |
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} |