]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: swift.py: clone the ceph-jewel branch
authorNathan Cutler <ncutler@suse.com>
Sun, 25 Jun 2017 07:27:47 +0000 (09:27 +0200)
committerNathan Cutler <ncutler@suse.com>
Sun, 25 Jun 2017 07:29:37 +0000 (09:29 +0200)
The master branch of ceph/swift.git contains tests that are incompatible with
Jewel and Hammer. The ceph-jewel branch omits these tests.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
qa/tasks/swift.py

index f6a0972d77fc91eba431ecbf00d4aa65bb2a8191..ed08ab73764b1866f0af70db311642cdb17be6e3 100644 (file)
@@ -28,7 +28,10 @@ def download(ctx, config):
     for client in config:
         ctx.cluster.only(client).run(
             args=[
-                'git', 'clone',
+                'git',
+                'clone',
+                '--branch',
+                'ceph-jewel',
                 teuth_config.ceph_git_base_url + 'swift.git',
                 '{tdir}/swift'.format(tdir=testdir),
                 ],