diff options
author | mprzybys <marcin.przybysz@nokia.com> | 2020-02-18 13:33:33 +0000 |
---|---|---|
committer | Marcin Przybysz <marcin.przybysz@nokia.com> | 2020-02-25 10:16:19 +0000 |
commit | 86fabf65c621914e38458d5362c78f9bce79c3a9 (patch) | |
tree | 79eb659ba07c8d20be56141472e849f737723043 /tests/dcaegen2/testcases/assets/json_events | |
parent | 855e78e9e4f14659509c92b3e265388211510851 (diff) |
Add test case for empty json body send to vesListener API
Issue-ID: INT-1448
Signed-off-by: Marcin Przybysz <marcin.przybysz@nokia.com>
Change-Id: Ic5b5c7fc19c733fe60eb9ab31a870c9b3446d6fb
Diffstat (limited to 'tests/dcaegen2/testcases/assets/json_events')
-rw-r--r-- | tests/dcaegen2/testcases/assets/json_events/ves7_missing_mandatory_parameter.json (renamed from tests/dcaegen2/testcases/assets/json_events/ves7_missing_mandatory_domain.json) | 4 | ||||
-rw-r--r-- | tests/dcaegen2/testcases/assets/json_events/ves_empty_json.json | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/dcaegen2/testcases/assets/json_events/ves7_missing_mandatory_domain.json b/tests/dcaegen2/testcases/assets/json_events/ves7_missing_mandatory_parameter.json index 51787555..60d31955 100644 --- a/tests/dcaegen2/testcases/assets/json_events/ves7_missing_mandatory_domain.json +++ b/tests/dcaegen2/testcases/assets/json_events/ves7_missing_mandatory_parameter.json @@ -26,8 +26,8 @@ "eventSeverity": "CRITICAL", "vfStatus": "Active", "alarmAdditionalInformation": { - "PilotNumberPoolSize": "1000" + "PilotNumberPoolSize": "1000" } } } -} +}
\ No newline at end of file diff --git a/tests/dcaegen2/testcases/assets/json_events/ves_empty_json.json b/tests/dcaegen2/testcases/assets/json_events/ves_empty_json.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/tests/dcaegen2/testcases/assets/json_events/ves_empty_json.json @@ -0,0 +1 @@ +{}
\ No newline at end of file |