diff options
author | 2017-09-21 22:04:20 -0500 | |
---|---|---|
committer | 2017-09-21 22:06:44 -0500 | |
commit | daef3497c4914c13182df887c9e8b6d85e46b2b7 (patch) | |
tree | 09aad4409b6013c58861e7dbe8397d2e689ec83c /test/csit/tests/dcae/testcases/resources/dcae_properties.robot | |
parent | bb4b73d866eb3f1402263ce47e435592ff1399db (diff) |
Add dcaegen2 R1 CSIT test cases
Change-Id: I4063555c5453b2ac1a34186cc9208daeeff8d0d0
Signed-off-by: pswang <pshaobow@gmail.com>
Issue-ID: DCAEGEN2-111
Diffstat (limited to 'test/csit/tests/dcae/testcases/resources/dcae_properties.robot')
-rw-r--r-- | test/csit/tests/dcae/testcases/resources/dcae_properties.robot | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/csit/tests/dcae/testcases/resources/dcae_properties.robot b/test/csit/tests/dcae/testcases/resources/dcae_properties.robot new file mode 100644 index 000000000..be182d4aa --- /dev/null +++ b/test/csit/tests/dcae/testcases/resources/dcae_properties.robot @@ -0,0 +1,13 @@ +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-dcae
+${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
|