]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
Creates a merge_configs function in teuthology.misc that will be used
authorAndrew Schoen <aschoen@redhat.com>
Mon, 24 Nov 2014 18:16:51 +0000 (12:16 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Sat, 6 Dec 2014 19:46:47 +0000 (13:46 -0600)
commit9c9cf9bcedadd15a0a5a9e434ba2d3e7984935d3
tree07a4d1955a6680287d64ed8f4fd8a5479bbb7a44
parent0d5f1249b3922e2cd19dc8b763cea1fa3cb6b67d
Creates a merge_configs function in teuthology.misc that will be used
by run and schedule, nuke will need this eventually as well.  The old
way of doing this was too tightly coupled with argparse.  Wrote some
tests around the new function; increased coverage on misc by 4%.

Random lint fixes as well.

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