diff options
author | sharath <sharathkumarboyanapally@gmail.com> | 2019-04-09 19:52:09 +0530 |
---|---|---|
committer | Swarup Nayak <swarup.nayak1@huawei.com> | 2019-04-09 18:31:38 +0000 |
commit | b0c1f134c62deea91b1f4b242d8562842c77dc53 (patch) | |
tree | 885250469b5bc3dbea0159d9a760ae96ee12e81f /tests/dcaegen2-collectors-restconf/testcases/resources/dcae_properties.robot | |
parent | c257e7baca0f1f9d5f50ec82c7421ef780fc8b84 (diff) |
RestConfCollector CSIT test cases
Issue-ID: DCAEGEN2-1055
Change-Id: I70dc5d957e49abc4adcaa5a0ecd5e4c0ca7526dd
Signed-off-by: sharath <sharathkumarboyanapally@gmail.com>
Diffstat (limited to 'tests/dcaegen2-collectors-restconf/testcases/resources/dcae_properties.robot')
-rw-r--r-- | tests/dcaegen2-collectors-restconf/testcases/resources/dcae_properties.robot | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/dcaegen2-collectors-restconf/testcases/resources/dcae_properties.robot b/tests/dcaegen2-collectors-restconf/testcases/resources/dcae_properties.robot new file mode 100644 index 00000000..3ba7690c --- /dev/null +++ b/tests/dcaegen2-collectors-restconf/testcases/resources/dcae_properties.robot @@ -0,0 +1,14 @@ +*** 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 +${RCC_HTTPS_USER} sample1 +${RCC_HTTPS_PD} sample1 |