Home
last modified time | relevance | path

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

/openbmc/pldm/pldmtool/
H A Dpldm_base_cmd.cpp292 class GetPLDMCommands : public CommandInterface class
295 ~GetPLDMCommands() = default;
296 GetPLDMCommands() = delete;
297 GetPLDMCommands(const GetPLDMCommands&) = delete;
298 GetPLDMCommands(GetPLDMCommands&&) = default;
299 GetPLDMCommands& operator=(const GetPLDMCommands&) = delete;
300 GetPLDMCommands& operator=(GetPLDMCommands&&) = delete;
302 explicit GetPLDMCommands(const char* type, const char* name, in GetPLDMCommands() function in pldmtool::base::GetPLDMCommands
484 commands.push_back(std::make_unique<GetPLDMCommands>( in registerCommand()
H A DREADME.md92 GetPLDMCommands get supported commands of pldm type
/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_base.robot84 Verify GetPLDMCommands
85 [Documentation] Verify GetPLDMCommands response message.
87 [Template] Verify GetPLDMCommands For PLDM Type
152 Verify GetPLDMCommands For PLDM Type
153 [Documentation] Verify GetPLDMCommands for given input pldm type with expected pldm cmds.
163 # Supported Commands : 2(GetTID) 3(GetPLDMVersion) 4(GetPLDMTypes) 5(GetPLDMCommands)
165 ${pldm_output}= Pldmtool base GetPLDMCommands -t ${pldm_type}
/openbmc/libpldm/tests/dsp/
H A Dbase.cpp199 TEST(GetPLDMCommands, testEncodeRequest) in TEST() argument
215 TEST(GetPLDMCommands, testDecodeRequest) in TEST() argument
237 TEST(GetPLDMCommands, testEncodeResponse) in TEST() argument
327 TEST(GetPLDMCommands, testGoodDecodeResponse) in TEST() argument
351 TEST(GetPLDMCommands, testBadDecodeResponse) in TEST() argument