]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Various bug fixes while running tests on this branch in the octo lab.
authorAndrew Schoen <aschoen@redhat.com>
Wed, 26 Nov 2014 15:44:23 +0000 (09:44 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Sat, 6 Dec 2014 19:46:47 +0000 (13:46 -0600)
commitd3f3b786ea01d719e593faa9581d8bd9b8251477
tree9ed748dc37faecade78dcb41b99eab8c118e1d30
parentf4605e04f3e3b020ee370529868c1fb90e323561
Various bug fixes while running tests on this branch in the octo lab.

Made YamlConfig work more closely like a dictionary by extending
collections.MutableMapping.  It still needs some work to be able to be
used interchangeably with a dict - most noteably with yaml.safe_dump.

Decided to just use a dict instead of JobConfig for args['<config>'].
Too many other codepaths are assuming that config is a dict.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
scripts/run.py
teuthology/config.py
teuthology/misc.py
teuthology/run.py
teuthology/test/test_config.py
teuthology/test/test_misc.py
teuthology/test/test_run.py