From: Nathan Cutler Date: Sun, 25 Jun 2017 07:27:47 +0000 (+0200) Subject: tests: swift.py: clone the ceph-jewel branch X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e5728f125019dd0c077571ed751b372c7e9d2f83;p=ceph.git tests: swift.py: clone the ceph-jewel branch 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 --- diff --git a/qa/tasks/swift.py b/qa/tasks/swift.py index f6a0972d77f..ed08ab73764 100644 --- a/qa/tasks/swift.py +++ b/qa/tasks/swift.py @@ -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), ],