diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2019-03-27 22:00:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-27 22:00:00 +0000 |
commit | 975f3eb217d02e2a4c92a7a3173c39c8dd92353f (patch) | |
tree | 10d86fefe56e2c83c81a4e22557c7cf732ed5867 /tests/dcaegen2-collectors-hv-ves/testcases/authorization.robot | |
parent | 41b95c46a6847971127efd0328d8abaa67b5925c (diff) | |
parent | f344afa4b2b3c009823fb4895f22c9f839f1dbb0 (diff) |
Merge "Allow HV-VES tests to be run locally"
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 |