Searched refs:mockPMBus (Results 1 – 1 of 1) sorted by relevance
/openbmc/phosphor-power/phosphor-power-supply/test/ |
H A D | power_supply_tests.cpp | 40 void setPMBusExpectations(MockedPMBus& mockPMBus, in setPMBusExpectations() argument 43 EXPECT_CALL(mockPMBus, read(STATUS_WORD, _, _)) in setPMBusExpectations() 52 EXPECT_CALL(mockPMBus, read(STATUS_INPUT, _, _)) in setPMBusExpectations() 55 EXPECT_CALL(mockPMBus, read(STATUS_MFR, _, _)) in setPMBusExpectations() 58 EXPECT_CALL(mockPMBus, read(STATUS_CML, _, _)) in setPMBusExpectations() 62 EXPECT_CALL(mockPMBus, insertPageNum(STATUS_VOUT, 0)) in setPMBusExpectations() 65 EXPECT_CALL(mockPMBus, read("status0_vout", _, _)) in setPMBusExpectations() 68 EXPECT_CALL(mockPMBus, read(STATUS_IOUT, _, _)) in setPMBusExpectations() 71 EXPECT_CALL(mockPMBus, read(STATUS_FANS_1_2, _, _)) in setPMBusExpectations() 74 EXPECT_CALL(mockPMBus, read(STATUS_TEMPERATURE, _, _)) in setPMBusExpectations() [all …]
|