Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Davb_verify.h30 enum avb_boot_state boot_state; member
52 char *avb_set_state(AvbOps *ops, enum avb_boot_state boot_state);
/openbmc/openbmc-test-automation/lib/
H A Dstate_map.py181 boot_state = state[var.SYSTEM_STATE_URI + "host0"]["BootProgress"]
190 str(boot_state),
H A Dutils.robot1021 [Arguments] ${boot_state}=None
1024 # boot_state Value of the BootProgress state to match against.
1028 Should Not Be Equal ${boot_progress} ${boot_state}
1033 [Arguments] ${boot_state}=None
1036 # boot_state Value of the BootProgress state to match.
1040 Should Be Equal ${boot_progress} ${boot_state}
/openbmc/openbmc-test-automation/gui/lib/
H A Dgui_resource.robot231 ${boot_state} ${host_state}= Redfish Get Boot Progress
248 ${boot_state} ${host_state}= Redfish Get Boot Progress
249 Log To Console Current boot state: ${boot_state}
251 IF '${boot_state}' == 'OSRunning'
255 IF '${boot_state}' != 'None'
285 ${boot_state} ${host_state}= Redfish Get Boot Progress
286 Log To Console Current boot state: ${boot_state}, host state: ${host_state}
288 Should Be Equal As Strings ${boot_state} ${expected_boot_state}
289 ... msg=Boot state mismatch: expected '${expected_boot_state}', got '${boot_state}'
/openbmc/u-boot/common/
H A Davb_verify.c128 char *avb_set_state(AvbOps *ops, enum avb_boot_state boot_state) in avb_set_state() argument
140 data->boot_state = boot_state; in avb_set_state()
141 switch (boot_state) { in avb_set_state()