aboutsummaryrefslogtreecommitdiffstats
path: root/integration_tests
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2023-02-27 14:18:18 +0100
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2023-03-01 18:37:40 +0000
commit04d216408b1fe94337775a6e528175733d055f25 (patch)
tree0f7f52004f0e963f441f0b16dd906bdce8247adb /integration_tests
parent21e9eda103d2cb5228f20a1518d10ba55e610983 (diff)
Update K8sPlugin API
- add new methods for Instance API - added option to use K8sPlugin without MSB Issue-ID: TEST-391 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I35b6c8ba9574ca2385c97edde5dbb036b30aebc9
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"