]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Use psutil.Popen instead of subprocess.Popen
authorZack Cerza <zack@redhat.com>
Tue, 18 Oct 2016 19:25:33 +0000 (13:25 -0600)
committerZack Cerza <zack@redhat.com>
Wed, 19 Oct 2016 17:35:04 +0000 (11:35 -0600)
commitc37fe08e398c1be6d8fcecaa57c5a73c4bd87342
tree7d9a0c9e3e8499ca9da6d509226757e1a203aa6e
parente365144c36ac80d009ccf6f6a9e7d109a3422015
Use psutil.Popen instead of subprocess.Popen

psutil.Popen is identical other than offering nice features like making
sure a PID hasn't been reused before it sends signals to it.

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