Change on onaptests_bench to run stability tests on sm env
[integration.git] / test / onaptests_bench / src / onaptests_bench / artifacts / settings.py
index b9f5c7f..ca189b2 100644 (file)
@@ -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"