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.cpp39 {"GetPLDMCommands", PLDM_GET_PLDM_COMMANDS},
296 class GetPLDMCommands : public CommandInterface
299 ~GetPLDMCommands() = default;
300 GetPLDMCommands() = delete;
301 GetPLDMCommands(const GetPLDMCommands&) = delete;
302 GetPLDMCommands(GetPLDMCommands&&) = default; in GetPLDMCommands() function in pldmtool::base::GetPLDMCommands
303 GetPLDMCommands& operator=(const GetPLDMCommands in GetPLDMCommands()
292 class GetPLDMCommands : public CommandInterface global() class
[all...]
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.cpp243 TEST(GetPLDMCommands, testEncodeRequest) in TEST() argument
259 TEST(GetPLDMCommands, testDecodeRequest) in TEST() argument
281 TEST(GetPLDMCommands, testEncodeResponse) in TEST() argument
371 TEST(GetPLDMCommands, testGoodDecodeResponse) in TEST() argument
395 TEST(GetPLDMCommands, testBadDecodeResponse) in TEST() argument