blob: 4a4a079d22fb39439d1108dc948e292a5ca03b30 [file] [log] [blame]
Gary Wu9abb61c2018-09-27 10:38:50 -07001*** Settings ***
Aleksandra Maciaga99022c82019-11-19 13:13:08 +01002Documentation 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
5Library RequestsLibrary
Gary Wu9abb61c2018-09-27 10:38:50 -07006Library OperatingSystem
7Library Collections
8Library DcaeLibrary
Aleksandra Maciaga99022c82019-11-19 13:13:08 +01009Resource ./resources/dcae_keywords.robot
Aleksandra Maciagaa73f9a52019-11-20 12:14:44 +010010
Aleksandra Maciaga99022c82019-11-19 13:13:08 +010011Test Teardown Cleanup VES Events
Aleksandra Maciagaa73f9a52019-11-20 12:14:44 +010012Suite Setup Run keywords VES Collector Suite Setup DMaaP Generate Certs Create sessions Create header
13Suite Teardown Run keywords VES Collector Suite Shutdown DMaaP Remove Certs
Gary Wu9abb61c2018-09-27 10:38:50 -070014
15*** Test Cases ***
Aleksandra Maciagafd6c8fa2019-11-06 15:14:11 +010016
Aleksandra Maciaga99022c82019-11-19 13:13:08 +010017#No authentication tests
Aleksandra Maciagafd6c8fa2019-11-06 15:14:11 +010018
19VES Collector HTTP Health Check
Aleksandra Maciaga72ae9c32020-04-01 13:14:14 +020020 [Tags] DCAE-VESC-R1 DCAE-VESC-HC
21 [Documentation] Run healthcheck over HTTP
22 Run Healthcheck ${http_session}
Aleksandra Maciagafd6c8fa2019-11-06 15:14:11 +010023
24Publish Single VES VNF Measurement Event API V7
25 [Tags] DCAE-VESC-R1
Aleksandra Maciaga99022c82019-11-19 13:13:08 +010026 [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 Maciagafd6c8fa2019-11-06 15:14:11 +010028
29Publish Single VES VNF Measurement Event with wrong JSON
Gary Wu9abb61c2018-09-27 10:38:50 -070030 [Tags] DCAE-VESC-R1
Aleksandra Maciaga99022c82019-11-19 13:13:08 +010031 [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 Maciagafd6c8fa2019-11-06 15:14:11 +010033
mprzybys86fabf62020-02-18 13:33:33 +000034Publish Single VES VNF Measurement Event with missing mandatory parameter
mprzybys71a3e682020-01-28 13:36:53 +000035 [Tags] DCAE-VESC-R1
36 [Documentation] Post single event with lack of one of the mandatory parameters "domain" to /eventListener/v7 endpoint and expect 400 Response Status Code
mprzybys86fabf62020-02-18 13:33:33 +000037 Send Request And Validate Response Publish Event To VES Collector ${http_session} ${VES_EVENTLISTENER_V7} ${VES_MISSING_MANDATORY_PARAMETER_V7} 400
38
39Publish Single VES VNF Measurement Event with empty json
40 [Tags] DCAE-VESC-R1
41 [Documentation] Post single event with empty json to /eventListener/v7 endpoint and expect 400 Response Status Code
42 Send Request And Validate Response Publish Event To VES Collector ${http_session} ${VES_EVENTLISTENER_V7} ${VES_EMPTY_JSON} 400
mprzybys71a3e682020-01-28 13:36:53 +000043
mprzybys5bcc97f2020-02-19 08:50:51 +000044Publish Single VES VNF Measurement Event with parameter out of schema
mprzybys038028c2020-02-18 14:08:01 +000045 [Tags] DCAE-VESC-R1
46 [Documentation] Post single event with parameter which is not defined in schema and send to /eventListener/v7 endpoint. Expected 400 Response Status Code
47 Send Request And Validate Response Publish Event To VES Collector ${http_session} ${VES_EVENTLISTENER_V7} ${VES_PARAMETER_OUT_OF_SCHEMA_V7} 400
48
Aleksandra Maciagafd6c8fa2019-11-06 15:14:11 +010049Publish Single VES VNF Measurement Event with No Auth over HTTPS
50 [Tags] DCAE-VESC-R1
Aleksandra Maciaga99022c82019-11-19 13:13:08 +010051 [Documentation] Post single event over HTTPS with authentication disabled and expect ConnectionError
52 @{err_content} Create List Errno 111
53 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 Maciagafd6c8fa2019-11-06 15:14:11 +010054
55Publish Single VES VoLTE Fault Event
56 [Tags] DCAE-VESC-R1
Aleksandra Maciaga99022c82019-11-19 13:13:08 +010057 [Documentation] Post single event with valid data to /eventListener/v5 endpoint and expect 202 Response Status Code
58 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 Maciagafd6c8fa2019-11-06 15:14:11 +010059
60Publish Single VES VNF Measurement Event API V5
61 [Tags] DCAE-VESC-R1
Aleksandra Maciaga99022c82019-11-19 13:13:08 +010062 [Documentation] Post single measurement event with valid data to /eventListener/v5 endpoint and expect 202 Response Status Code
63 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 Wu9abb61c2018-09-27 10:38:50 -070064
65Publish VES VoLTE Fault Batch Events
66 [Tags] DCAE-VESC-R1
Aleksandra Maciaga99022c82019-11-19 13:13:08 +010067 [Documentation] Post single event with valid data to /eventListener/v5/eventBatch endpoint and expect 202 Response Status Code
68 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 Maciagafd6c8fa2019-11-06 15:14:11 +010069
mprzybysa06c8172020-02-19 08:14:09 +000070Publish VES Batch Events with empty json
71 [Tags] DCAE-VESC-R1
72 [Documentation] Post empty json to /eventListener/v7/eventBatch endpoint and expect 400 Response Status Code
mprzybys8414d302020-02-19 08:36:01 +000073 Send Request And Validate Response Publish Event To VES Collector ${http_session} ${VES_BATCH_EVENT_ENDPOINT_V7} ${VES_EMPTY_JSON} 400
74
75Publish VES Batch Events with missing mandatory parameter
76 [Tags] DCAE-VESC-R1
77 [Documentation] Post event list where one of the events doesn't have mandatory domain param, to /eventListener/v7/eventBatch endpoint and expect 400 Response Status Code
78 Send Request And Validate Response Publish Event To VES Collector ${http_session} ${VES_BATCH_EVENT_ENDPOINT_V7} ${VES_BATCH_MISSING_MANDATORY_PARAM_V7} 400
mprzybysa06c8172020-02-19 08:14:09 +000079
mprzybys5bcc97f2020-02-19 08:50:51 +000080Publish VES Batch Events wih parameter out of schema
81 [Tags] DCAE-VESC-R1
82 [Documentation] Post event list where one of the events have additional dummy param, to /eventListener/v7/eventBatch endpoint and expect 400 Response Status Code
83 Send Request And Validate Response Publish Event To VES Collector ${http_session} ${VES_BATCH_EVENT_ENDPOINT_V7} ${VES_BATCH_PARAM_OUT_OF_SCHEMA_V7} 400
84
Gary Wu9abb61c2018-09-27 10:38:50 -070085Publish VES Event With Invalid Method
86 [Tags] DCAE-VESC-R1
Aleksandra Maciaga99022c82019-11-19 13:13:08 +010087 [Documentation] Use invalid Put instead of Post method to expect 405 Response Status Code
Gary Wu9abb61c2018-09-27 10:38:50 -070088 Log Send HTTP Request with invalid method Put instead of Post
Aleksandra Maciaga99022c82019-11-19 13:13:08 +010089 Send Request And Validate Response Publish Event To VES Collector With Put Method ${http_session} ${VES_ANY_EVENT_PATH} ${EVENT_DATA_FILE} 405
Aleksandra Maciagafd6c8fa2019-11-06 15:14:11 +010090
Gary Wu9abb61c2018-09-27 10:38:50 -070091Publish VES Event With Invalid URL Path
92 [Tags] DCAE-VESC-R1
Aleksandra Maciaga99022c82019-11-19 13:13:08 +010093 [Documentation] Post single event to invalid url path and expect 404 Response Status Code
Gary Wu9abb61c2018-09-27 10:38:50 -070094 Log Send HTTP Request with invalid /listener/v5/ instead of /eventListener/v5 path
Aleksandra Maciaga99022c82019-11-19 13:13:08 +010095 Send Request And Validate Response Publish Event To VES Collector ${http_session} /listener/v5/ ${EVENT_DATA_FILE} 404
Aleksandra Maciagafd6c8fa2019-11-06 15:14:11 +010096
Aleksandra Maciaga72ae9c32020-04-01 13:14:14 +020097Publish 'Other' Registration Event
Aleksandra Maciagafd6c8fa2019-11-06 15:14:11 +010098 [Tags] DCAE-VESC-R1
Aleksandra Maciaga72ae9c32020-04-01 13:14:14 +020099 [Documentation] Post an event aligned with “other” domain and expect HTTP 202 Accepeted Response Status Code
Aleksandra Maciaga99022c82019-11-19 13:13:08 +0100100 Send Request And Validate Response Publish Event To VES Collector ${http_session} ${VES_ANY_EVENT_PATH} ${EVENT_PNF_REGISTRATION} 202 QTFCOC540002E-reg
Aleksandra Maciagafd6c8fa2019-11-06 15:14:11 +0100101
mprzybysa1616822020-02-19 09:27:27 +0000102Publish VES Event With Invalid Method V7
103 [Tags] DCAE-VESC-R1
104 [Documentation] Use invalid Put instead of Post method to expect 405 Response Status Code
105 Log Send HTTP Request with invalid method Put instead of Post
106 Send Request And Validate Response Publish Event To VES Collector With Put Method ${http_session} ${VES_EVENTLISTENER_V7} ${EVENT_DATA_FILE} 405
107
108Publish VES Event With Invalid URL Path V7
109 [Tags] DCAE-VESC-R1
110 [Documentation] Post single event to invalid url path and expect 404 Response Status Code
111 Log Send HTTP Request with invalid /listener/v5/ instead of /eventListener/v5 path
112 Send Request And Validate Response Publish Event To VES Collector ${http_session} /listener/v7/ ${EVENT_DATA_FILE} 404
113
Aleksandra Maciaga72ae9c32020-04-01 13:14:14 +0200114Publish PNF Registration Event
mprzybysa1616822020-02-19 09:27:27 +0000115 [Tags] DCAE-VESC-R1
Aleksandra Maciaga72ae9c32020-04-01 13:14:14 +0200116 [Documentation] Post PNF Registration event and expect HTTP 202 Accepeted Response Status Code
mprzybysa1616822020-02-19 09:27:27 +0000117 Send Request And Validate Response Publish Event To VES Collector ${http_session} ${VES_EVENTLISTENER_V7} ${EVENT_PNF_REGISTRATION_V7} 202 registration_38407540
118
Aleksandra Maciagafd6c8fa2019-11-06 15:14:11 +0100119# Auth by certificate and basic auth username / password
120
121Enable VESC HTTPS with certBasicAuth
Aleksandra Maciaga72ae9c32020-04-01 13:14:14 +0200122 [Tags] DCAE-VESC-R1 DCAE-VESC-HC
Aleksandra Maciagafd6c8fa2019-11-06 15:14:11 +0100123 [Documentation] Enable VESC Https and Authentication and Run Health Check
124 Enable VESC with certBasicAuth
Aleksandra Maciaga72ae9c32020-04-01 13:14:14 +0200125 Run Healthcheck ${https_basic_auth_session}
126
127VES Collector HTTP Health Check with certBasicAuth
128 [Tags] DCAE-VESC-R1 DCAE-VESC-HC
129 [Documentation] Run healthcheck over HTTP with certBasicAuth
130 Enable VESC with certBasicAuth
131 Run Healthcheck ${http_session}
Aleksandra Maciaga99022c82019-11-19 13:13:08 +0100132
133Healthcheck with Outdated Cert
Aleksandra Maciaga72ae9c32020-04-01 13:14:14 +0200134 [Tags] DCAE-VESC-R1 DCAE-VESC-HC
Aleksandra Maciaga99022c82019-11-19 13:13:08 +0100135 [Documentation] Run healthcheck with outdated cert
Aleksandra Maciagafd6c8fa2019-11-06 15:14:11 +0100136 ${uuid}= Generate UUID
137 ${headers}= Create Dictionary Accept=*/* X-TransactionId=${GLOBAL_APPLICATION_ID}-${uuid} X-FromAppId=${GLOBAL_APPLICATION_ID}
Aleksandra Maciaga99022c82019-11-19 13:13:08 +0100138 ${err_msg}= Run Keyword And Expect Error SSLError:* Get Request ${https_outdated_cert_session} /healthcheck headers=${headers}
Aleksandra Maciagafd6c8fa2019-11-06 15:14:11 +0100139 Should Contain ${err_msg} certificate unknown
140 Log Recieved error message ${err_msg}
141
Aleksandra Maciaga99022c82019-11-19 13:13:08 +0100142Publish Single VES Fault Event Over HTTPS
143 [Tags] DCAE-VESC-R1
144 [Documentation] Post single event with valid data to /eventListener/v5 endpoint over HTTPS and expect 202 Response Status Code
145 Log Login User=${VESC_HTTPS_USER}, Pd=${VESC_HTTPS_PD}
146 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
147
148Publish Single VES Measurement Event Over HTTPS
149 [Tags] DCAE-VESC-R1
150 [Documentation] Post single measurement event with valid data to /eventListener/v5 endpoint over HTTPS and expect 202 Response Status Code
151 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
152
153Publish VES Fault Batch Events Over HTTPS
154 [Tags] DCAE-VESC-R1
155 [Documentation] Post single event with valid data to /eventListener/v5/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_PATH} ${EVENT_BATCH_DATA_FILE} 202 ab305d54-85b4-a31b-7db2-fb6b9e546025
157
158Publish VES Event With Invalid URL Path HTTPS
159 [Tags] DCAE-VESC-R1
160 [Documentation] Post single event to invalid url path over HTTPS and expect 404 response Status Code
161 Log Send HTTP Request with invalid /eventlistener/v5/ instead of /eventListener/v5 path
162 Send Request And Validate Response Publish Event To VES Collector ${https_basic_auth_session} /eventlistener/v5 ${EVENT_DATA_FILE} 404
163
164Publish Single VES VNF Measurement Event over HTTP
165 [Tags] DCAE-VESC-R1
166 [Documentation] Post single event over HTTP with authentication enabled and expect 400 Response Status Code
167 Send Request And Validate Response Publish Event To VES Collector ${http_session} ${VES_EVENTLISTENER_V7} ${VES_VALID_JSON_V7} 400
168
169Publish Single VES VNF Measurement Event with certBasicAuth over HTTPS
170 [Tags] DCAE-VESC-R1
171 [Documentation] Post single event with valid data and valid username/password to /eventListener/v7 endpoint over HTTPS and expect 202 Response Status Code
172 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
173
174Publish Single VES VNF Measurement Event over HTTPS with wrong JSON
175 [Tags] DCAE-VESC-R1
176 [Documentation] Post single event with invalid data and valid username/password to /eventListener/v7 endpoint over HTTPS and expect 400 Response Status Code
177 Send Request And Validate Response Publish Event To VES Collector ${https_basic_auth_session} ${VES_EVENTLISTENER_V7} ${VES_INVALID_JSON_V7} 400
178
179Publish Single VES VNF Measurement Event With Wrong Auth
180 [Tags] DCAE-VESC-R1
181 [Documentation] Post single event with valid data and invalid username/password to /eventListener/v7 endpoint over HTTPS and expect 401 Response Status Code
182 Send Request And Validate Response Publish Event To VES Collector ${https_wrong_auth_session} ${VES_EVENTLISTENER_V7} ${VES_VALID_JSON_V7} 401
183
184Publish Single VES VNF Measurement Event With Cert
185 [Tags] DCAE-VESC-R1
186 [Documentation] Post single event with valid data and valid certificate to /eventListener/v7 endpoint over HTTPS and expect 202 Response Status Code
187 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
188
189Publish Single VES VNF Measurement Event With Wrong Cert
190 [Tags] DCAE-VESC-R1
Aleksandra Maciagaa73f9a52019-11-20 12:14:44 +0100191 [Documentation] Post single event with valid data and invalid certificate to /eventListener/v7 endpoint over HTTPS and expect SSLError with certificate unknown
192 @{err_content} Create List certificate unknown
Aleksandra Maciaga99022c82019-11-19 13:13:08 +0100193 Send Request And Expect Error Publish Event To VES Collector ${https_invalid_cert_session} ${VES_EVENTLISTENER_V7} ${VES_VALID_JSON_V7} SSLError:* @{err_content}
194
195Publish Single VES VNF Measurement Event With Outdated Cert
196 [Tags] DCAE-VESC-R1
Aleksandra Maciagaa73f9a52019-11-20 12:14:44 +0100197 [Documentation] Post single event with valid data and outdated certificate to /eventListener/v7 endpoint over HTTPS and expect SSLError with certificate unknown
198 @{err_content} Create List certificate unknown
Aleksandra Maciaga99022c82019-11-19 13:13:08 +0100199 Send Request And Expect Error Publish Event To VES Collector ${https_outdated_cert_session} ${VES_EVENTLISTENER_V7} ${VES_VALID_JSON_V7} SSLError:* @{err_content}
200
Aleksandra Maciagafd6c8fa2019-11-06 15:14:11 +0100201Publish Single VES VNF Measurement Event Without Auth And Cert
202 [Tags] DCAE-VESC-R1
Aleksandra Maciaga99022c82019-11-19 13:13:08 +0100203 [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
204 Send Request And Validate Response Publish Event To VES Collector ${https_no_cert_no_auth_session} ${VES_EVENTLISTENER_V7} ${VES_VALID_JSON_V7} 401
205
206Publish V7 Batch Event with certBasicAuth over HTTPS
207 [Tags] DCAE-VESC-R1
208 [Documentation] Post single event with valid data and valid username/password to /eventListener/v7/eventBatch endpoint over HTTPS and expect 202 Response Status Code
209 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
210
211Publish V7 Batch Event With Wrong Auth
212 [Tags] DCAE-VESC-R1
213 [Documentation] Post single event with valid data and invalid username/password to /eventListener/v7/eventBatch endpoint over HTTPS and expect 401 Response Status Code
214 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
215
216Publish V7 Batch Event With Cert
217 [Tags] DCAE-VESC-R1
218 [Documentation] Post single event with valid data and valid certificate to /eventListener/v7/eventBatch endpoint over HTTPS and expect 202 Response
219 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
220
221Publish V7 Batch With Wrong Cert
222 [Tags] DCAE-VESC-R1
Aleksandra Maciagaa73f9a52019-11-20 12:14:44 +0100223 [Documentation] Post single event with valid data and invalid certificate to /eventListener/v7/eventBatch endpoint over HTTPS and expect SSLError with certificate unknown
224 @{err_content} Create List certificate unknown
Aleksandra Maciaga99022c82019-11-19 13:13:08 +0100225 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}
226
227Publish V7 Batch Event With Outdated Cert
228 [Tags] DCAE-VESC-R1
Aleksandra Maciagaa73f9a52019-11-20 12:14:44 +0100229 [Documentation] Post single event with valid data and outdated certificate to /eventListener/v7/eventBatch endpoint over HTTPS and expect SSLError with certificate unknown
230 @{err_content} Create List certificate unknown
Aleksandra Maciaga99022c82019-11-19 13:13:08 +0100231 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}
232
233Publish V7 Batch Event Without Auth And Cert
234 [Tags] DCAE-VESC-R1
235 [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
236 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