diff options
author | 2019-03-27 22:00:00 +0000 | |
---|---|---|
committer | 2019-03-27 22:00:00 +0000 | |
commit | 975f3eb217d02e2a4c92a7a3173c39c8dd92353f (patch) | |
tree | 10d86fefe56e2c83c81a4e22557c7cf732ed5867 /tests/dcaegen2-collectors-hv-ves/testcases/multiple-clients.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/multiple-clients.robot')
-rw-r--r-- | tests/dcaegen2-collectors-hv-ves/testcases/multiple-clients.robot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/dcaegen2-collectors-hv-ves/testcases/multiple-clients.robot b/tests/dcaegen2-collectors-hv-ves/testcases/multiple-clients.robot index 09b62c78..735a2085 100644 --- a/tests/dcaegen2-collectors-hv-ves/testcases/multiple-clients.robot +++ b/tests/dcaegen2-collectors-hv-ves/testcases/multiple-clients.robot @@ -45,9 +45,9 @@ Handle Multiple Connections *** 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_SMALLER_PAYLOAD_REQUEST} ${VES_HV_SCENARIOS}/multiple-simulators-payload/xnf-simulator-smaller-valid-request.json -${DCAE_SMALLER_PAYLOAD_REQUEST} ${VES_HV_SCENARIOS}/multiple-simulators-payload/dcae-smaller-valid-request.json +${XNF_SMALLER_PAYLOAD_REQUEST} ${HV_VES_SCENARIOS}/multiple-simulators-payload/xnf-simulator-smaller-valid-request.json +${DCAE_SMALLER_PAYLOAD_REQUEST} ${HV_VES_SCENARIOS}/multiple-simulators-payload/dcae-smaller-valid-request.json ${AMOUNT_15000} 15000 |