Searched refs:GetPLDMCommands (Results 1 – 4 of 4) sorted by relevance
/openbmc/pldm/pldmtool/ |
H A D | pldm_base_cmd.cpp | 279 class GetPLDMCommands : public CommandInterface class 282 ~GetPLDMCommands() = default; 283 GetPLDMCommands() = delete; 284 GetPLDMCommands(const GetPLDMCommands&) = delete; 285 GetPLDMCommands(GetPLDMCommands&&) = default; 286 GetPLDMCommands& operator=(const GetPLDMCommands&) = delete; 287 GetPLDMCommands& operator=(GetPLDMCommands&&) = delete; 289 explicit GetPLDMCommands(const char* type, const char* name, in GetPLDMCommands() function in pldmtool::base::GetPLDMCommands 470 commands.push_back(std::make_unique<GetPLDMCommands>( in registerCommand()
|
H A D | README.md | 92 GetPLDMCommands get supported commands of pldm type
|
/openbmc/openbmc-test-automation/pldm/ |
H A D | test_pldm_base.robot | 84 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 D | base.cpp | 199 TEST(GetPLDMCommands, testEncodeRequest) in TEST() 215 TEST(GetPLDMCommands, testDecodeRequest) in TEST() 237 TEST(GetPLDMCommands, testEncodeResponse) in TEST() 327 TEST(GetPLDMCommands, testGoodDecodeResponse) in TEST() 351 TEST(GetPLDMCommands, testBadDecodeResponse) in TEST() 197 TEST(GetPLDMCommands,testEncodeRequest) TEST() argument 213 TEST(GetPLDMCommands,testDecodeRequest) TEST() argument 235 TEST(GetPLDMCommands,testEncodeResponse) TEST() argument 325 TEST(GetPLDMCommands,testGoodDecodeResponse) TEST() argument 349 TEST(GetPLDMCommands,testBadDecodeResponse) TEST() argument
|