diff options
author | pswang <pshaobow@gmail.com> | 2017-09-25 17:05:15 -0500 |
---|---|---|
committer | pswang <pshaobow@gmail.com> | 2017-09-25 17:09:22 -0500 |
commit | 47e5ebb708f7e7a6fd550503ce103210f1935cec (patch) | |
tree | 2fad1535a16f2656f7e2286f6803eaa6beef5e13 /test/csit/tests/dcaegen2/testcases/resources/dcae_properties.robot | |
parent | b5ec59450247103056b652fb50070eeda82e3c79 (diff) |
Rename dcae directory to dcaegen2
Change-Id: Icd930f1fe31e3db8cdf7715eca52495273e9b2b5
IssueId: DCAEGEN2-111
Signed-off-by: pswang <pshaobow@gmail.com>
Diffstat (limited to 'test/csit/tests/dcaegen2/testcases/resources/dcae_properties.robot')
-rw-r--r-- | test/csit/tests/dcaegen2/testcases/resources/dcae_properties.robot | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/csit/tests/dcaegen2/testcases/resources/dcae_properties.robot b/test/csit/tests/dcaegen2/testcases/resources/dcae_properties.robot new file mode 100644 index 000000000..be182d4aa --- /dev/null +++ b/test/csit/tests/dcaegen2/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
|