aboutsummaryrefslogtreecommitdiffstats
path: root/integration_tests
diff options
context:
space:
mode:
Diffstat (limited to 'integration_tests')
-rw-r--r--integration_tests/local_urls.py1
-rw-r--r--integration_tests/urls.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/integration_tests/local_urls.py b/integration_tests/local_urls.py
index 9b73a67..8c2c30e 100644
--- a/integration_tests/local_urls.py
+++ b/integration_tests/local_urls.py
@@ -21,3 +21,4 @@ CDS_URL = "http://172.20.0.7:8080"
MSB_URL = "http://172.20.0.8:5003"
VES_URL = "http://172.20.0.9:30417"
DMAAP_URL = "http://172.20.0.10:3904"
+K8SPLUGIN_URL = "http://172.20.0.11:5004"
diff --git a/integration_tests/urls.py b/integration_tests/urls.py
index 2d6b11e..32ffed8 100644
--- a/integration_tests/urls.py
+++ b/integration_tests/urls.py
@@ -19,5 +19,6 @@ SDNC_URL = "http://sdnc.api.simpledemo.onap.org:5002"
CLAMP_URL = "http://clamp.api.simpledemo.onap.org:30258"
CDS_URL = "http://cds.api.simpledemo.onap.org:8080"
MSB_URL = "http://msb.k8s.api.simpledemo.onap.org:5003"
+K8SPLUGIN_URL = "http://k8splugin.api.simpledemo.onap.org:5004"
VES_URL = "http://ves.api.simpledemo.onap.org:30417"
DMAAP_URL = "http://dmaap.api.simpledemo.onap.org:3904"