Lines Matching full:event

24 Event Log Check After BMC Reboot
25 [Documentation] Check event log after BMC rebooted.
28 Redfish Purge Event Log
29 Event Log Should Not Exist
36 Event Log Should Not Exist
39 Event Log Check After Host Poweron
40 [Documentation] Check event log after host has booted.
43 Redfish Purge Event Log
44 Event Log Should Not Exist
49 Event Log Should Not Exist
52 Create Test Event Log And Verify
53 [Documentation] Create event logs and verify via redfish.
57 Event Log Should Exist
60 Delete Redfish Event Log And Verify
61 [Documentation] Delete Redfish event log and verify via Redfish.
65 Redfish Purge Event Log
67 ${elog_entry}= Get Event Logs
75 Test Event Log Persistency On Restart
76 [Documentation] Restart logging service and verify event logs.
80 Event Log Should Exist
86 Event Log Should Exist
89 Test Event Entry Numbering Reset On Restart
90 [Documentation] Restart logging service and verify event logs entry starts
99 # "Description": "Collection of System Event Log Entries",
106 # "EntryType": "Event",
107 # "Id": "1", <----- Event log ID
108 # "Message": "org.open_power.Host.Error.Event",
109 # "Name": "System DBus Event Log Entry",
114 # "Name": "System Event Log Entries"
119 Event Log Should Exist
121 Redfish Purge Event Log
122 Event Log Should Not Exist
129 ${elogs}= Get Event Logs
131 # After issuing Redfish purge event log, there will be one informational error log
133 Should Be Equal ${elogs[0]["Id"]} 2 msg=Event log entry is not 2
136 Test Event Log Persistency On Reboot
137 [Documentation] Reboot BMC and verify event log.
140 Redfish Purge Event Log
142 Event Log Should Exist
149 Event Log Should Exist
152 Create Test Event Log And Verify Time Stamp
153 [Documentation] Create event logs and verify time stamp.
160 # "Description": "Collection of System Event Log Entries",
167 # "EntryType": "Event",
169 # "Message": "org.open_power.Host.Error.Event",
170 # "Name": "System DBus Event Log Entry",
175 # "Name": "System Event Log Entries"
178 Redfish Purge Event Log
184 ${elog_entry}= Get Event Logs
186 # The event log generated is associated with the epoc time and unique
199 ${elog_entry}= Get Event Logs
208 ${elog_entry}= Get Event Logs
216 # "EntryType": "Event",
218 # "Message": "xyz.openbmc_project.Host.Error.Event",
220 # "Name": "System Event Log Entry",
236 Create Test Event Log And Delete
237 [Documentation] Create an event log and delete it.
241 Redfish Purge Event Log
242 Event Log Should Not Exist
245 Create Multiple Test Event Logs And Delete All
246 [Documentation] Create multiple event logs and delete all.
252 Redfish Purge Event Log
253 Event Log Should Not Exist
256 Create Two Test Event Logs And Delete One
257 [Documentation] Create two event logs and delete the first entry.
261 Redfish Purge Event Log
272 Verify Watchdog Timedout Event
273 [Documentation] Trigger watchdog timed out and verify event log generated.
281 Redfish Purge Event Log
292 Verify Event Logs Capping
293 [Documentation] Verify event logs capping.
296 Redfish Purge Event Log
302 ${elogs}= Get Event Logs
308 Test Event Log Wrapping
309 [Documentation] Verify event log entries wraps when 200 max cap is reached.
318 # Create ${max_num_event_logs} event logs.
323 # Verify that event logs with IDs 1 and ${max_num_event_logs} exist.
324 ${event_log}= Get Event Logs
334 # Create event log and verify the entry ID, ${max_num_event_logs + 1}.
339 ${event_log}= Get Event Logs
345 # Event log 1 should be wrapped.
351 ... msg=The event log should have wrapped such that entry ID 1 is now purged.
358 Redfish Purge Event Log
362 ${elog_entry}= Get Event Logs
373 Redfish Purge Event Log
388 Redfish Purge Event Log
399 Redfish Purge Event Log
415 Event Log Should Not Exist
416 [Documentation] Event log entries should not exist.
418 ${elogs}= Get Event Logs
419 Should Be Empty ${elogs} msg=System event log entry is not empty.
422 Event Log Should Exist
423 [Documentation] Event log entries should exist.
425 ${elogs}= Get Event Logs
426 Should Not Be Empty ${elogs} msg=System event log entry is not empty.
430 [Documentation] Verify watchdog event log content.
438 # "EntryType": "Event",
441 # "Name": "System DBus Event Log Entry",
445 ${elog_list}= Get Event Logs
467 ... msg=Watchdog timeout event log was not found.