Home
last modified time | relevance | path

Searched refs:Attribute (Results 1 – 25 of 188) sorted by relevance

12345678

/openbmc/openbmc-test-automation/lib/
H A Dbios_attr_utils.robot17 Set BIOS Attribute Value And Verify
23 # ${attr_handle} BIOS Attribute handle (e.g. 'vmi_if0_ipv4_method').
24 # @{attr_val} Attribute value for the given attribute handle.
49 Run Keyword If '${verify}' == '${True}' Verify BIOS Attribute ${attr_handle} ${attr_val}
53 Set Optional BIOS Attribute Values And Verify
60 # ${attr_handle} BIOS Attribute handle (e.g. 'vmi_if0_ipv4_method').
66 Set BIOS Attribute Value And Verify ${attr_handle} ${new_attr}
70 Verify BIOS Attribute
76 # ${attr_handle} BIOS Attribute handle (e.g. 'vmi_if0_ipv4_method').
79 ${output}= Redfish.Get Attribute ${BIOS_ATTR_URI} Attributes
[all …]
H A Dstate_manager.robot24 Write Attribute
44 Write Attribute
71 Write Attribute
89 Write Attribute
108 Get Host State Attribute
120 ... Read Attribute ${HOST_STATE_URI} ${host_attribute} quiet=${quiet}
136 ${boot_stage}= Get Host State Attribute BootProgress
139 ${os_state}= Get Host State Attribute OperatingSystemState
195 ... Read Attribute ${HOST_STATE_URI} CurrentHostState
207 ... Read Attribute ${HOST_STATE_URI} RequestedHostTransition
[all …]
H A Devent_notification_utils.robot10 ${subscriptions}= Redfish.Get Attribute /redfish/v1/EventService/Subscriptions Members
20 ${subscriptions}= Redfish.Get Attribute /redfish/v1/EventService/Subscriptions Members
35 … ${destination}= Redfish.Get Attribute /redfish/v1/EventService/Subscriptions/${id} Destination
48 … ${destination}= Redfish.Get Attribute /redfish/v1/EventService/Subscriptions/${id} Destination
H A Dutils.robot117 ... Read Attribute ${HOST_WATCHDOG_URI} ExpireAction
119 ... Write Attribute ${HOST_WATCHDOG_URI} ExpireAction data=${data}
123 Write Attribute ${HOST_WATCHDOG_URI} Interval data=${data}
126 Write Attribute ${HOST_WATCHDOG_URI} Enabled data=${data}
212 Write Attribute ${LED_PHYSICAL_URI}${led_name} State data=${args}
221 ${turbo_setting}= Read Attribute
235 Write Attribute ${CONTROL_HOST_URI}turbo_allowed TurboAllowed
248 Write Attribute ${BMC_LOGGING_URI}rest_api_logs Enabled
260 ${state}= Read Attribute ${OPENBMC_BASE_URI}sensors/host/BootProgress
356 ${state}= Read Attribute ${HOST_STATE_URI} BootProgress quiet=${quiet}
[all …]
H A Denergy_scale_utils.robot27 ${power_limit_watts}= Redfish.Get Attribute ${power_cap_uri} PowerLimitWatts
116 ${power_limit}= Read Attribute ${CONTROL_HOST_URI}power_cap PowerCap
130 Write Attribute ${CONTROL_HOST_URI}power_cap PowerCap data=${data}
132 ${power}= Read Attribute ${CONTROL_HOST_URI}power_cap PowerCap
145 Write Attribute ${CONTROL_HOST_URI}power_cap PowerCapEnable
161 Write Attribute ${CONTROL_HOST_URI}power_cap PowerCapEnable
173 ${power_activation_setting}= Read Attribute
H A Dcode_update_utils.robot43 ${attr_purpose}= Read Software Attribute ${index} Purpose
51 Read Software Attribute
120 Write Attribute ${host_object} ${sw_attribute} data=${args}
249 Write Attribute ${SOFTWARE_VERSION_URI}${version_id}
266 ... Check Software Object Attribute ${version_id} Priority ${0}
425 ... Read Software Attribute ${index} Priority
455 Write Attribute ${SOFTWARE_VERSION_URI} FieldModeEnabled data=${args}
472 ${value}= Read Attribute ${SOFTWARE_VERSION_URI} FieldModeEnabled
500 Check Software Object Attribute
510 ${data}= Read Attribute
[all …]
H A Dremote_logging_utils.robot32 Write Attribute ${REMOTE_LOGGING_URI} Address data=${host_dict}
39 Write Attribute ${REMOTE_LOGGING_URI} Port data=${port_dict}
115 ${address}= Read Attribute ${REMOTE_LOGGING_URI} Address
119 ${port}= Read Attribute ${REMOTE_LOGGING_URI} Port
/openbmc/intel-ipmi-oem/include/
H A Dbiosxml.hpp744 if (pOption->Attribute("text")) in getOption()
745 valueStr = pOption->Attribute("text"); in getOption()
747 if (pOption->Attribute("value")) in getOption()
748 textStr = pOption->Attribute("value"); in getOption()
750 mKnobs.back().options.emplace_back(pOption->Attribute("text"), in getOption()
751 pOption->Attribute("value")); in getOption()
798 if (!pKnob->Attribute("name") || !pKnob->Attribute("CurrentVal")) in getKnob()
803 nameStr = pKnob->Attribute("name"); in getKnob()
804 currentValStr = pKnob->Attribute("CurrentVal"); in getKnob()
819 if (pKnob->Attribute("description")) in getKnob()
[all …]
/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_bios_attributes.robot13 Suite Setup PLDM BIOS Attribute Suite Setup
14 Suite Teardown PLDM BIOS Attribute Suite Cleanup
26 Verify Get BIOS Attribute With Invalid Attribute Name
42 Verify Set BIOS Attribute With Invalid Attribute Name
58 Verify Set Invalid Optional Value For BIOS Enumeration Attribute Type
69 # Set Attribute Error: It's not a possible value
73 Should Contain ${pldm_output} Set Attribute Error
76 Verify Set Out Of Range Integer Value For BIOS Integer Attribute Type
95 Verify Set Out Of Range String Value For BIOS String Attribute Type
115 Verify Set BIOS String Attribute Type
[all …]
H A Dtest_redfish_bios_attributes.robot27 Redfish Verify Set BIOS Attribute With Invalid Attribute Name
37 Redfish Verify Set Invalid Optional Value For BIOS Enumeration Attribute Type
50 Redfish Verify Set Out Of Range Integer Value For BIOS Integer Attribute Type
64 Redfish Verify Set Out Of Range String Value For BIOS String Attribute Type
80 Redfish Verify Set BIOS String Attribute Type
92 ... Set BIOS Attribute Value And Verify ${i} ${random_value}
102 Redfish Verify Set BIOS Integer Attribute Type
114 ... Set BIOS Attribute Value And Verify ${i} ${random_value}
123 Redfish Verify Set BIOS Enumeration Attribute Type
141 ... Set Optional BIOS Attribute Values And Verify ${i} @{attr_val_list}
[all …]
H A Dtest_firmware_boot_side.robot69 ${cur_boot_side}= PLDM Get BIOS Attribute fw_boot_side
74 PLDM Set BIOS Attribute fw_boot_side ${next_boot_side}
76 ${cur_boot_side}= PLDM Get BIOS Attribute fw_boot_side
90 ${cur_boot_side}= PLDM Get BIOS Attribute fw_boot_side
/openbmc/openbmc-test-automation/extended/code_update/
H A Dbmc_code_update.robot62 Write Attribute ${CONTROL_HOST_URI}auto_reboot AutoReboot
65 Write Attribute ${CONTROL_HOST_URI}boot/one_time Enabled
106 ${test_error_message}= Read Attribute @{error_log_paths}[-1] Message
126 ${autoreboot_enabled}= Read Attribute ${CONTROL_HOST_URI}auto_reboot
129 ${onetime_enabled}= Read Attribute ${CONTROL_HOST_URI}boot/one_time
135 Write Attribute ${CONTROL_HOST_URI}auto_reboot AutoReboot
138 Write Attribute ${CONTROL_HOST_URI}boot/one_time Enabled
172 BMC Image Priority Attribute Test
175 [Template] Temporarily Set BMC Attribute
219 ${bmc_cert_content}= redfish_utils.Get Attribute
[all …]
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_service_restart_policy.robot43 ${MainPID}= Get Service Attribute MainPID ${LOG_SERVICE}
47 ${ActiveState}= Get Service Attribute ActiveState ${LOG_SERVICE}
54 ${MainPID}= Get Service Attribute MainPID ${LOG_SERVICE}
58 ${ActiveState}= Get Service Attribute ActiveState ${LOG_SERVICE}
111 ${Old_MainPID}= Get Service Attribute MainPID ${service}
112 ${ActiveState}= Get Service Attribute ActiveState ${service}
121 ${New_MainPID}= Get Service Attribute MainPID ${service}
127 ${ActiveState}= Get Service Attribute ActiveState ${service}
146 ${restart_policy}= Get Service Attribute Restart ${servicename}
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_systems_inventory.robot66 ${status}= Redfish.Get Attribute ${SYSTEM_BASE_URI} MemorySummary
78 ${serial_number}= Redfish.Get Attribute ${SYSTEM_BASE_URI} SerialNumber
87 ${model}= Redfish.Get Attribute ${SYSTEM_BASE_URI} Model
124 ${serial_number}= Redfish.Get Attribute ${REDFISH_CHASSIS_URI}${CHASSIS_ID} SerialNumber
133 …${motherboard_manufacturer}= Redfish.Get Attribute ${REDFISH_CHASSIS_URI}${CHASSIS_ID} Manufact…
142 …${motherboard_part_number}= Redfish.Get Attribute ${REDFISH_CHASSIS_URI}${CHASSIS_ID} PartNumber
176 ${total_cores}= Redfish.Get Attribute ${processor} TotalCores
189 ${status}= Redfish.Get Attribute ${gpu} Status
212 ${power_supplies}= Redfish.Get Attribute
H A Dtest_powersubsystem_settings.robot37 ${current_power_mode}= Redfish.Get Attribute ${SYSTEM_BASE_URI} PowerMode
47 …${allowed_power_modes}= Redfish.Get Attribute ${SYSTEM_BASE_URI} PowerMode@Redfish.AllowableVal…
103 ${resp_resource}= Redfish.Get Attribute
116 ${total_num_powersupplies}= Redfish.Get Attribute
138 ${current_power_mode}= Redfish.Get Attribute ${SYSTEM_BASE_URI} PowerMode
H A Dtest_alternate_fan_settings.robot48 ${current}= Read Attribute ${THERMAL_CONTROL_URI} Current
58 ${supported}= Read Attribute ${THERMAL_CONTROL_URI} Supported
115 ${current}= Read Attribute ${THERMAL_CONTROL_URI} Current
130 ${current}= Read Attribute ${THERMAL_CONTROL_URI} Current
/openbmc/openbmc-test-automation/systest/collection/
H A Dbmc_collect_vpd_and_hw_status.robot28 ${Type}= Read Attribute ${CHASSIS_INVENTORY_URI} Type
29 ${WaterCooled}= Read Attribute ${CHASSIS_INVENTORY_URI} WaterCooled
30 ${AirCooled}= Read Attribute ${CHASSIS_INVENTORY_URI} AirCooled
48 ${system_fans_info}= Redfish_Utils.Get Attribute ${REDFISH_CHASSIS_THERMAL_URI} Fans
/openbmc/linux/drivers/video/fbdev/
H A Dneofb.c341 par->Attribute[0] = 0x00; /* standard colormap translation */ in vgaHWInit()
342 par->Attribute[1] = 0x01; in vgaHWInit()
343 par->Attribute[2] = 0x02; in vgaHWInit()
344 par->Attribute[3] = 0x03; in vgaHWInit()
345 par->Attribute[4] = 0x04; in vgaHWInit()
346 par->Attribute[5] = 0x05; in vgaHWInit()
347 par->Attribute[6] = 0x06; in vgaHWInit()
348 par->Attribute[7] = 0x07; in vgaHWInit()
349 par->Attribute[8] = 0x08; in vgaHWInit()
350 par->Attribute[9] = 0x09; in vgaHWInit()
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dcrtc.c428 regp->Attribute[0] = 0x00; /* standard colormap translation */ in nv_crtc_mode_set_vga()
429 regp->Attribute[1] = 0x01; in nv_crtc_mode_set_vga()
430 regp->Attribute[2] = 0x02; in nv_crtc_mode_set_vga()
431 regp->Attribute[3] = 0x03; in nv_crtc_mode_set_vga()
432 regp->Attribute[4] = 0x04; in nv_crtc_mode_set_vga()
433 regp->Attribute[5] = 0x05; in nv_crtc_mode_set_vga()
434 regp->Attribute[6] = 0x06; in nv_crtc_mode_set_vga()
435 regp->Attribute[7] = 0x07; in nv_crtc_mode_set_vga()
436 regp->Attribute[8] = 0x08; in nv_crtc_mode_set_vga()
437 regp->Attribute[9] = 0x09; in nv_crtc_mode_set_vga()
[all …]
/openbmc/pldm/
H A DREADME.md197 Redfish supports the BIOS Attribute Registry, which provides users with a list
214 [BIOS Attribute registry](https://redfish.dmtf.org/schemas/v1/AttributeRegistry.v1_3_8.json),
216 configuration. The BIOS Attribute registry data is supposed to be derived from
231 Integer Attribute details as documented at Table9 of
239 "attribute_name": "Attribute Name",
245 "display_name": "Attribute Display Name",
246 "read_only": "Read only Attribute"
252 Enum Attribute details as documented at Table6 of
260 "attribute_name": "Attribute Name",
267 "read_only": "Read only Attribute"
[all …]
/openbmc/linux/Documentation/admin-guide/gpio/
H A Dgpio-sim.rst27 **Attribute:** ``/config/gpio-sim/gpio-device/dev_name``
29 **Attribute:** ``/config/gpio-sim/gpio-device/live``
40 **Attribute:** ``/config/gpio-sim/gpio-device/gpio-bankX/chip_name``
42 **Attribute:** ``/config/gpio-sim/gpio-device/gpio-bankX/num_lines``
51 **Attribute:** ``/config/gpio-sim/gpio-device/gpio-bankX/lineY/name``
58 **Attribute:** ``/config/gpio-sim/gpio-device/gpio-bankX/lineY/hog/name``
60 **Attribute:** ``/config/gpio-sim/gpio-device/gpio-bankX/lineY/hog/direction``
/openbmc/linux/crypto/asymmetric_keys/
H A Dpkcs8.asn117 Attributes ::= SET OF Attribute
19 Attribute ::= ANY
/openbmc/openbmc-test-automation/lib/secureboot/
H A Dsecureboot.robot19 Write Attribute ${CONTROL_HOST_URI}/TPMEnable TPMEnable
31 Verify The Attribute ${CONTROL_URI}/host0/TPMEnable TPMEnable ${tpm_policy}
/openbmc/openbmc-test-automation/network/
H A Dtest_host_network.robot52 ... Read Attribute ${NETWORK_MANAGER}host0/intf MACAddress
68 ${origin}= Read Attribute ${NETWORK_MANAGER}host0/intf/addr Origin
70 ... Read Attribute ${NETWORK_MANAGER}host0/intf MACAddress
/openbmc/linux/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c139 VGAwATTR(i, reg->Attribute[i], par); in vgaHWRestore()
227 reg->Attribute[0x00] = 0x00; /* standard colormap translation */ in vgaHWInit()
228 reg->Attribute[0x01] = 0x01; in vgaHWInit()
229 reg->Attribute[0x02] = 0x02; in vgaHWInit()
230 reg->Attribute[0x03] = 0x03; in vgaHWInit()
231 reg->Attribute[0x04] = 0x04; in vgaHWInit()
232 reg->Attribute[0x05] = 0x05; in vgaHWInit()
233 reg->Attribute[0x06] = 0x06; in vgaHWInit()
234 reg->Attribute[0x07] = 0x07; in vgaHWInit()
235 reg->Attribute[0x08] = 0x08; in vgaHWInit()
[all …]

12345678