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
124 # pldmtool bios SetBIOSAttributeCurrentValue -a vmi_hostname -d BMC
147 # pldmtool bios SetBIOSAttributeCurrentValue -a vmi_if_count -d 1
172 # pldmtool bios SetBIOSAttributeCurrentValue -a pvm_default_os_type -d AIX
[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&
771 operator=(const SetBIOSAttributeCurrentValue&) = delete;
772 SetBIOSAttributeCurrentValue&
773 operator=(SetBIOSAttributeCurrentValue&&) = delete;
775 explicit SetBIOSAttributeCurrentValue(const char* type, const char* name, in SetBIOSAttributeCurrentValue() function in pldmtool::bios::SetBIOSAttributeCurrentValue
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dutils.robot1173 ${resp}= pldmtool bios SetBIOSAttributeCurrentValue -a ${attribute_name} -d ${attribute_value}