]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Instead of setting status='pass', set success=True
authorZack Cerza <zack.cerza@inktank.com>
Thu, 16 Oct 2014 19:57:29 +0000 (13:57 -0600)
committerZack Cerza <zack.cerza@inktank.com>
Thu, 16 Oct 2014 19:57:29 +0000 (13:57 -0600)
commit80e0a969ee74ffec750c6d6b4d7ec5c9ed32e24f
tree301c84cb9e196839c13b216f007bfd01d334a3f8
parent04f8fd85bbc81eb9a2853e247d1e8a027f5d67b8
Instead of setting status='pass', set success=True

Keeping this old behavior will mean that any tasks that are not updated
to use set_status() and still simply set success=False will still be
able to properly report their failures.

Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/run.py
teuthology/test/test_job_status.py