Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 1 | *** Settings *** |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 2 | Documentation Run healthchecks for DCAE VES |
| 3 | ... Testing /eventListener/v7 and /eventListener/v7/eventBatch endpoints for DCEA VES v7. |
| 4 | ... Testing /eventListener/v5 and /eventListener/v5/eventBatch for DCEA VES v5 with various event feeds from VoLTE, vFW and PNF |
| 5 | Library RequestsLibrary |
Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 6 | Library OperatingSystem |
| 7 | Library Collections |
| 8 | Library DcaeLibrary |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 9 | Resource ./resources/dcae_keywords.robot |
Aleksandra Maciaga | a73f9a5 | 2019-11-20 12:14:44 +0100 | [diff] [blame^] | 10 | |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 11 | Test Teardown Cleanup VES Events |
Aleksandra Maciaga | a73f9a5 | 2019-11-20 12:14:44 +0100 | [diff] [blame^] | 12 | Suite Setup Run keywords VES Collector Suite Setup DMaaP Generate Certs Create sessions Create header |
| 13 | Suite Teardown Run keywords VES Collector Suite Shutdown DMaaP Remove Certs |
Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 14 | |
| 15 | *** Test Cases *** |
Aleksandra Maciaga | fd6c8fa | 2019-11-06 15:14:11 +0100 | [diff] [blame] | 16 | |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 17 | #No authentication tests |
Aleksandra Maciaga | fd6c8fa | 2019-11-06 15:14:11 +0100 | [diff] [blame] | 18 | |
| 19 | VES Collector HTTP Health Check |
Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 20 | [Tags] DCAE-VESC-R1 |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 21 | [Documentation] Run healthcheck |
| 22 | Run Healthcheck |
Aleksandra Maciaga | fd6c8fa | 2019-11-06 15:14:11 +0100 | [diff] [blame] | 23 | |
| 24 | Publish Single VES VNF Measurement Event API V7 |
| 25 | [Tags] DCAE-VESC-R1 |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 26 | [Documentation] Post single event with valid data to /eventListener/v7 endpoint and expect 202 Response Status Code |
| 27 | Send Request And Validate Response Publish Event To VES Collector ${http_session} ${VES_EVENTLISTENER_V7} ${VES_VALID_JSON_V7} 202 ab305d54-85b4-a31b-7db2-fb6b9e546015 |
Aleksandra Maciaga | fd6c8fa | 2019-11-06 15:14:11 +0100 | [diff] [blame] | 28 | |
| 29 | Publish Single VES VNF Measurement Event with wrong JSON |
Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 30 | [Tags] DCAE-VESC-R1 |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 31 | [Documentation] Post single event with invalid data to /eventListener/v7 endpoint and expect 400 Response Status Code |
| 32 | Send Request And Validate Response Publish Event To VES Collector ${http_session} ${VES_EVENTLISTENER_V7} ${VES_INVALID_JSON_V7} 400 |
Aleksandra Maciaga | fd6c8fa | 2019-11-06 15:14:11 +0100 | [diff] [blame] | 33 | |
| 34 | Publish Single VES VNF Measurement Event with No Auth over HTTPS |
| 35 | [Tags] DCAE-VESC-R1 |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 36 | [Documentation] Post single event over HTTPS with authentication disabled and expect ConnectionError |
| 37 | @{err_content} Create List Errno 111 |
| 38 | Send Request And Expect Error Publish Event To VES Collector ${https_basic_auth_session} ${VES_EVENTLISTENER_V7} ${VES_VALID_JSON_V7} ConnectionError:* @{err_content} |
Aleksandra Maciaga | fd6c8fa | 2019-11-06 15:14:11 +0100 | [diff] [blame] | 39 | |
| 40 | Publish Single VES VoLTE Fault Event |
| 41 | [Tags] DCAE-VESC-R1 |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 42 | [Documentation] Post single event with valid data to /eventListener/v5 endpoint and expect 202 Response Status Code |
| 43 | Send Request And Validate Response Publish Event To VES Collector ${http_session} ${VES_ANY_EVENT_PATH} ${EVENT_DATA_FILE} 202 ab305d54-85b4-a31b-7db2-fb6b9e546015 |
Aleksandra Maciaga | fd6c8fa | 2019-11-06 15:14:11 +0100 | [diff] [blame] | 44 | |
| 45 | Publish Single VES VNF Measurement Event API V5 |
| 46 | [Tags] DCAE-VESC-R1 |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 47 | [Documentation] Post single measurement event with valid data to /eventListener/v5 endpoint and expect 202 Response Status Code |
| 48 | Send Request And Validate Response Publish Event To VES Collector ${http_session} ${VES_ANY_EVENT_PATH} ${EVENT_MEASURE_FILE} 202 0b2b5790-3673-480a-a4bd-5a00b88e5af6 |
Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 49 | |
| 50 | Publish VES VoLTE Fault Batch Events |
| 51 | [Tags] DCAE-VESC-R1 |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 52 | [Documentation] Post single event with valid data to /eventListener/v5/eventBatch endpoint and expect 202 Response Status Code |
| 53 | Send Request And Validate Response Publish Event To VES Collector ${http_session} ${VES_BATCH_EVENT_PATH} ${EVENT_BATCH_DATA_FILE} 202 ab305d54-85b4-a31b-7db2-fb6b9e546025 |
Aleksandra Maciaga | fd6c8fa | 2019-11-06 15:14:11 +0100 | [diff] [blame] | 54 | |
Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 55 | Publish VES Event With Invalid Method |
| 56 | [Tags] DCAE-VESC-R1 |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 57 | [Documentation] Use invalid Put instead of Post method to expect 405 Response Status Code |
Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 58 | Log Send HTTP Request with invalid method Put instead of Post |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 59 | Send Request And Validate Response Publish Event To VES Collector With Put Method ${http_session} ${VES_ANY_EVENT_PATH} ${EVENT_DATA_FILE} 405 |
Aleksandra Maciaga | fd6c8fa | 2019-11-06 15:14:11 +0100 | [diff] [blame] | 60 | |
Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 61 | Publish VES Event With Invalid URL Path |
| 62 | [Tags] DCAE-VESC-R1 |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 63 | [Documentation] Post single event to invalid url path and expect 404 Response Status Code |
Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 64 | Log Send HTTP Request with invalid /listener/v5/ instead of /eventListener/v5 path |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 65 | Send Request And Validate Response Publish Event To VES Collector ${http_session} /listener/v5/ ${EVENT_DATA_FILE} 404 |
Aleksandra Maciaga | fd6c8fa | 2019-11-06 15:14:11 +0100 | [diff] [blame] | 66 | |
| 67 | Publish PNF Registration Event |
| 68 | [Tags] DCAE-VESC-R1 |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 69 | [Documentation] Post PNF registration event and expect 200 Response Status Code |
| 70 | Send Request And Validate Response Publish Event To VES Collector ${http_session} ${VES_ANY_EVENT_PATH} ${EVENT_PNF_REGISTRATION} 202 QTFCOC540002E-reg |
Aleksandra Maciaga | fd6c8fa | 2019-11-06 15:14:11 +0100 | [diff] [blame] | 71 | |
| 72 | # Auth by certificate and basic auth username / password |
| 73 | |
| 74 | Enable VESC HTTPS with certBasicAuth |
| 75 | [Tags] DCAE-VESC-R1 |
| 76 | [Documentation] Enable VESC Https and Authentication and Run Health Check |
| 77 | Enable VESC with certBasicAuth |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 78 | Run Healthcheck |
| 79 | |
| 80 | Healthcheck with Outdated Cert |
| 81 | [Tags] DCAE-VESC-R1 |
| 82 | [Documentation] Run healthcheck with outdated cert |
Aleksandra Maciaga | fd6c8fa | 2019-11-06 15:14:11 +0100 | [diff] [blame] | 83 | ${uuid}= Generate UUID |
| 84 | ${headers}= Create Dictionary Accept=*/* X-TransactionId=${GLOBAL_APPLICATION_ID}-${uuid} X-FromAppId=${GLOBAL_APPLICATION_ID} |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 85 | ${err_msg}= Run Keyword And Expect Error SSLError:* Get Request ${https_outdated_cert_session} /healthcheck headers=${headers} |
Aleksandra Maciaga | fd6c8fa | 2019-11-06 15:14:11 +0100 | [diff] [blame] | 86 | Should Contain ${err_msg} certificate unknown |
| 87 | Log Recieved error message ${err_msg} |
| 88 | |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 89 | Publish Single VES Fault Event Over HTTPS |
| 90 | [Tags] DCAE-VESC-R1 |
| 91 | [Documentation] Post single event with valid data to /eventListener/v5 endpoint over HTTPS and expect 202 Response Status Code |
| 92 | Log Login User=${VESC_HTTPS_USER}, Pd=${VESC_HTTPS_PD} |
| 93 | Send Request And Validate Response Publish Event To VES Collector ${https_basic_auth_session} ${VES_ANY_EVENT_PATH} ${EVENT_DATA_FILE} 202 ab305d54-85b4-a31b-7db2-fb6b9e546015 |
| 94 | |
| 95 | Publish Single VES Measurement Event Over HTTPS |
| 96 | [Tags] DCAE-VESC-R1 |
| 97 | [Documentation] Post single measurement event with valid data to /eventListener/v5 endpoint over HTTPS and expect 202 Response Status Code |
| 98 | Send Request And Validate Response Publish Event To VES Collector ${https_basic_auth_session} ${VES_ANY_EVENT_PATH} ${EVENT_MEASURE_FILE} 202 0b2b5790-3673-480a-a4bd-5a00b88e5af6 |
| 99 | |
| 100 | Publish VES Fault Batch Events Over HTTPS |
| 101 | [Tags] DCAE-VESC-R1 |
| 102 | [Documentation] Post single event with valid data to /eventListener/v5/eventBatch endpoint over HTTPS and expect 202 Response Status Code |
| 103 | Send Request And Validate Response Publish Event To VES Collector ${https_basic_auth_session} ${VES_BATCH_EVENT_PATH} ${EVENT_BATCH_DATA_FILE} 202 ab305d54-85b4-a31b-7db2-fb6b9e546025 |
| 104 | |
| 105 | Publish VES Event With Invalid URL Path HTTPS |
| 106 | [Tags] DCAE-VESC-R1 |
| 107 | [Documentation] Post single event to invalid url path over HTTPS and expect 404 response Status Code |
| 108 | Log Send HTTP Request with invalid /eventlistener/v5/ instead of /eventListener/v5 path |
| 109 | Send Request And Validate Response Publish Event To VES Collector ${https_basic_auth_session} /eventlistener/v5 ${EVENT_DATA_FILE} 404 |
| 110 | |
| 111 | Publish Single VES VNF Measurement Event over HTTP |
| 112 | [Tags] DCAE-VESC-R1 |
| 113 | [Documentation] Post single event over HTTP with authentication enabled and expect 400 Response Status Code |
| 114 | Send Request And Validate Response Publish Event To VES Collector ${http_session} ${VES_EVENTLISTENER_V7} ${VES_VALID_JSON_V7} 400 |
| 115 | |
| 116 | Publish Single VES VNF Measurement Event with certBasicAuth over HTTPS |
| 117 | [Tags] DCAE-VESC-R1 |
| 118 | [Documentation] Post single event with valid data and valid username/password to /eventListener/v7 endpoint over HTTPS and expect 202 Response Status Code |
| 119 | Send Request And Validate Response Publish Event To VES Collector ${https_basic_auth_session} ${VES_EVENTLISTENER_V7} ${VES_VALID_JSON_V7} 202 ab305d54-85b4-a31b-7db2-fb6b9e546015 |
| 120 | |
| 121 | Publish Single VES VNF Measurement Event over HTTPS with wrong JSON |
| 122 | [Tags] DCAE-VESC-R1 |
| 123 | [Documentation] Post single event with invalid data and valid username/password to /eventListener/v7 endpoint over HTTPS and expect 400 Response Status Code |
| 124 | Send Request And Validate Response Publish Event To VES Collector ${https_basic_auth_session} ${VES_EVENTLISTENER_V7} ${VES_INVALID_JSON_V7} 400 |
| 125 | |
| 126 | Publish Single VES VNF Measurement Event With Wrong Auth |
| 127 | [Tags] DCAE-VESC-R1 |
| 128 | [Documentation] Post single event with valid data and invalid username/password to /eventListener/v7 endpoint over HTTPS and expect 401 Response Status Code |
| 129 | Send Request And Validate Response Publish Event To VES Collector ${https_wrong_auth_session} ${VES_EVENTLISTENER_V7} ${VES_VALID_JSON_V7} 401 |
| 130 | |
| 131 | Publish Single VES VNF Measurement Event With Cert |
| 132 | [Tags] DCAE-VESC-R1 |
| 133 | [Documentation] Post single event with valid data and valid certificate to /eventListener/v7 endpoint over HTTPS and expect 202 Response Status Code |
| 134 | Send Request And Validate Response Publish Event To VES Collector ${https_valid_cert_session} ${VES_EVENTLISTENER_V7} ${VES_VALID_JSON_V7} 202 ab305d54-85b4-a31b-7db2-fb6b9e546015 |
| 135 | |
| 136 | Publish Single VES VNF Measurement Event With Wrong Cert |
| 137 | [Tags] DCAE-VESC-R1 |
Aleksandra Maciaga | a73f9a5 | 2019-11-20 12:14:44 +0100 | [diff] [blame^] | 138 | [Documentation] Post single event with valid data and invalid certificate to /eventListener/v7 endpoint over HTTPS and expect SSLError with certificate unknown |
| 139 | @{err_content} Create List certificate unknown |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 140 | Send Request And Expect Error Publish Event To VES Collector ${https_invalid_cert_session} ${VES_EVENTLISTENER_V7} ${VES_VALID_JSON_V7} SSLError:* @{err_content} |
| 141 | |
| 142 | Publish Single VES VNF Measurement Event With Outdated Cert |
| 143 | [Tags] DCAE-VESC-R1 |
Aleksandra Maciaga | a73f9a5 | 2019-11-20 12:14:44 +0100 | [diff] [blame^] | 144 | [Documentation] Post single event with valid data and outdated certificate to /eventListener/v7 endpoint over HTTPS and expect SSLError with certificate unknown |
| 145 | @{err_content} Create List certificate unknown |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 146 | Send Request And Expect Error Publish Event To VES Collector ${https_outdated_cert_session} ${VES_EVENTLISTENER_V7} ${VES_VALID_JSON_V7} SSLError:* @{err_content} |
| 147 | |
Aleksandra Maciaga | fd6c8fa | 2019-11-06 15:14:11 +0100 | [diff] [blame] | 148 | Publish Single VES VNF Measurement Event Without Auth And Cert |
| 149 | [Tags] DCAE-VESC-R1 |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 150 | [Documentation] Post single event with valid data and without certificate or username/password to /eventListener/v7 endpoint over HTTPS and expect 401 Response Status Code |
| 151 | Send Request And Validate Response Publish Event To VES Collector ${https_no_cert_no_auth_session} ${VES_EVENTLISTENER_V7} ${VES_VALID_JSON_V7} 401 |
| 152 | |
| 153 | Publish V7 Batch Event with certBasicAuth over HTTPS |
| 154 | [Tags] DCAE-VESC-R1 |
| 155 | [Documentation] Post single event with valid data and valid username/password to /eventListener/v7/eventBatch endpoint over HTTPS and expect 202 Response Status Code |
| 156 | Send Request And Validate Response Publish Event To VES Collector ${https_basic_auth_session} ${VES_BATCH_EVENT_ENDPOINT_V7} ${VES_VALID_BATCH_JSON_V7} 202 Fault_Vscf:Acs-Ericcson_PilotNumberPoolExhaustion |
| 157 | |
| 158 | Publish V7 Batch Event With Wrong Auth |
| 159 | [Tags] DCAE-VESC-R1 |
| 160 | [Documentation] Post single event with valid data and invalid username/password to /eventListener/v7/eventBatch endpoint over HTTPS and expect 401 Response Status Code |
| 161 | Send Request And Validate Response Publish Event To VES Collector ${https_wrong_auth_session} ${VES_BATCH_EVENT_ENDPOINT_V7} ${VES_VALID_BATCH_JSON_V7} 401 |
| 162 | |
| 163 | Publish V7 Batch Event With Cert |
| 164 | [Tags] DCAE-VESC-R1 |
| 165 | [Documentation] Post single event with valid data and valid certificate to /eventListener/v7/eventBatch endpoint over HTTPS and expect 202 Response |
| 166 | Send Request And Validate Response Publish Event To VES Collector ${https_valid_cert_session} ${VES_BATCH_EVENT_ENDPOINT_V7} ${VES_VALID_BATCH_JSON_V7} 202 Fault_Vscf:Acs-Ericcson_PilotNumberPoolExhaustion |
| 167 | |
| 168 | Publish V7 Batch With Wrong Cert |
| 169 | [Tags] DCAE-VESC-R1 |
Aleksandra Maciaga | a73f9a5 | 2019-11-20 12:14:44 +0100 | [diff] [blame^] | 170 | [Documentation] Post single event with valid data and invalid certificate to /eventListener/v7/eventBatch endpoint over HTTPS and expect SSLError with certificate unknown |
| 171 | @{err_content} Create List certificate unknown |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 172 | Send Request And Expect Error Publish Event To VES Collector ${https_invalid_cert_session} ${VES_BATCH_EVENT_ENDPOINT_V7} ${VES_VALID_BATCH_JSON_V7} SSLError:* @{err_content} |
| 173 | |
| 174 | Publish V7 Batch Event With Outdated Cert |
| 175 | [Tags] DCAE-VESC-R1 |
Aleksandra Maciaga | a73f9a5 | 2019-11-20 12:14:44 +0100 | [diff] [blame^] | 176 | [Documentation] Post single event with valid data and outdated certificate to /eventListener/v7/eventBatch endpoint over HTTPS and expect SSLError with certificate unknown |
| 177 | @{err_content} Create List certificate unknown |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 178 | Send Request And Expect Error Publish Event To VES Collector ${https_outdated_cert_session} ${VES_BATCH_EVENT_ENDPOINT_V7} ${VES_VALID_BATCH_JSON_V7} SSLError:* @{err_content} |
| 179 | |
| 180 | Publish V7 Batch Event Without Auth And Cert |
| 181 | [Tags] DCAE-VESC-R1 |
| 182 | [Documentation] Post single event with valid data and without certificate or username/password to /eventListener/v7/eventBatch endpoint over HTTPS and expect 401 Response Status Code |
| 183 | Send Request And Validate Response Publish Event To VES Collector ${https_no_cert_no_auth_session} ${VES_BATCH_EVENT_ENDPOINT_V7} ${VES_VALID_BATCH_JSON_V7} 401 |