Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/test/
H A Dlibpldmresponder_oem_platform_test.cpp504 std::string dbuspath = "/inventory/system1/chassis1/motherboard1/dcm0"; in TEST() local
505 mockoemPlatformHandler->updateOemDbusPaths(dbuspath); in TEST()
506 EXPECT_EQ(dbuspath, "/inventory/system/chassis/motherboard/dcm0"); in TEST()
508 dbuspath = "/inventory/system/chassis/socket1/motherboard/dcm0"; in TEST()
509 mockoemPlatformHandler->updateOemDbusPaths(dbuspath); in TEST()
510 EXPECT_EQ(dbuspath, "/inventory/system/chassis/motherboard/dcm0"); in TEST()