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.robot38 Verify GetFruRecordTable
39 [Documentation] Verify GetFruRecordTable response message.
42 ${pldm_output}= Pldmtool fru GetFruRecordTable
/openbmc/libpldm/tests/dsp/
H A Dfru.cpp311 TEST(GetFruRecordTable, testGoodDecodeRequest) in TEST() argument
341 TEST(GetFruRecordTable, testBadDecodeRequest) in TEST() argument
363 TEST(GetFruRecordTable, testGoodEncodeResponse) in TEST() argument
394 TEST(GetFruRecordTable, testBadEncodeResponse) in TEST() argument
420 TEST(GetFruRecordTable, testGoodEncodeRequest) in TEST() argument
451 TEST(GetFruRecordTable, testBadEncodeRequest) in TEST() argument
467 TEST(GetFruRecordTable, testGoodDecodeResponse) in TEST() argument
512 TEST(GetFruRecordTable, testBadDecodeResponse) in TEST() argument