Searched refs:deviceInvPath (Results 1 – 1 of 1) sorted by relevance
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | device_tests.cpp | 82 const std::string deviceInvPath{ member in DeviceTests 100 Device device{"vdd_reg", true, deviceInvPath, std::move(i2cInterface)}; in TEST_F() 103 EXPECT_EQ(device.getFRU(), deviceInvPath); in TEST_F() 147 deviceInvPath, in TEST_F() 155 EXPECT_EQ(device.getFRU(), deviceInvPath); in TEST_F() 182 deviceInvPath, in TEST_F() 208 Device device{"vdd_reg", false, deviceInvPath, createI2CInterface()}; in TEST_F() 226 Device device{"reg2", true, deviceInvPath, std::move(i2cInterface), in TEST_F() 279 deviceInvPath, in TEST_F() 369 Device device{"vdd_reg", true, deviceInvPath, std::move(i2cInterface)}; in TEST_F() [all …]
|