Searched refs:dbuspath (Results 1 – 1 of 1) sorted by relevance
504 std::string dbuspath = "/inventory/system1/chassis1/motherboard1/dcm0"; in TEST() local505 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()