aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2/testcases/03__stndDefined_tests.robot
diff options
context:
space:
mode:
authorKrzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>2020-08-20 11:19:54 +0000
committerGerrit Code Review <gerrit@onap.org>2020-08-20 11:19:54 +0000
commit3de1a5d588ce1748b5cadbd01769e7f8727410ad (patch)
tree96b4ed689e6b1f284b849f1d5da3a5f5c2e90c3f /tests/dcaegen2/testcases/03__stndDefined_tests.robot
parentd74af3cbaba9c2044e6f2bad3210277c043942c0 (diff)
parent4236d2f7dca97b175c757a7cea2a69e8946e3523 (diff)
Merge "Added csit tests for StndDefined disabled validation"
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
+