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.cpp404 std::string dbuspath = "/inventory/system1/chassis1/motherboard1/dcm0"; in TEST() local
405 mockoemPlatformHandler->updateOemDbusPaths(dbuspath); in TEST()
406 EXPECT_EQ(dbuspath, "/inventory/system/chassis/motherboard/dcm0"); in TEST()
408 dbuspath = "/inventory/system/chassis/socket1/motherboard/dcm0"; in TEST()
409 mockoemPlatformHandler->updateOemDbusPaths(dbuspath); in TEST()
410 EXPECT_EQ(dbuspath, "/inventory/system/chassis/motherboard/dcm0"); in TEST()