]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
s3tests: clone correct branch
authorYehuda Sadeh <yehuda@inktank.com>
Thu, 25 Jul 2013 23:47:34 +0000 (16:47 -0700)
committerSage Weil <sage@inktank.com>
Mon, 29 Jul 2013 16:09:51 +0000 (09:09 -0700)
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
teuthology/task/s3tests.py

index 700baeefebe94a8b41f2456ab39230058ef172ec..f8086d51b6c778510b79fa155967cf2505fff712 100644 (file)
@@ -20,7 +20,7 @@ def download(ctx, config):
     log.info('Downloading s3-tests...')
     testdir = teuthology.get_testdir(ctx)
     for (client, cconf) in config.items():
-        branch = cconf.get('force-branch', 'master')
+        branch = cconf.get('force-branch', None)
         if not branch:
             branch = cconf.get('branch', 'master')
         sha1 = cconf.get('sha1')