Lines Matching +full:documentation +full:- +full:service
2 Documentation Module to test In band firmware update.
15 ${image-bios} image-bios
16 ${image-bios-sig} image-bios.sig
17 ${image-bmc} image-bmc
18 ${image-bmc-sig} image-bmc.sig
26 [Documentation] Test BIOS firmware update over IPMI.
35 ... systemctl restart phosphor-ipmi-host.service
41 ... systemctl restart phosphor-ipmi-host.service
45 [Documentation] Test Invalid BIOS firmware update over IPMI.
51 ${cmd}= Catenate ${HOST_WORK_DIR}/burn_my_bmc --command update --interface ipmilpc
52 ... --image ${HOST_WORK_DIR}/${BAD_IMG} --sig ${HOST_WORK_DIR}/${BAD_SIG} --type bios
53 ... --address 0x${lpcshmaddress} --length 0xFFC
59 [Documentation] Test BMC firmware update over IPMI.
71 [Documentation] Test Invalid BMC firmware update over IPMI.
77 ${cmd}= Catenate ${HOST_WORK_DIR}/burn_my_bmc --command update --interface ipmilpc
78 ... --image ${HOST_WORK_DIR}/${BAD_IMG} --sig ${HOST_WORK_DIR}/${BAD_SIG} --type image
79 ... --address 0x${lpcshmaddress} --length 0xFFC
88 [Documentation] Suite Setup Execution.
102 [Documentation] Get Mapped Address of LPC hare Memory.
129 [Documentation] Check the Update Process is Activating.
135 ${cmd}= Catenate systemctl show --property=ActiveState --property=LoadState
136 ... --property=Result phosphor-ipmi-flash-bios-update.service
142 [Documentation] Verify BIOS Version.
156 [Documentation] Verify that the version on the BMC is the same as the
173 [Documentation] Update BIOS Firmware.
187 ${cmd}= Catenate tar -xf ${HOST_WORK_DIR}/${image_file_path} -C ${HOST_WORK_DIR}
190 ${cmd}= Catenate ${HOST_WORK_DIR}/burn_my_bmc --command update --interface ipmilpc
191 ... --image ${HOST_WORK_DIR}/${image-bios} --sig ${HOST_WORK_DIR}/${image-bios-sig} --type bios
192 ... --address 0x${lpcshm_address} --length 0xFFC
202 ${cmd}= Catenate systemctl show --property=Result
203 ... phosphor-ipmi-flash-bios-update.service
210 [Documentation] Update BIOS Firmware.
224 ${cmd}= Catenate tar -xf ${HOST_WORK_DIR}/${image_file_path} -C ${HOST_WORK_DIR}
227 ${cmd}= Catenate ${HOST_WORK_DIR}/burn_my_bmc --command update --interface ipmilpc
228 ... --image ${HOST_WORK_DIR}/${image-bmc} --sig ${HOST_WORK_DIR}/${image-bmc-sig} --type image
229 ... --address 0x${lpcshm_address} --length 0xFFC --ignore-update