aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2/testcases/03__stndDefined_tests.robot
diff options
context:
space:
mode:
authorEdyta Krukowska <edyta.krukowska@nokia.com>2020-08-19 12:34:49 +0200
committerMichal Banka <michal.banka@nokia.com>2020-08-20 11:49:37 +0200
commit4236d2f7dca97b175c757a7cea2a69e8946e3523 (patch)
tree0aff831398315a321abae49dcdca8b3447a4a254 /tests/dcaegen2/testcases/03__stndDefined_tests.robot
parent593176002156698f7c9e080594d53749bf91994d (diff)
Added csit tests for StndDefined disabled validation
Issue-ID: DCAEGEN2-2254 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I806648d8d746dc1b9e999b967ca28e66c43c6852
Diffstat (limited to 'tests/dcaegen2/testcases/03__stndDefined_tests.robot')
-rw-r--r--tests/dcaegen2/testcases/03__stndDefined_tests.robot14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/dcaegen2/testcases/03__stndDefined_tests.robot b/tests/dcaegen2/testcases/03__stndDefined_tests.robot
new file mode 100644
index 00000000..3b3ab8a7
--- /dev/null
+++ b/tests/dcaegen2/testcases/03__stndDefined_tests.robot
@@ -0,0 +1,14 @@
+*** Settings ***
+Resource ./resources/dcae_keywords.robot
+*** Test Cases ***
+Disable VESC StndDefined Validation Checkflag
+ [Tags] DCAE-VESC-R1 DCAE-VESC-HC DCAE-VESC-STNDDEFINED
+ [Documentation] Disable VESC StndDefined Validation Checkflag and Run Health Check
+ Override Collector Properties ${VES_DISABLED_STNDDEFINED_COLLECTOR_PROPERTIES}
+ Run Healthcheck ${https_basic_auth_session}
+
+Publish Single VES Event With Incorrect StndDefined Data
+ [Tags] DCAE-VESC-R1 DCAE-VESC-STNDDEFINED
+ [Documentation] Post single event with incorrect stndDefined data
+ Send Request And Validate Response Publish Event To VES Collector ${https_basic_auth_session} ${VES_EVENTLISTENER_V7} ${VES_STND_DEFINED_INVALID_DATA} 202
+