Home
last modified time | relevance | path

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

/openbmc/telemetry/tests/src/
H A Dtest_report.cpp319 std::vector<std::string> newActions = { in TEST_F() local
325 EXPECT_THAT(newActions, Ne(currActions)); in TEST_F()
327 setProperty(sut->getPath(), "ReportActions", newActions).value(), in TEST_F()
338 std::vector<std::string> newActions = { in TEST_F() local
348 EXPECT_THAT(newActions, Ne(currActions)); in TEST_F()
350 setProperty(sut->getPath(), "ReportActions", newActions).value(), in TEST_F()
359 std::vector<std::string> newActions = {}; in TEST_F() local
366 EXPECT_THAT(newActions, Ne(currActions)); in TEST_F()
368 setProperty(sut->getPath(), "ReportActions", newActions).value(), in TEST_F()
401 std::vector<std::string> newActions = { in TEST_F() local
[all …]