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.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