X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=test%2Fonaptests_bench%2Fsrc%2Fonaptests_bench%2Fartifacts%2Fsettings.py;h=ca189b2be1a722c087f7a116f67a8e4cc55da0d9;hb=8f5d1543c3147cc06cd59d491904b9712a7e25a8;hp=b9f5c7ff3a25e17584f926e0ac4de0205523b69b;hpb=f9f62801c5c98a980c91b0ac6e9bb064eb6da15a;p=integration.git diff --git a/test/onaptests_bench/src/onaptests_bench/artifacts/settings.py b/test/onaptests_bench/src/onaptests_bench/artifacts/settings.py index b9f5c7ff3..ca189b2be 100644 --- a/test/onaptests_bench/src/onaptests_bench/artifacts/settings.py +++ b/test/onaptests_bench/src/onaptests_bench/artifacts/settings.py @@ -63,3 +63,18 @@ TILLER_HOST = "localhost" K8S_CONFIG = None # None means it will use default config (~/.kube/config) K8S_NAMESPACE = "onap" # Kubernetes namespace ORCHESTRATION_REQUEST_TIMEOUT = 60.0 * 30 # 30 minutes in seconds + +AAI_URL = "https://aai-api.simpledemo.onap.org" +CDS_URL = "https://cds-blueprintsprocessor-api.simpledemo.onap.org" +K8SPLUGIN_URL = "https://multicloud-k8s-api.simpledemo.onap.org" +MSB_URL = "https://msb-iag-ui.simpledemo.onap.org" +SDC_BE_URL = "https://sdc-be-api.simpledemo.onap.org" +SDC_FE_URL = "https://sdc-fe-ui.simpledemo.onap.org" +SDNC_URL = "https://sdnc-api.simpledemo.onap.org" +SO_URL = "https://so-api.simpledemo.onap.org" +CLAMP_URL = "https://policy-ui.simpledemo.onap.org" +VES_URL = "https://dcae-ves-collector-api.simpledemo.onap.org" +DMAAP_URL = "https://dmaap-mr-api.simpledemo.onap.org" +NBI_URL = "https://nbi-api.simpledemo.onap.org" +HOLMES_URL = "https://holmes-rule-mgmt-ui.simpledemo.onap.org" +AAI_GUI_URL = "https://aai-sparkybe-api.simpledemo.onap.org"