aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2/testcases/dcae_ves.robot
diff options
context:
space:
mode:
authormprzybys <marcin.przybysz@nokia.com>2020-01-28 13:36:53 +0000
committermprzybys <marcin.przybysz@nokia.com>2020-01-28 13:58:48 +0000
commit71a3e686517db55727d02f729b9be03160055de2 (patch)
treee05b6166e619b65ceab9114b09094a18c2aa83f7 /tests/dcaegen2/testcases/dcae_ves.robot
parentd0a68c3945879639bba7511fc8ea0c1a23518d90 (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/dcae_ves.robot')
-rw-r--r--tests/dcaegen2/testcases/dcae_ves.robot5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/dcaegen2/testcases/dcae_ves.robot b/tests/dcaegen2/testcases/dcae_ves.robot
index 48912e15..e12097e2 100644
--- a/tests/dcaegen2/testcases/dcae_ves.robot
+++ b/tests/dcaegen2/testcases/dcae_ves.robot
@@ -31,6 +31,11 @@ Publish Single VES VNF Measurement Event with wrong JSON
[Documentation] Post single event with invalid data to /eventListener/v7 endpoint and expect 400 Response Status Code
Send Request And Validate Response Publish Event To VES Collector ${http_session} ${VES_EVENTLISTENER_V7} ${VES_INVALID_JSON_V7} 400
+Publish Single VES VNF Measurement Event with missing mandatory parameter domain
+ [Tags] DCAE-VESC-R1
+ [Documentation] Post single event with lack of one of the mandatory parameters "domain" to /eventListener/v7 endpoint and expect 400 Response Status Code
+ Send Request And Validate Response Publish Event To VES Collector ${http_session} ${VES_EVENTLISTENER_V7} ${VES_MISSING_MANDATORY_DOMAIN_V7} 400
+
Publish Single VES VNF Measurement Event with No Auth over HTTPS
[Tags] DCAE-VESC-R1
[Documentation] Post single event over HTTPS with authentication disabled and expect ConnectionError