Lines Matching refs:BMC
2 Documentation Test BMC Manager functionality.
25 Verify Redfish BMC Firmware Version
26 [Documentation] Get firmware version from BMC manager.
32 ${bmc_version}= Get BMC Version
37 Verify Redfish BMC Manager Properties
38 [Documentation] Verify BMC managers resource properties.
61 [Documentation] Verify BMC managers resource properties.
64 # Get OrderedDict from the BMC which contains active ethernet channel.
99 ${ipaddr_mac_addr}= Get BMC MAC Address List
105 Redfish BMC Manager GracefulRestart When Host Off
106 [Documentation] BMC graceful restart when host is powered off.
119 BMC Execute Command touch ${test_file_path}
123 Redfish BMC Reset Operation reset_type=GracefulRestart
125 Is BMC Standby
127 ${stdout} ${stderr} ${rc}= BMC Execute Command test ! -f ${test_file_path} print_out=1
128 Verify BMC RTC And UTC Time Drift
135 Redfish BMC Manager ForceRestart When Host Off
136 [Documentation] BMC force restart when host is powered off.
149 BMC Execute Command touch ${test_file_path}
153 Redfish BMC Reset Operation reset_type=ForceRestart
155 Is BMC Standby
157 ${stdout} ${stderr} ${rc}= BMC Execute Command test ! -f ${test_file_path} print_out=1
158 Verify BMC RTC And UTC Time Drift
165 Verify Boot Count After BMC Reboot
166 [Documentation] Verify boot count increments on BMC reboot.
172 Set BMC Boot Count ${0}
174 ${boot_count}= Get BMC Boot Count
178 Redfish BMC Manager GracefulRestart When Host Booted
179 [Documentation] BMC graceful restart when host is running.