Edyta Krukowska | 4236d2f | 2020-08-19 12:34:49 +0200 | [diff] [blame] | 1 | *** Settings *** |
| 2 | Resource ./resources/dcae_keywords.robot |
| 3 | *** Test Cases *** |
| 4 | Disable VESC StndDefined Validation Checkflag |
| 5 | [Tags] DCAE-VESC-R1 DCAE-VESC-HC DCAE-VESC-STNDDEFINED |
| 6 | [Documentation] Disable VESC StndDefined Validation Checkflag and Run Health Check |
| 7 | Override Collector Properties ${VES_DISABLED_STNDDEFINED_COLLECTOR_PROPERTIES} |
| 8 | Run Healthcheck ${https_basic_auth_session} |
| 9 | |
| 10 | Publish Single VES Event With Incorrect StndDefined Data |
| 11 | [Tags] DCAE-VESC-R1 DCAE-VESC-STNDDEFINED |
| 12 | [Documentation] Post single event with incorrect stndDefined data |
| 13 | Send Request And Validate Response Publish Event To VES Collector ${https_basic_auth_session} ${VES_EVENTLISTENER_V7} ${VES_STND_DEFINED_INVALID_DATA} 202 |
| 14 | |