]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Added --os-type argument to run.py
authorSandon Van Ness <sandon@inktank.com>
Thu, 25 Jul 2013 22:33:11 +0000 (15:33 -0700)
committerSandon Van Ness <sandon@inktank.com>
Thu, 25 Jul 2013 22:33:11 +0000 (15:33 -0700)
Because for some reason it was never there before?

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
teuthology/run.py

index 713272fa4e40c54e4ff2ad077753ed4115ea79a5..21565aa19da0e3f14588416d320fd18a0ca307ff 100644 (file)
@@ -62,6 +62,11 @@ def parse_args():
         default=None,
         help='Type of machine to lock/run tests on.',
         )
+    parser.add_argument(
+        '--os-type',
+        default='ubuntu',
+        help='Distro/OS of machine to run test on.',
+        )
     parser.add_argument(
         '--block',
         action='store_true',