]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
DaemonState: Add check_status()
authorZack Cerza <zack@redhat.com>
Fri, 10 Mar 2017 23:32:00 +0000 (16:32 -0700)
committerZack Cerza <zack@redhat.com>
Thu, 30 Mar 2017 17:12:31 +0000 (11:12 -0600)
commit79372b34c0bd03c21c649b751d74b349d5e1c96d
tree2f421166df9dac1b32fcbbd5aee3b6c1f2a69607
parentdbf6fd9dcc65e35bf8b4b4a7f4f7eb4a0a709f88
DaemonState: Add check_status()

So far, this just wraps self.proc.poll(). It's intended to provide a way
for tasks to know if their daemons are even running.

Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/orchestra/daemon.py