]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
orchestra: fix ConnectionLostError path in wait() 329/head 331/head
authorJohn Spray <jspray@redhat.com>
Tue, 16 Sep 2014 13:08:41 +0000 (14:08 +0100)
committerJohn Spray <jspray@redhat.com>
Tue, 16 Sep 2014 14:09:32 +0000 (15:09 +0100)
commit24699f92c2dbb97882a2c6c4296e7cb36978bcc2
treed21794df72f9a9f357a5fcf1c35bbeefebdc958e
parent23add3a09f463291215f4271c6b147aefab3519d
orchestra: fix ConnectionLostError path in wait()

Sometimes it would generate AttributeError instead
when it tried to call is_active() on None.

Signed-off-by: John Spray <john.spray@redhat.com>
teuthology/orchestra/run.py