aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-12-01 18:39:17 +0000
committerGerrit Code Review <gerrit@onap.org>2017-12-01 18:39:17 +0000
commit15c739e0bfa1cd79c844867a4866fff2ce8e1f59 (patch)
tree1f33b8f9830accbf9f791047c4d7f69a544e431e /test/csit/tests
parent5f57af152040b28fa8728964160dcf9e967698a2 (diff)
parent9480f8aa40e555e0194170a2271967a0cd467102 (diff)
Merge "Add VVP integration tests"
Diffstat (limited to 'test/csit/tests')
-rw-r--r--test/csit/tests/vvp/sanity/test1.robot4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/csit/tests/vvp/sanity/test1.robot b/test/csit/tests/vvp/sanity/test1.robot
index 21e1b5e7a..27612fdb8 100644
--- a/test/csit/tests/vvp/sanity/test1.robot
+++ b/test/csit/tests/vvp/sanity/test1.robot
@@ -4,13 +4,13 @@ Library OperatingSystem
Library RequestsLibrary
Library json
-# http://localhost:8000/vvp/v1/engmgr/vendors
+# http://localhost:9090/vvp/v1/engmgr/vendors
# vvp-engagementmgr
*** Test Cases ***
Get Requests health check ok
[Tags] get
- CreateSession vvp-engagementmgr http://localhost:8000
+ CreateSession vvp-engagementmgr http://localhost:9090
${headers}= Create Dictionary Accept=application/json Content-Type=application/json
${resp}= Get Request vvp-engagementmgr /vvp/v1/engmgr/vendors headers=&{headers}
Should Be Equal As Strings ${resp.status_code} 200