Lines Matching full:get
20 Test Get Self Test Results via IPMI Raw Command
21 [Documentation] Get self test results via IPMI raw command and verify the output.
24 ${resp}= Run IPMI Command ${IPMI_RAW_CMD['Self_Test_Results']['Get'][0]}
31 Test Get Device GUID Via IPMI Raw Command
32 [Documentation] Get device GUID via IPMI raw command and verify it using Redfish.
35 # Get GUIDS via IPMI.
37 ${guids}= Run IPMI Command ${IPMI_RAW_CMD['Device GUID']['Get'][0]}
44 ${uuid}= Redfish.Get Attribute /redfish/v1/Managers/${MANAGER_ID} UUID
51 Verify Get Channel Info via IPMI
52 [Documentation] Verify get channel info via IPMI.
55 # Get channel info via ipmi command "ipmitool channel info [channel number]".
59 # Example output from 'Get Channel Info':
78 ${channel_info_ipmi}= Get Channel Info ${CHANNEL_NUMBER}
79 ${active_channel_config}= Get Active Channel Config
80 ${channel_volatile_data_config}= Get Channel Access Config /run/ipmi/channel_access_volatile.json
81 ${channel_nv_data_config}= Get Channel Access Config /var/lib/ipmi/channel_access_nv.json
129 Test Get Channel Authentication Capabilities via IPMI
142 Test Get Channel Authentication Capabilities IPMI Command For Invalid Channel
143 [Documentation] Verify get channel authentication capabilities for invalid channel.
153 Verify Get Channel Authentication Capabilities IPMI Raw Command With Invalid Data Length
154 [Documentation] Verify get channel authentication capabilities IPMI raw command with invalid data length.
244 # Get initial power cap value via Redfish.
245 ${power_limit_watts}= Get System Power Cap Limit
248 # Get the allowable min and max power cap value via Redfish.
259 ${updated_power_limits}= Get System Power Cap Limit
270 # Get power cap value via Redfish.
271 ${power_cap_limit}= Get System Power Cap Limit
273 # Get initial power cap value.
278 # Get the allowable min and max power cap value via Redfish.
290 # Get power cap value via IPMI.
309 [Documentation] Get active and inactive/invalid channels from channel_config.json file
312 # Get active channel list and set as suite variable.
313 @{active_channel_list}= Get Active Ethernet Channel List
316 # Get Inactive/Invalid channel list and set as suite variable.
317 @{inactive_channel_list}= Get Invalid Channel Number List
352 # reserved. So if we try to set those privilege we will get rsp as
365 # Get the following URI(s) and iterate to find the attribute IndicatorLED.
371 ${systems}= Redfish_Utils.Get Member List /redfish/v1/Systems
373 ${led_value}= Redfish.Get Attribute ${system} LocationIndicatorActive
374 # Get attribute return None if IndicatorLED does not exist in the URI.
389 ${channel_auth_cap}= Get Channel Auth Capabilities ${channel} ${privilege_level}
411 ${cmd}= Catenate ${IPMI_RAW_CMD['Get Channel Auth Cap']['get'][0]} ${channel_in_hex} 0x04
426 ... Catenate ${IPMI_RAW_CMD['Get Channel Auth Cap']['get'][0]} ${CHANNEL_NUMBER}
428 ... Catenate ${IPMI_RAW_CMD['Get Channel Auth Cap']['get'][0]} ${CHANNEL_NUMBER} 0x04 0x01