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.cpp181 class GetPLDMVersion : public CommandInterface class
184 ~GetPLDMVersion() = default;
185 GetPLDMVersion() = delete;
186 GetPLDMVersion(const GetPLDMVersion&) = delete;
187 GetPLDMVersion(GetPLDMVersion&&) = default;
188 GetPLDMVersion& operator=(const GetPLDMVersion&) = delete;
189 GetPLDMVersion& operator=(GetPLDMVersion&&) = delete;
191 explicit GetPLDMVersion(const char* type, const char* name, CLI::App* app) : in GetPLDMVersion() function in pldmtool::base::GetPLDMVersion
411 commands.push_back(std::make_unique<GetPLDMVersion>( in registerCommand()
H A DREADME.md90 GetPLDMVersion get version of a certain type
/openbmc/libpldm/tests/dsp/
H A Dbase.cpp370 TEST(GetPLDMVersion, testGoodEncodeRequest) in TEST() argument
392 TEST(GetPLDMVersion, testBadEncodeRequest) in TEST() argument
404 TEST(GetPLDMVersion, testEncodeResponse) in TEST() argument
430 TEST(GetPLDMVersion, testDecodeRequest) in TEST() argument
459 TEST(GetPLDMVersion, testDecodeResponse) in TEST() argument
/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_base.robot163 # Supported Commands : 2(GetTID) 3(GetPLDMVersion) 4(GetPLDMTypes) 5(GetPLDMCommands)