Lines Matching full:dump

2 Documentation  This module provides general keywords for dump.
11 Create User Initiated Dump
12 [Documentation] Generate user initiated dump and return
13 ... the dump id number (e.g., "5"). Optionally return EMPTY
14 ... if out of dump space.
18 # check_out_of_space If ${False}, a dump will be created and
22 # returned if out of dump space was
23 # detected when creating the dump.
27 ... Set Global Variable ${REST_DUMP_URI} /xyz/openbmc_project/dump/
34 ... Run Keyword And Return Get The Dump Id ${resp}
39 Get The Dump Id
40 [Documentation] Wait for the dump to be created. Return the
41 ... dump id number (e.g., "5").
45 # resp Response object from action/Create Dump attempt.
52 # The "data" field conveys the id number of the created dump.
57 ... Fail Dump id returned null.
61 Wait Until Keyword Succeeds 3 min 15 sec Check Dump Existence
68 [Documentation] Return the dump_id number, or return ${EMPTY} if dump
73 # resp Response object from action/Create Dump attempt.
77 # "description": "xyz.openbmc_project.Dump.Create.Error.QuotaExceeded"
79 # "message": "Dump not captured due to a cap.",
83 # If dump was created normally, return the dump_id number.
85 ... Run Keyword And Return Get The Dump Id ${resp}
88 ${at_capacity}= Set Variable Dump not captured due to a cap
99 Verify No Dump In Progress
100 [Documentation] Verify no dump in progress.
106 Check Dump Existence
107 [Documentation] Verify if given dump exist.
111 # dump_id An integer value that identifies a particular dump
116 ... Set Global Variable ${DUMP_ENTRY_URI} /xyz/openbmc_project/dump/entry/
122 Delete BMC Dump
123 [Documentation] Deletes a given bmc dump.
127 # dump_id An integer value that identifies a particular dump (e.g. 1, 3).
131 ... Set Global Variable ${DUMP_ENTRY_URI} /xyz/openbmc_project/dump/entry/
144 ... Set Global Variable ${DUMP_ENTRY_URI} /xyz/openbmc_project/dump/entry/
146 # Check if dump entries exist, if not return.
150 # Get the list of dump entries and delete them all.
154 Delete BMC Dump ${dump_id}
158 Redfish Delete BMC Dump
159 [Documentation] Deletes a given BMC dump via Redfish.
163 # dump_id An integer value that identifies a particular dump (e.g. 1, 3).
165 Redfish.Delete /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/${dump_id}
171 # Check if dump entries exist, if not return.
172 ${resp}= Redfish.Get /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries
175 Redfish.Post /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.ClearLog
179 [Documentation] Get the system dump log entries.
186 Get Redfish BMC Dump Log Entries
187 [Documentation] Get the BMC dump log entries.
197 Redfish.Post /redfish/v1/Systems/${SYSTEM_ID}/LogServices/Dump/Actions/LogService.ClearLog
200 Redfish BMC Dump Should Not Exist
201 [Documentation] Verify that there is no BMC dump at dump URI.
203 # Verify no dump exists.
204 ${dump_entries}= Get Redfish BMC Dump Log Entries
208 Redfish BMC Dump Should Exist
209 [Documentation] Check if BMC dump is generated.
211 ${dump_entries}= Get Redfish BMC Dump Log Entries
212 Should Be True ${dump_entries['Members@odata.count']} >= 1 msg=No BMC dump generated.
215 Delete All BMC Dump
216 [Documentation] Delete all BMC dump entries using "DeleteAll" interface.
220 ... Set Global Variable ${REST_DUMP_URI} /xyz/openbmc_project/dump/
226 Dump Should Not Exist
231 ... Set Global Variable ${DUMP_ENTRY_URI} /xyz/openbmc_project/dump/entry/
236 Check Existence Of BMC Dump File
237 [Documentation] Verify existence of BMC dump file.
241 # dump_id BMC dump identifier
246 # Output of sample BMC Execute command with '2' as dump id is as follows
251 Should End With ${file_there} tar.xz msg=BMC dump file not found.
253 Get Dump Entries
254 [Documentation] Return dump entries list.
258 ... Set Global Variable ${DUMP_ENTRY_URI} /xyz/openbmc_project/dump/entry/
263 Trigger Core Dump
264 [Documentation] Trigger core dump.
275 Initiate BMC Dump Using Redfish And Return Task Id
276 [Documentation] Initiate BMC dump via Redfish and return its task ID.
280 … ... /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.CollectDiagnosticData
292 Create User Initiated BMC Dump Via Redfish
293 …[Documentation] Generate user initiated BMC dump via Redfish and return the dump id number (e.g.,…
298 # keyword will waiting for BMC dump to
299 # complete and returns the dump id.
301 # initiating BMC dump and returns dump task id.
304 …${resp}= Redfish.Post /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.Col…
328 # "Location: /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/2"]
332 …# "TargetUri": "/redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.Collect…
337 Auto Generate BMC Dump
338 [Documentation] Auto generate BMC dump.
340 ${cmd}= Catenate busctl --verbose call xyz.openbmc_project.Dump.Manager
341 ... /xyz/openbmc_project/dump/bmc xyz.openbmc_project.Dump.Create CreateDump a{sv} 0
346 Get Dump Size
347 [Documentation] Get dump size.
351 # dump_uri Dump URI
352 # (Eg. /xyz/openbmc_project/dump/bmc/entry/1).
354 # Example of Dump entry.
372 Get Dump ID
373 [Documentation] Return dump ID.
387 # "Location: /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/2"]
392 # "/redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.CollectDiagnosticData"
420 Get Dump ID And Status
421 [Documentation] Return dump ID and status.
428 ${dump_id}= Get Dump ID ${task_id}
432 Create BMC User Dump
433 [Documentation] Generate user initiated BMC dump via Redfish and return
437 …${resp}= Redfish.Post /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.Col…
481 Get Dump Status In BMC
482 [Documentation] Get dump status from BMC using busctl method.
486 # dump_uri Dump URI E.g: /xyz/openbmc_project/dump/bmc/entry/7.
488 ${cmd}= Catenate busctl get-property xyz.openbmc_project.Dump.Manager
499 Verify Dump Status In BMC
500 [Documentation] Verify Dump Status in BMC.
504 # dump_uri Dump URI E.g: /xyz/openbmc_project/dump/bmc/entry/7.
505 # expected_dump_status Expected Dump Status (Completed or Failed etc).
507 ${dump_status}= Get Dump Status In BMC ${dump_uri}