diff options
author | Jakub Dudycz <jakub.dudycz@nokia.com> | 2019-03-25 16:04:58 +0100 |
---|---|---|
committer | Jakub Dudycz <jakub.dudycz@nokia.com> | 2019-03-27 17:25:29 +0100 |
commit | f344afa4b2b3c009823fb4895f22c9f839f1dbb0 (patch) | |
tree | 30a89a5982d829d42c6387480751b5ddbc49eb4b /tests/dcaegen2-collectors-hv-ves/testcases/authorization.robot | |
parent | 3b9d65cc124b6fbdcd140466fe36bc09178fe510 (diff) |
Allow HV-VES tests to be run locally
Change-Id: Id81e209c03486354a60b26c4fe426071080198f0
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
Issue-ID: DCAEGEN2-1369
Diffstat (limited to 'tests/dcaegen2-collectors-hv-ves/testcases/authorization.robot')
-rw-r--r-- | tests/dcaegen2-collectors-hv-ves/testcases/authorization.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dcaegen2-collectors-hv-ves/testcases/authorization.robot b/tests/dcaegen2-collectors-hv-ves/testcases/authorization.robot index d5fc1e99..4d13a6bf 100644 --- a/tests/dcaegen2-collectors-hv-ves/testcases/authorization.robot +++ b/tests/dcaegen2-collectors-hv-ves/testcases/authorization.robot @@ -72,9 +72,9 @@ Unencrypted connection on both ends *** Variables *** -${VES_HV_SCENARIOS} %{WORKSPACE}/tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios +${HV_VES_SCENARIOS} %{WORKSPACE}/tests/dcaegen2-collectors-hv-ves/testcases/resources/scenarios -${XNF_VALID_MESSAGES_REQUEST} ${VES_HV_SCENARIOS}/authorization/xnf-valid-messages-request.json +${XNF_VALID_MESSAGES_REQUEST} ${HV_VES_SCENARIOS}/authorization/xnf-valid-messages-request.json ${AMOUNT_0} 0 ${AMOUNT_5000} 5000 |