]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Add new job_status module
authorZack Cerza <zack.cerza@inktank.com>
Thu, 16 Oct 2014 18:46:21 +0000 (12:46 -0600)
committerZack Cerza <zack.cerza@inktank.com>
Thu, 16 Oct 2014 19:51:44 +0000 (13:51 -0600)
commita75a8ea57fde0d3af8d7e8b7ae596f2baaf4bb4e
tree26e09f739a8364061f092b07be23fa9b936211db
parentdb9c92965d7fdb4f6ed73a867ac98aa2942cf056
Add new job_status module

Provides methods for getting and setting job status. This is necessary
because we used to just use a boolean called 'success'. In order to stop
reporting infrastructure errors as failures, we need more than just a
boolean.

Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/job_status.py [new file with mode: 0644]
teuthology/test/test_job_status.py [new file with mode: 0644]