diff options
author | pswang <pshaobow@gmail.com> | 2017-09-27 12:45:03 -0500 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-09-27 18:36:22 +0000 |
commit | 212b7d92072668c732b8356b6912e7e7462fcfff (patch) | |
tree | 8190baa49c7ec5d02941c01bb38c77d8bf170e1f /test/csit/tests/dcaegen2/testcases/resources/dcae_properties.robot | |
parent | 0bf24a8901a5a2b7c5b861f9b281321c251fe618 (diff) |
Add dcaegen2 test cases for HTTPS
Change-Id: Iaa2cf237015906a151b399b330ac71dd1e48fa0c
Signed-off-by: pswang <pshaobow@gmail.com>
IssueId: DCAEGEN2-111
Diffstat (limited to 'test/csit/tests/dcaegen2/testcases/resources/dcae_properties.robot')
-rw-r--r-- | test/csit/tests/dcaegen2/testcases/resources/dcae_properties.robot | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test/csit/tests/dcaegen2/testcases/resources/dcae_properties.robot b/test/csit/tests/dcaegen2/testcases/resources/dcae_properties.robot index be182d4aa..be072d73c 100644 --- a/test/csit/tests/dcaegen2/testcases/resources/dcae_properties.robot +++ b/test/csit/tests/dcaegen2/testcases/resources/dcae_properties.robot @@ -5,9 +5,11 @@ Documentation store all properties that can change or are used in multipl *** 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_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
|