]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
suite: move config tmpfile management to Run
authorDan Mick <dan.mick@redhat.com>
Tue, 28 Jun 2016 06:16:40 +0000 (23:16 -0700)
committerDan Mick <dan.mick@redhat.com>
Thu, 30 Jun 2016 21:58:09 +0000 (14:58 -0700)
commit61350db1bfd3f60112f976871767b820cfa9d272
tree165dd0b627eb26c43d9efe5426e35e48b978ff93
parentc0036ea6bebdc3eceb9a74a51151c0c02adc1f6c
suite: move config tmpfile management to Run

base_config changes over the course of the run, and
so cannot be written to a tmpfile until it's completely
finalized.  Move the create/write/rm out of main() and into
schedule_suite().

Signed-off-by: Dan Mick <dan.mick@redhat.com>
teuthology/suite/__init__.py
teuthology/suite/run.py