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.cpp401 class GetFruRecordTable : public CommandInterface class
404 ~GetFruRecordTable() = default;
405 GetFruRecordTable() = delete;
406 GetFruRecordTable(const GetFruRecordTable&) = delete;
407 GetFruRecordTable(GetFruRecordTable&&) = default;
408 GetFruRecordTable& operator=(const GetFruRecordTable&) = delete;
409 GetFruRecordTable& operator=(GetFruRecordTable&&) = delete;
465 commands.push_back(std::make_unique<GetFruRecordTable>( in registerCommand()
/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_fru.robot37 Verify GetFruRecordTable
38 [Documentation] Verify GetFruRecordTable response message.
41 ${pldm_output}= Pldmtool fru GetFruRecordTable
/openbmc/libpldm/tests/dsp/
H A Dfru.cpp310 TEST(GetFruRecordTable, testGoodDecodeRequest) in TEST() argument
340 TEST(GetFruRecordTable, testBadDecodeRequest) in TEST() argument
362 TEST(GetFruRecordTable, testGoodEncodeResponse) in TEST() argument
393 TEST(GetFruRecordTable, testBadEncodeResponse) in TEST() argument
419 TEST(GetFruRecordTable, testGoodEncodeRequest) in TEST() argument
450 TEST(GetFruRecordTable, testBadEncodeRequest) in TEST() argument
466 TEST(GetFruRecordTable, testGoodDecodeResponse) in TEST() argument
511 TEST(GetFruRecordTable, testBadDecodeResponse) in TEST() argument