diff options
author | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2020-04-08 11:24:26 +0200 |
---|---|---|
committer | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2020-04-08 11:24:26 +0200 |
commit | 4b3ce28d5c42f2bc8ca9445545895aa34ff09a03 (patch) | |
tree | 94e36db4136d9b7eb397c0347fddd67dca9599a9 /resources | |
parent | 7f37c3cd610edd911a8b68e2118212d9ec8149d6 (diff) |
Enhance 5g bulk PM test case in order to use blueprints from DCAE inventory
Issue-ID: INT-1521
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: Ia99231521dfb1755177a9ac1ad8c43771b4c8726
Diffstat (limited to 'resources')
-rw-r--r-- | resources/config/eteshare/config/robot_properties.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/resources/config/eteshare/config/robot_properties.py b/resources/config/eteshare/config/robot_properties.py index 0d73904..974a996 100644 --- a/resources/config/eteshare/config/robot_properties.py +++ b/resources/config/eteshare/config/robot_properties.py @@ -48,7 +48,7 @@ GLOBAL_INJECTED_BC_IP_ADDR = 'dmaap-bc.{{include "common.namespace" .}}' GLOBAL_INJECTED_MUSIC_IP_ADDR = 'music.{{include "common.namespace" .}}' GLOBAL_INJECTED_NBI_IP_ADDR = 'nbi.{{include "common.namespace" .}}' GLOBAL_INJECTED_NETWORK = '{{ .Values.openStackPrivateNetId }}' -GLOBAL_INJECTED_NEXUS_DOCKER_REPO = 'nexus3.onap.org:10001' +GLOBAL_INJECTED_NEXUS_DOCKER_REPO = '{{ .Values.repository }}' GLOBAL_INJECTED_NEXUS_PASSWORD = 'docker' GLOBAL_INJECTED_NEXUS_REPO ='https://nexus.onap.org/content/sites/raw' GLOBAL_INJECTED_NEXUS_USERNAME = 'docker' @@ -309,6 +309,10 @@ GLOBAL_VNFSDK_SERVER_PORT = "8703" GLOBAL_DCAE_VES_PROTOCOL = "http" GLOBAL_DCAE_VES_SERVER_PORT = "8080" +GLOBAL_DCAE_VES_HTTPS_PROTOCOL = "https" +GLOBAL_DCAE_VES_HTTPS_SERVER_PORT = "8443" +GLOBAL_DCAE_VES_USERNAME = 'sample1' +GLOBAL_DCAE_VES_PASSWORD = 'sample1' #global selenium info GLOBAL_PROXY_WARNING_TITLE="" GLOBAL_PROXY_WARNING_CONTINUE_XPATH="" |