Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dcompare_vpd_action_tests.cpp72 std::vector<uint8_t> abcdValue{0x41, 0x42, 0x43, 0x44}; in TEST() local
80 .WillRepeatedly(Return(abcdValue)); in TEST()
87 CompareVPDAction action{fru, keyword, abcdValue}; in TEST()