Lines Matching full:dictionary
44 # Create dictionary with FRU device serial number as key and details as value from IPMI.
53 …# Creates dictionary with serial number as key, and corresponding FRU device uri as value from dbu…
54 Get DBUS Dictionary For FRU Devices ${dbus_fru_uri_list} ${ipmi_fru}
56 # Compare dbus dictionary each field, with IPMI FRU device fields for each FRU device.
157 # Get the FRU list and return as a dictionary with serial number as key.
181 &{fru}= Create Dictionary
186 &{tmp}= Create Dictionary
199 # Get each device and split field as key and value and append to a dictionary.
208 Set To Dictionary ${tmp} ${entry1} ${entry2}
211 # Assign serial number as key for main dictionary and a each device detail as value.
212 Set To Dictionary ${fru} ${serial_number} ${tmp}
218 Get DBUS Dictionary For FRU Devices
219 [Documentation] Provides the dictionary of DBUS FRU devices from DBUS FRU.
227 # Appends dictionary with serial number as key and FRU dbus uri as value,
237 …Create Dictionary For DBUS URI ${dbus_output} ${ipmi_fru} ${dbus_fru_board_serial_status} ${cm…
242 Create Dictionary For DBUS URI
243 [Documentation] Create Dictionary For DBUS URI
250 … if status was true value of BOARD_SERIAL will be taken for dictionary as an key
251 … otherwise value of PRODUCT_SERIAL will be taken as an key for dictionary.
252 # fru_command FRU command to map into dictionary as value.
254 # Validates the IPMI FRU dictionary key with dbus uri response serial number.
269 Set To Dictionary ${dbus_dict} ${dbus_serial_no} ${fru_command}
276 [Documentation] Compare the IPMI FRU dictionary values with DBUS dictionary values,
283 # With each IPMI FRU key, get the corresponding valid from dbus dictionary,
286 # Values are validated for keys present in the ipmi_dbus_name_mapping dictionary.
294 ${ipmi_fru_subkeys}= Get Dictionary Keys ${ipmi_fru_value}
296 ${key_status}= Run Keyword And Return Status Dictionary Should Contain Key
299 ${property_name}= Get From Dictionary ${ipmi_dbus_name_mapping} ${subkeys}
302 ${ipmi_response}= Get From Dictionary ${ipmi_fru_value} ${subkeys}