diff options
author | Filip Krzywka <filip.krzywka@nokia.com> | 2019-03-26 14:30:01 +0100 |
---|---|---|
committer | Filip Krzywka <filip.krzywka@nokia.com> | 2019-03-28 14:21:12 +0100 |
commit | 94b43bebf72f60d9cfd67b0abce8a0c5619c0012 (patch) | |
tree | 0e76538185412dfcc64f478fd35c46850aeb55e3 /tests/dcaegen2-collectors-hv-ves/testcases/__init__.robot | |
parent | 975f3eb217d02e2a4c92a7a3173c39c8dd92353f (diff) |
Redefine Routing
This change follows related changes in DCAEGEN2-1347
- routing is no longer read from configuration file
- routing format kept in CBS have been adjusted to platform
definitions
Change-Id: I5f6c53325d5ea04d2f5ab13a7ff134932f7edeb0
Issue-ID: DCAEGEN2-1347
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
Diffstat (limited to 'tests/dcaegen2-collectors-hv-ves/testcases/__init__.robot')
-rw-r--r-- | tests/dcaegen2-collectors-hv-ves/testcases/__init__.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dcaegen2-collectors-hv-ves/testcases/__init__.robot b/tests/dcaegen2-collectors-hv-ves/testcases/__init__.robot index 1ac91504..1e574b0e 100644 --- a/tests/dcaegen2-collectors-hv-ves/testcases/__init__.robot +++ b/tests/dcaegen2-collectors-hv-ves/testcases/__init__.robot @@ -71,4 +71,4 @@ ${DCAE_APP_API_MESSAGES_VALIDATION_PATH} ${DCAE_APP_API_MESSAGES_PATH}/val ${ROUTED_MESSAGES_TOPIC} TEST_HV_VES_PERF3GPP ${HV_VES_RESOURCES} %{WORKSPACE}/tests/dcaegen2-collectors-hv-ves/testcases/resources -${HV_VES_CONFIGURATION_JSON_FILEPATH} ${HV_VES_RESOURCES}/ves-hv-configuration.json +${HV_VES_CONFIGURATION_JSON_FILEPATH} ${HV_VES_RESOURCES}/hv-ves-configuration.json |