blob: 739c2bb2eebaebca08cc686f19a5df21e77311a1 [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
Gary Wu9abb61c2018-09-27 10:38:50 -070020 [Tags] DCAE-VESC-R1
Aleksandra Maciaga99022c82019-11-19 13:13:08 +010021 [Documentation] Run healthcheck
22 Run Healthcheck
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
mprzybys038028c2020-02-18 14:08:01 +000044Publish Single VES VNF Measurement Event wit parameter out of schema
45 [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
73 Send Request And Validate Response Publish Event To VES Collector ${http_session} ${VES_BATCH_EVENT_PATH} ${VES_EMPTY_JSON} 400
74
Gary Wu9abb61c2018-09-27 10:38:50 -070075Publish VES Event With Invalid Method
76 [Tags] DCAE-VESC-R1
Aleksandra Maciaga99022c82019-11-19 13:13:08 +010077 [Documentation] Use invalid Put instead of Post method to expect 405 Response Status Code
Gary Wu9abb61c2018-09-27 10:38:50 -070078 Log Send HTTP Request with invalid method Put instead of Post
Aleksandra Maciaga99022c82019-11-19 13:13:08 +010079 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 +010080
Gary Wu9abb61c2018-09-27 10:38:50 -070081Publish VES Event With Invalid URL Path
82 [Tags] DCAE-VESC-R1
Aleksandra Maciaga99022c82019-11-19 13:13:08 +010083 [Documentation] Post single event to invalid url path and expect 404 Response Status Code
Gary Wu9abb61c2018-09-27 10:38:50 -070084 Log Send HTTP Request with invalid /listener/v5/ instead of /eventListener/v5 path
Aleksandra Maciaga99022c82019-11-19 13:13:08 +010085 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 +010086
87Publish PNF Registration Event
88 [Tags] DCAE-VESC-R1
Aleksandra Maciaga99022c82019-11-19 13:13:08 +010089 [Documentation] Post PNF registration event and expect 200 Response Status Code
90 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 +010091
92# Auth by certificate and basic auth username / password
93
94Enable VESC HTTPS with certBasicAuth
95 [Tags] DCAE-VESC-R1
96 [Documentation] Enable VESC Https and Authentication and Run Health Check
97 Enable VESC with certBasicAuth
Aleksandra Maciaga99022c82019-11-19 13:13:08 +010098 Run Healthcheck
99
100Healthcheck with Outdated Cert
101 [Tags] DCAE-VESC-R1
102 [Documentation] Run healthcheck with outdated cert
Aleksandra Maciagafd6c8fa2019-11-06 15:14:11 +0100103 ${uuid}= Generate UUID
104 ${headers}= Create Dictionary Accept=*/* X-TransactionId=${GLOBAL_APPLICATION_ID}-${uuid} X-FromAppId=${GLOBAL_APPLICATION_ID}
Aleksandra Maciaga99022c82019-11-19 13:13:08 +0100105 ${err_msg}= Run Keyword And Expect Error SSLError:* Get Request ${https_outdated_cert_session} /healthcheck headers=${headers}
Aleksandra Maciagafd6c8fa2019-11-06 15:14:11 +0100106 Should Contain ${err_msg} certificate unknown
107 Log Recieved error message ${err_msg}
108
Aleksandra Maciaga99022c82019-11-19 13:13:08 +0100109Publish Single VES Fault Event Over HTTPS
110 [Tags] DCAE-VESC-R1
111 [Documentation] Post single event with valid data to /eventListener/v5 endpoint over HTTPS and expect 202 Response Status Code
112 Log Login User=${VESC_HTTPS_USER}, Pd=${VESC_HTTPS_PD}
113 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
114
115Publish Single VES Measurement Event Over HTTPS
116 [Tags] DCAE-VESC-R1
117 [Documentation] Post single measurement event with valid data to /eventListener/v5 endpoint over HTTPS and expect 202 Response Status Code
118 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
119
120Publish VES Fault Batch Events Over HTTPS
121 [Tags] DCAE-VESC-R1
122 [Documentation] Post single event with valid data to /eventListener/v5/eventBatch endpoint over HTTPS and expect 202 Response Status Code
123 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
124
125Publish VES Event With Invalid URL Path HTTPS
126 [Tags] DCAE-VESC-R1
127 [Documentation] Post single event to invalid url path over HTTPS and expect 404 response Status Code
128 Log Send HTTP Request with invalid /eventlistener/v5/ instead of /eventListener/v5 path
129 Send Request And Validate Response Publish Event To VES Collector ${https_basic_auth_session} /eventlistener/v5 ${EVENT_DATA_FILE} 404
130
131Publish Single VES VNF Measurement Event over HTTP
132 [Tags] DCAE-VESC-R1
133 [Documentation] Post single event over HTTP with authentication enabled and expect 400 Response Status Code
134 Send Request And Validate Response Publish Event To VES Collector ${http_session} ${VES_EVENTLISTENER_V7} ${VES_VALID_JSON_V7} 400
135
136Publish Single VES VNF Measurement Event with certBasicAuth over HTTPS
137 [Tags] DCAE-VESC-R1
138 [Documentation] Post single event with valid data and valid username/password to /eventListener/v7 endpoint over HTTPS and expect 202 Response Status Code
139 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
140
141Publish Single VES VNF Measurement Event over HTTPS with wrong JSON
142 [Tags] DCAE-VESC-R1
143 [Documentation] Post single event with invalid data and valid username/password to /eventListener/v7 endpoint over HTTPS and expect 400 Response Status Code
144 Send Request And Validate Response Publish Event To VES Collector ${https_basic_auth_session} ${VES_EVENTLISTENER_V7} ${VES_INVALID_JSON_V7} 400
145
146Publish Single VES VNF Measurement Event With Wrong Auth
147 [Tags] DCAE-VESC-R1
148 [Documentation] Post single event with valid data and invalid username/password to /eventListener/v7 endpoint over HTTPS and expect 401 Response Status Code
149 Send Request And Validate Response Publish Event To VES Collector ${https_wrong_auth_session} ${VES_EVENTLISTENER_V7} ${VES_VALID_JSON_V7} 401
150
151Publish Single VES VNF Measurement Event With Cert
152 [Tags] DCAE-VESC-R1
153 [Documentation] Post single event with valid data and valid certificate to /eventListener/v7 endpoint over HTTPS and expect 202 Response Status Code
154 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
155
156Publish Single VES VNF Measurement Event With Wrong Cert
157 [Tags] DCAE-VESC-R1
Aleksandra Maciagaa73f9a52019-11-20 12:14:44 +0100158 [Documentation] Post single event with valid data and invalid certificate to /eventListener/v7 endpoint over HTTPS and expect SSLError with certificate unknown
159 @{err_content} Create List certificate unknown
Aleksandra Maciaga99022c82019-11-19 13:13:08 +0100160 Send Request And Expect Error Publish Event To VES Collector ${https_invalid_cert_session} ${VES_EVENTLISTENER_V7} ${VES_VALID_JSON_V7} SSLError:* @{err_content}
161
162Publish Single VES VNF Measurement Event With Outdated Cert
163 [Tags] DCAE-VESC-R1
Aleksandra Maciagaa73f9a52019-11-20 12:14:44 +0100164 [Documentation] Post single event with valid data and outdated certificate to /eventListener/v7 endpoint over HTTPS and expect SSLError with certificate unknown
165 @{err_content} Create List certificate unknown
Aleksandra Maciaga99022c82019-11-19 13:13:08 +0100166 Send Request And Expect Error Publish Event To VES Collector ${https_outdated_cert_session} ${VES_EVENTLISTENER_V7} ${VES_VALID_JSON_V7} SSLError:* @{err_content}
167
Aleksandra Maciagafd6c8fa2019-11-06 15:14:11 +0100168Publish Single VES VNF Measurement Event Without Auth And Cert
169 [Tags] DCAE-VESC-R1
Aleksandra Maciaga99022c82019-11-19 13:13:08 +0100170 [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
171 Send Request And Validate Response Publish Event To VES Collector ${https_no_cert_no_auth_session} ${VES_EVENTLISTENER_V7} ${VES_VALID_JSON_V7} 401
172
173Publish V7 Batch Event with certBasicAuth over HTTPS
174 [Tags] DCAE-VESC-R1
175 [Documentation] Post single event with valid data and valid username/password to /eventListener/v7/eventBatch endpoint over HTTPS and expect 202 Response Status Code
176 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
177
178Publish V7 Batch Event With Wrong Auth
179 [Tags] DCAE-VESC-R1
180 [Documentation] Post single event with valid data and invalid username/password to /eventListener/v7/eventBatch endpoint over HTTPS and expect 401 Response Status Code
181 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
182
183Publish V7 Batch Event With Cert
184 [Tags] DCAE-VESC-R1
185 [Documentation] Post single event with valid data and valid certificate to /eventListener/v7/eventBatch endpoint over HTTPS and expect 202 Response
186 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
187
188Publish V7 Batch With Wrong Cert
189 [Tags] DCAE-VESC-R1
Aleksandra Maciagaa73f9a52019-11-20 12:14:44 +0100190 [Documentation] Post single event with valid data and invalid certificate to /eventListener/v7/eventBatch endpoint over HTTPS and expect SSLError with certificate unknown
191 @{err_content} Create List certificate unknown
Aleksandra Maciaga99022c82019-11-19 13:13:08 +0100192 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}
193
194Publish V7 Batch Event With Outdated Cert
195 [Tags] DCAE-VESC-R1
Aleksandra Maciagaa73f9a52019-11-20 12:14:44 +0100196 [Documentation] Post single event with valid data and outdated certificate to /eventListener/v7/eventBatch endpoint over HTTPS and expect SSLError with certificate unknown
197 @{err_content} Create List certificate unknown
Aleksandra Maciaga99022c82019-11-19 13:13:08 +0100198 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}
199
200Publish V7 Batch Event Without Auth And Cert
201 [Tags] DCAE-VESC-R1
202 [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
203 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