Home
last modified time | relevance | path

Searched refs:GetFruRecordTable (Results 1 – 3 of 3) sorted by relevance

/openbmc/pldm/pldmtool/
H A Dpldm_fru_cmd.cpp402 class GetFruRecordTable : public CommandInterface class
405 ~GetFruRecordTable() = default;
406 GetFruRecordTable() = delete;
407 GetFruRecordTable(const GetFruRecordTable&) = delete;
408 GetFruRecordTable(GetFruRecordTable&&) = default;
409 GetFruRecordTable& operator=(const GetFruRecordTable&) = delete;
410 GetFruRecordTable& operator=(GetFruRecordTable&&) = delete;
466 commands.push_back(std::make_unique<GetFruRecordTable>( in registerCommand()
/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_fru.robot38 Verify GetFruRecordTable
39 [Documentation] Verify GetFruRecordTable response message.
42 ${pldm_output}= Pldmtool fru GetFruRecordTable
/openbmc/libpldm/tests/dsp/
H A Dfru.cpp301 TEST(GetFruRecordTable, testGoodDecodeRequest) in TEST() argument
329 TEST(GetFruRecordTable, testBadDecodeRequest) in TEST() argument
350 TEST(GetFruRecordTable, testGoodEncodeResponse) in TEST() argument
379 TEST(GetFruRecordTable, testBadEncodeResponse) in TEST() argument
404 TEST(GetFruRecordTable, testGoodEncodeRequest) in TEST() argument
433 TEST(GetFruRecordTable, testBadEncodeRequest) in TEST() argument
449 TEST(GetFruRecordTable, testGoodDecodeResponse) in TEST() argument
492 TEST(GetFruRecordTable, testBadDecodeResponse) in TEST() argument