aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2/testcases/resources/dcae_properties.robot
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2020-01-07 10:24:36 +0000
committerGerrit Code Review <gerrit@onap.org>2020-01-07 10:24:36 +0000
commit2df4e82ea14f9286ea4d0accb8e8683937f4aa90 (patch)
tree42402c86eeb01e822bc0194f4a7def1f2db50ae1 /tests/dcaegen2/testcases/resources/dcae_properties.robot
parent71e5737a578370615458b2a85067aa3ee69bc089 (diff)
parenta73f9a5c673acc711aed2e7eef7fcb984b7a96bc (diff)
Merge "Add scripts generating temporary certificates for VES CSIT tests"
Diffstat (limited to 'tests/dcaegen2/testcases/resources/dcae_properties.robot')
-rw-r--r--tests/dcaegen2/testcases/resources/dcae_properties.robot8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/dcaegen2/testcases/resources/dcae_properties.robot b/tests/dcaegen2/testcases/resources/dcae_properties.robot
index de5519ee..119ef236 100644
--- a/tests/dcaegen2/testcases/resources/dcae_properties.robot
+++ b/tests/dcaegen2/testcases/resources/dcae_properties.robot
@@ -4,6 +4,7 @@ Documentation store all properties that can change or are used in multipl
... make sure you prepend them with GLOBAL so that other files can easily see it is from this file.
*** Variables ***
+
${GLOBAL_APPLICATION_ID} robot-dcaegen2
${GLOBAL_DCAE_CONSUL_URL} http://135.205.228.129:8500
${GLOBAL_DCAE_CONSUL_URL1} http://135.205.228.170:8500
@@ -14,8 +15,8 @@ ${VESC_HTTPS_USER} sample1
${VESC_HTTPS_PD} sample1
${VESC_HTTPS_WRONG_PD} sample
${VESC_HTTPS_WRONG_USER} sample
-${VESC_ROOTCA_CERT} %{WORKSPACE}/tests/dcaegen2/testcases/assets/certs/rootCA.crt
-${VESC_ROOTCA_KEY} %{WORKSPACE}/tests/dcaegen2/testcases/assets/certs/rootCAdec.key
+${VESC_CERT} %{WORKSPACE}/tests/dcaegen2/testcases/assets/certs/temporary.crt
+${VESC_KEY} %{WORKSPACE}/tests/dcaegen2/testcases/assets/certs/temporary.key
${VESC_WRONG_CERT} %{WORKSPACE}/tests/dcaegen2/testcases/assets/certs/wrong.crt
${VESC_WRONG_KEY} %{WORKSPACE}/tests/dcaegen2/testcases/assets/certs/wrong.key
${VESC_OUTDATED_CERT} %{WORKSPACE}/tests/dcaegen2/testcases/assets/certs/outdated.crt
@@ -44,4 +45,5 @@ ${CONFIG_BINDING_URL} http://localhost:8443
${CB_HEALTHCHECK_PATH} /healthcheck
${CB_SERVICE_COMPONENT_PATH} /service_component/
${VES_Service_Name1} dcae-controller-ves-collector
-${VES_Service_Name2} ves-collector-not-exist \ No newline at end of file
+${VES_Service_Name2} ves-collector-not-exist
+