diff options
author | Mariusz Wagner <mariusz.wagner@nokia.com> | 2019-04-16 07:25:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-16 07:25:57 +0000 |
commit | 8377a6b1e5a775dfe6686aaae1da70d54568b0a0 (patch) | |
tree | 5c89e878c4fdaf0fe5809e08a34fa52a214d7d30 /tests/dcaegen2/prh-testcases/ssl_prh_tests.robot | |
parent | 329de3e8b964a3736ebae26c1be7007a483c73dd (diff) | |
parent | fba99a52e971c0069b51a2bdce0f6cde9302f018 (diff) |
Merge "Attempt to check CSIT Wait for CBS startup"
Diffstat (limited to 'tests/dcaegen2/prh-testcases/ssl_prh_tests.robot')
-rw-r--r-- | tests/dcaegen2/prh-testcases/ssl_prh_tests.robot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dcaegen2/prh-testcases/ssl_prh_tests.robot b/tests/dcaegen2/prh-testcases/ssl_prh_tests.robot index be260bd6..dd193318 100644 --- a/tests/dcaegen2/prh-testcases/ssl_prh_tests.robot +++ b/tests/dcaegen2/prh-testcases/ssl_prh_tests.robot @@ -11,6 +11,7 @@ Resource ../../common.robot *** Variables *** ${DMAAP_SIMULATOR_SETUP_URL} http://${DMAAP_SIMULATOR_SETUP} ${AAI_SIMULATOR_SETUP_URL} http://${AAI_SIMULATOR_SETUP} +${CONSUL_SETUP_URL} http://${CONSUL_SETUP} ${VES_EVENT_PNF_REGISTRATION_SIMPLE} %{WORKSPACE}/tests/dcaegen2/prh-testcases/assets/json_events/ves-event-pnf-registration-simple.json ${AAI_PNF_REGISTRATION_SIMPLE} %{WORKSPACE}/tests/dcaegen2/prh-testcases/assets/json_events/aai-pnf-registration-simple.json |