Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dcompare_vpd_action_tests.cpp109 std::vector<uint8_t> emptyValue{}; in TEST() local
117 .WillRepeatedly(Return(emptyValue)); in TEST()
124 CompareVPDAction action{fru, keyword, emptyValue}; in TEST()