summaryrefslogtreecommitdiffstats
path: root/test/watchdog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* test/watchdog: Define a time quantum typeWilliam A. Kennington III2019-01-161-35/+35
| | | | | | | | | | | | This will allow us to change the size of the windows of time we wait for watchdog events to happen. Right now this doesn't actually change any behavior it just makes it easier to tweak. Tested: Run through the build and unit test suite. Change-Id: If5b351574346426aff6499701164a3d5ebf9db7c Signed-off-by: William A. Kennington III <wak@google.com>
* test/watchdog: Don't use designated initializersWilliam A. Kennington III2019-01-161-14/+12
| | | | | | | | | | | | gcc supported this in c++ even though it was non-standard until c++2a is complete. This change removes designated initializers to make our tests compliant with std++17. Tested: Built and run through unit tests. Change-Id: I846394c633c0396518db6ed41682bbcf05b890c6 Signed-off-by: William A. Kennington III <wak@google.com>
* test: Rename watchdog_test to watchdogWilliam A. Kennington III2019-01-161-0/+394
Tested: Ran through build and unit test suite. Change-Id: I3a906ac26c43ac419eef8a98b20a498fe22f942b Signed-off-by: William A. Kennington III <wak@google.com>
OpenPOWER on IntegriCloud