Home
last modified time | relevance | path

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

/openbmc/phosphor-mrw-tools/
H A Dinventory.pl65 $item{fru_type} = $type;
81 {is_fru => 1, fru_type => 'SYSTEM'};
85 {is_fru => 0, fru_type => 'SYSTEM'};
240 if ($item->{fru_type} eq "CORE") {
305 if ($item->{fru_type} eq "PROC") {
329 $item->{fru_type} =~ s/$old/$new/;
342 $item->{fru_type} = $newType;
/openbmc/openbmc-test-automation/data/
H A Dmodel.py49 def get_inventory_fru_type_list(module_name, fru_type): argument
54 if m.FRU_INSTANCES[i]["fru_type"] == fru_type:
/openbmc/openbmc-test-automation/lib/
H A Dbmc_redfish_utils.robot263 …Documentation] Return a dictionary containing all of the valid FRU records for the given fru_type.
264 [Arguments] ${fru_type}
269 # fru_type The type of fru (e.g. "Processors", "Memory", etc.).
272 ... /redfish/v1/Systems/${SYSTEM_ID}/${fru_type} return_json=0
279 [Documentation] Return the number of valid FRU records for the given fru_type.
280 [Arguments] ${fru_type}
283 # fru_type The type of fru (e.g. "Processors", "Memory", etc.).
285 ${fru_records}= Get Valid FRUs ${fru_type}
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_systems_inventory.robot317 [Arguments] ${fru_type} ${min_num_frus}
320 # fru_type The type of FRU (e.g. "Processors", "Memory", etc.).
326 ${status} ${num_valid_frus}= Run Key U Get Num Valid FRUs \ ${fru_type}
328 Rprint Vars fru_type num_valid_frus min_num_frus
331 Fail Too few "${fru_type}" FRUs found, found only ${num_valid_frus}.