From: Sage Weil Date: Sat, 24 Aug 2013 05:36:01 +0000 (-0700) Subject: suite: allow individual files to be scheduled X-Git-Tag: 1.1.0~1925^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7163e89b83e31a9c7eaa11a2f9a55001ac6f58bb;p=teuthology.git suite: allow individual files to be scheduled Signed-off-by: Sage Weil --- diff --git a/teuthology/suite.py b/teuthology/suite.py index 2cf78fe00a..cec34d22d0 100644 --- a/teuthology/suite.py +++ b/teuthology/suite.py @@ -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