Home
last modified time | relevance | path

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

/openbmc/pldm/pldmtool/
H A Dpldm_base_cmd.cpp188 class GetPLDMVersion : public CommandInterface class
191 ~GetPLDMVersion() = default;
192 GetPLDMVersion() = delete;
193 GetPLDMVersion(const GetPLDMVersion&) = delete;
194 GetPLDMVersion(GetPLDMVersion&&) = default;
195 GetPLDMVersion& operator=(const GetPLDMVersion&) = delete;
196 GetPLDMVersion& operator=(GetPLDMVersion&&) = delete;
198 explicit GetPLDMVersion(const char* type, const char* name, CLI::App* app) : in GetPLDMVersion() function in pldmtool::base::GetPLDMVersion
476 commands.push_back(std::make_unique<GetPLDMVersion>( in registerCommand()
H A DREADME.md90 GetPLDMVersion get version of a certain type
/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_base.robot163 # Supported Commands : 2(GetTID) 3(GetPLDMVersion) 4(GetPLDMTypes) 5(GetPLDMCommands)
/openbmc/libpldm/tests/dsp/
H A Dbase.cpp372 TEST(GetPLDMVersion, testGoodEncodeRequest) in TEST() argument
394 TEST(GetPLDMVersion, testBadEncodeRequest) in TEST() argument
406 TEST(GetPLDMVersion, testEncodeResponse) in TEST() argument
432 TEST(GetPLDMVersion, testDecodeRequest) in TEST() argument
461 TEST(GetPLDMVersion, testDecodeResponse) in TEST() argument