]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Support --os-version as argument.
authorSandon Van Ness <sandon@inktank.com>
Sat, 26 Oct 2013 00:48:50 +0000 (17:48 -0700)
committerSandon Van Ness <sandon@inktank.com>
Sat, 26 Oct 2013 00:48:50 +0000 (17:48 -0700)
commitd4a632df5fa19b58bcc6e2d14349ee5f57299080
tree3a5218dd36c0741006fb7c7eda271f673999e3ce
parentdd3678c657ad652a8b29d4144050a0659b37c599
Support --os-version as argument.

You can use --os-type as an argument when not running teuthology
tests but instead just using teuthology-lock. This adds the ability
to also use --os-version so you can specify the version of the
distro without having to run an actual test with a yaml like you
normally would have had to do setting os_version in the yaml.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
scripts/lock.py
scripts/run.py
teuthology/lock.py
teuthology/misc.py
teuthology/test/test_get_distro_version.py [new file with mode: 0644]