]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa: Adding a new class for the daemonwatchdog to monitor
authorChris Harris <harriscr@uk.ibm.com>
Mon, 21 Jul 2025 12:25:34 +0000 (13:25 +0100)
committerChris Harris <harriscr@uk.ibm.com>
Tue, 12 Aug 2025 15:16:32 +0000 (16:16 +0100)
commit783f0e3a99037ad78cb474fd8b26dcde02656f44
treea829f33818f178e1f08c5da43b0b49e3fb8332e7
parente37e5d9dae8a94b2064bd0e4f84dcff9e17bf498
qa: Adding a new class for the daemonwatchdog to monitor

Adds a new WatchedProcess class for the daemon watchdog to monitor during testing, and stop in the event of a bark.
The DaemonWatchdog is also updated to monitor the WatchedProcesses.

Signed-off-by: Chris Harris <harriscr@uk.ibm.com>
qa/tasks/ceph.py
qa/tasks/daemonwatchdog.py
qa/tasks/rados.py
qa/tasks/watched_process.py [new file with mode: 0644]