]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
teuthology/orchestra/daemon: Check if stdin is valid
authorJos Collin <jcollin@redhat.com>
Wed, 3 Jul 2019 12:45:55 +0000 (18:15 +0530)
committerJos Collin <jcollin@redhat.com>
Sat, 6 Jul 2019 06:27:51 +0000 (11:57 +0530)
commita6df067eb6fcccd25ab71ba3b6fcf83daca340ce
tree33a0512951244db3c149bc322275ff785001027f
parentb8ea50bb36c25e5f147a1c4478c617af247f0a73
teuthology/orchestra/daemon: Check if stdin is valid

As there is self.proc.stdin.close() in stop(), there are chances
of write failing with IOError("File is closed").

Signed-off-by: Jos Collin <jcollin@redhat.com>
teuthology/orchestra/daemon/state.py