Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-blobs/test/
H A Dmanager_expire_unittest.cpp45 const int testIterations = 10; in TEST() local
49 for (int i = 0; i < testIterations; ++i) in TEST()
/openbmc/sdbusplus/test/async/
H A Dfdio.cpp16 constexpr static auto testIterations = 5; member in FdioTest
56 for (int i = 0; i < testIterations; i++) in testFdEvents()