Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_bios_attributes.robot47 ${pldm_output}= pldmtool bios SetBIOSAttributeCurrentValue -a ${random_str} -d ${random_str}
51 # pldmtool bios SetBIOSAttributeCurrentValue -a hjkhkj -d 0
68 # pldmtool bios SetBIOSAttributeCurrentValue -a pvm_os_boot_side -d hhhhhj
72 ${pldm_output}= pldmtool bios SetBIOSAttributeCurrentValue -a ${enum_attr} -d 0
87 # pldmtool bios SetBIOSAttributeCurrentValue -a vmi_if_count -d 12
91 ${pldm_output}= pldmtool bios SetBIOSAttributeCurrentValue -a ${int_attr} -d ${count}
107 # pldmtool bios SetBIOSAttributeCurrentValue -a vmi_if0_ipv4_ipaddr -d 1234566788999
111 ${pldm_output}= pldmtool bios SetBIOSAttributeCurrentValue -a ${str_attr} -d ${random_value}
124 # pldmtool bios SetBIOSAttributeCurrentValue -a vmi_hostname -d BMC
147 # pldmtool bios SetBIOSAttributeCurrentValue -a vmi_if_count -d 1
[all …]
H A Dtest_firmware_boot_side.robot14 # pldmtool bios SetBIOSAttributeCurrentValue -a fw_boot_side -d Temp
/openbmc/pldm/pldmtool/
H A Dpldm_bios_cmd.cpp763 class SetBIOSAttributeCurrentValue : public GetBIOSTableHandler class
766 ~SetBIOSAttributeCurrentValue() = default;
767 SetBIOSAttributeCurrentValue() = delete;
768 SetBIOSAttributeCurrentValue(const SetBIOSAttributeCurrentValue&) = delete;
769 SetBIOSAttributeCurrentValue(SetBIOSAttributeCurrentValue&&) = delete;
770 SetBIOSAttributeCurrentValue& operator=(
771 const SetBIOSAttributeCurrentValue&) = delete;
772 SetBIOSAttributeCurrentValue& operator=(SetBIOSAttributeCurrentValue&&) =
775 explicit SetBIOSAttributeCurrentValue(const char* type, const char* name, in SetBIOSAttributeCurrentValue() function in pldmtool::bios::SetBIOSAttributeCurrentValue
983 commands.push_back(std::make_unique<SetBIOSAttributeCurrentValue>( in registerCommand()
/openbmc/openbmc-test-automation/lib/
H A Dutils.robot1173 ${resp}= pldmtool bios SetBIOSAttributeCurrentValue -a ${attribute_name} -d ${attribute_value}