]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
suite: allow individual files to be scheduled
authorSage Weil <sage@inktank.com>
Sat, 24 Aug 2013 05:36:01 +0000 (22:36 -0700)
committerSage Weil <sage@inktank.com>
Wed, 28 Aug 2013 20:25:36 +0000 (13:25 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/suite.py

index 2cf78fe00a471fe4e7dbcf7f27793cf3ac9f6460..cec34d22d0f9ac2c6271f570340cf478a205b063 100644 (file)
@@ -118,12 +118,6 @@ combination, and will override anything in the suite.
     if args.owner:
         base_arg.extend(['--owner', args.owner])
 
-    for collection in args.collections:
-        p = os.path.join(args.base, collection)
-        if not os.path.isdir(p):
-            print >>sys.stderr, 'Collection %s is not a directory' % p
-            sys.exit(1)
-
     collections = [
         (os.path.join(args.base, collection), collection)
         for collection in args.collections