diff options
author | mprzybys <marcin.przybysz@nokia.com> | 2020-01-28 13:36:53 +0000 |
---|---|---|
committer | mprzybys <marcin.przybysz@nokia.com> | 2020-01-28 13:58:48 +0000 |
commit | 71a3e686517db55727d02f729b9be03160055de2 (patch) | |
tree | e05b6166e619b65ceab9114b09094a18c2aa83f7 /tests/dcaegen2/testcases/resources | |
parent | d0a68c3945879639bba7511fc8ea0c1a23518d90 (diff) |
Add test case for missing mandatory "domain" parameter in /eventListener/v7 VES API
Issue-ID: INT-1421
Signed-off-by: Marcin Przybysz <marcin.przybysz@nokia.com>
Change-Id: Ia8e3b0e5c8e5f838608f40e650109eb312430f48
Diffstat (limited to 'tests/dcaegen2/testcases/resources')
-rw-r--r-- | tests/dcaegen2/testcases/resources/dcae_properties.robot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dcaegen2/testcases/resources/dcae_properties.robot b/tests/dcaegen2/testcases/resources/dcae_properties.robot index 119ef236..5262330b 100644 --- a/tests/dcaegen2/testcases/resources/dcae_properties.robot +++ b/tests/dcaegen2/testcases/resources/dcae_properties.robot @@ -31,6 +31,7 @@ ${VES_EVENTLISTENER_V7} /eventListener/v7 ${VES_BATCH_EVENT_ENDPOINT_V7} /eventListener/v7/eventBatch ${VES_VALID_JSON_V7} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves7_valid.json ${VES_INVALID_JSON_V7} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves7_invalid.json +${VES_MISSING_MANDATORY_DOMAIN_V7} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves7_missing_mandatory_domain.json ${VES_VALID_BATCH_JSON_V7} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves7_batch_valid.json ${EVENT_DATA_FILE} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_volte_single_fault_event.json ${EVENT_MEASURE_FILE} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_vfirewall_measurement.json |