Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dand_action_tests.cpp43 AndAction andAction{std::move(actions)}; in TEST() local
44 EXPECT_EQ(andAction.getActions().size(), 2); in TEST()
58 AndAction andAction{std::move(actions)}; in TEST() local
59 EXPECT_EQ(andAction.execute(env), true); in TEST()
84 AndAction andAction{std::move(actions)}; in TEST() local
85 andAction.execute(env); in TEST()
114 AndAction andAction{std::move(actions)}; in TEST() local
143 AndAction andAction{std::move(actions)}; in TEST() local
144 EXPECT_EQ(andAction.execute(env), true); in TEST()
162 AndAction andAction{std::move(actions)}; in TEST() local
[all …]
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dvalidate-regulators-config_tests.cpp281 json andAction = in TEST() local
290 configFile["rules"][0]["actions"].push_back(andAction); in TEST()
502 json andAction = in TEST() local
511 configFile["rules"][0]["actions"].push_back(andAction); in TEST()
518 json andAction = in TEST() local
524 configFile["rules"][0]["actions"].push_back(andAction); in TEST()
532 json andAction = in TEST() local
538 configFile["rules"][0]["actions"].push_back(andAction); in TEST()
546 json andAction = in TEST() local
552 configFile["rules"][0]["actions"].push_back(andAction); in TEST()