diff options
author | mprzybys <marcin.przybysz@nokia.com> | 2020-02-18 14:08:01 +0000 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-02-25 11:15:15 +0000 |
commit | 038028c1ab4b6c641ba031feb38c854dd2c6926d (patch) | |
tree | 4985297578d3b4ea2410795dc97c7e4052599a6f /tests/dcaegen2/testcases/resources | |
parent | 86fabf65c621914e38458d5362c78f9bce79c3a9 (diff) |
Add Test case for parameter out of schema send to VES eventListener API
Issue-ID: INT-1449
Signed-off-by: Marcin Przybysz <marcin.przybysz@nokia.com>
Change-Id: I4918b97828f5a220927eb97175356ab3a171ed70
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 f287ba69..a5f32b23 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_PARAMETER_OUT_OF_SCHEMA_V7} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves7_parameter_out_of_schema.json ${VES_MISSING_MANDATORY_PARAMETER_V7} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves7_missing_mandatory_parameter.json ${VES_EMPTY_JSON} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_empty_json.json ${VES_VALID_BATCH_JSON_V7} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves7_batch_valid.json |