File: add-system-bootprogress-42ee452cfa279c63.yaml

package info (click to toggle)
python-sushy 5.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,620 kB
  • sloc: python: 14,026; makefile: 24; sh: 2
file content (10 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
---
features:
  - |
    Adds a ``boot_progress`` mapped object to the System object. Inside of
    this object, a ``last_state`` value maps to values provided by the
    ``sushy.BootProgressState`` enum.
    Also exposes, for information purposes, the ``last_boot_seconds_count``,
    ``last_state_updated_at``, and ``oem_last_state`` values, which map to
    the DMTF Redfish values ``LastBootTimeSeconds``, ``LastStateTime``,
    and ``OemLastState`` fields for the ``BootProgress`` object.