Lines Matching +full:pldm +full:- +full:stack
171 ... echo ${os_password} | sudo -S reboot
192 ... echo ${os_password} | sudo -S shutdown${time_string}
233 # prior call to this function or via a -v parm), this keyword will simply
241 # -v boot_prog_method:Old to force old behavior on such builds.
466 ... cpu -
485 …${resp}= Get Matches ${list} regexp=^.*[0-9a-z_].${endpoint}\[_0-9a-z]*$ case_insensitive=${Tr…
550 # 0 - indicates chip select is current side.
551 # 32 - indicates chip select is alternate side.
662 [Arguments] ${power_restore_policy}=always-off
666 # always-on : turn on when power is restored
668 # always-off : stay off after power is restored
671 # Example: Set chassis power restore policy to always-off
754 …${bmc_time_via_date} ${stderr} ${rc}= BMC Execute Command date +"%Y-%m-%dT%H:%M:%S" print_err…
768 ${headers}= Create Dictionary Content-Type=application/json X-Auth-Token=${XAUTH_TOKEN}
799 [Documentation] Get task states from pre-define data/task_state.json file.
864 # "Enabled" -> BMC Ready, "Starting" -> BMC NotReady
930 # Refer: openbmc/docs/designs/boot-progress.md
1075 ${cmd}= Catenate busctl set-property xyz.openbmc_project.Watchdog
1081 Stop PLDM Service And Wait
1082 [Documentation] Stop PLDM service and wait for Host to initiate reset.
1115 …# In some of bmc stack, network services will gets loaded before redfish/ipmi services gets loaded.
1123 PLDM Set BIOS Attribute
1132 # PLDM response output example:
1137 ${resp}= pldmtool bios SetBIOSAttributeCurrentValue -a ${attribute_name} -d ${attribute_value}
1140 # PLDM GET output example:
1145 ${pldm_output}= PLDM Get BIOS Attribute ${attribute_name}
1150 PLDM Get BIOS Attribute
1157 ${pldm_output}= pldmtool bios GetBIOSAttributeCurrentValueByHandle -a ${attribute_name}