From: Nathan Cutler Date: Sun, 25 Jun 2017 07:27:47 +0000 (+0200) Subject: tests: swift.py: clone the ceph-luminous branch X-Git-Tag: v12.2.5~47^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F21048%2Fhead;p=ceph.git tests: swift.py: clone the ceph-luminous branch The master branch of ceph/swift.git contains tests that are incompatible with Jewel and Luminous. The ceph-luminous branch omits these tests. Signed-off-by: Nathan Cutler (cherry picked from commit a86ce728954a765797ce634025d43650d990e480) Conflicts: qa/tasks/swift.py (cherry-picked jewel version to luminous) --- diff --git a/qa/tasks/swift.py b/qa/tasks/swift.py index 28f75dd0afd..9cd580a023e 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-luminous', teuth_config.ceph_git_base_url + 'swift.git', '{tdir}/swift'.format(tdir=testdir), ],