diff options
Diffstat (limited to 'test/csit/tests/dcaegen2/testcases/resources/dcae_properties.robot')
-rw-r--r-- | test/csit/tests/dcaegen2/testcases/resources/dcae_properties.robot | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/csit/tests/dcaegen2/testcases/resources/dcae_properties.robot b/test/csit/tests/dcaegen2/testcases/resources/dcae_properties.robot deleted file mode 100644 index 135ff263a..000000000 --- a/test/csit/tests/dcaegen2/testcases/resources/dcae_properties.robot +++ /dev/null @@ -1,14 +0,0 @@ -*** Settings *** -Documentation store all properties that can change or are used in multiple places here -... format is all caps with underscores between words and prepended with GLOBAL -... 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 -${GLOBAL_DCAE_VES_URL} http://localhost:8443/eventlistener/v5 -${GLOBAL_DCAE_USERNAME} console -${GLOBAL_DCAE_PASSWORD} ZjJkYjllMjljMTI2M2Iz -${VESC_HTTPS_USER} sample1 -${VESC_HTTPS_PD} sample1 |