Home
last modified time | relevance | path

Searched refs:STATE_DBUS_BASE (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc-test-automation/data/
H A Dvariables.py134 STATE_DBUS_BASE = "xyz.openbmc_project.State." variable
135 OS_BOOT_START = STATE_DBUS_BASE + "Boot.Progress.ProgressStages.OSStart"
136 OS_BOOT_OFF = STATE_DBUS_BASE + "Boot.Progress.ProgressStages.Unspecified"
137 OS_BOOT_PCI = STATE_DBUS_BASE + "Boot.Progress.ProgressStages.PCIInit"
139 STATE_DBUS_BASE + "Boot.Progress.ProgressStages.SecondaryProcInit"
141 OS_BOOT_MEM = STATE_DBUS_BASE + "Boot.Progress.ProgressStages.MemoryInit"
143 STATE_DBUS_BASE + "Boot.Progress.ProgressStages.MotherboardInit"
145 OPENBMC_DBUS_BMC_STATE = STATE_DBUS_BASE + "BMC"
149 STATE_DBUS_BASE + "OperatingSystem.Status.OSStatus.BootComplete"
151 OS_BOOT_CDROM = STATE_DBUS_BASE
[all...]