]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
suite: print out subset chosen 494/head
authorSamuel Just <sjust@redhat.com>
Fri, 15 May 2015 18:10:37 +0000 (11:10 -0700)
committerSamuel Just <sjust@redhat.com>
Fri, 15 May 2015 18:10:37 +0000 (11:10 -0700)
Signed-off-by: Samuel Just <sjust@redhat.com>
teuthology/suite.py

index bf2cf59505b2b65fbe9b56d3ed6bda0f069d7da8..12bd440d2b5446edfabda2da3553d7f29403c84f 100644 (file)
@@ -64,6 +64,7 @@ def main(args):
     if args['--subset']:
         # take input string '2/3' and turn into (2, 3)
         subset = tuple(map(int, args['--subset'].split('/')))
+        log.info('Passed subset=%s/%s' % (str(subset[0]), str(subset[1])))
 
     name = make_run_name(suite, ceph_branch, kernel_branch, kernel_flavor,
                          machine_type)