From: Zack Cerza Date: Wed, 25 Jun 2014 21:24:05 +0000 (-0600) Subject: Use 'ceph-qa-suite.git' for the repo name X-Git-Tag: 1.1.0~1359^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=807d6fd7150ef56270234b030a09909413072b1d;p=teuthology.git Use 'ceph-qa-suite.git' for the repo name Signed-off-by: Zack Cerza --- diff --git a/teuthology/suite.py b/teuthology/suite.py index e5b6f2934..ca409ed0d 100644 --- a/teuthology/suite.py +++ b/teuthology/suite.py @@ -118,7 +118,8 @@ def fetch_suite_repo(branch, test_name): dest_path=os.path.join(src_base_path, 'teuthology'), branch='master') checkout_repo( - repo_url=os.path.join(config.ceph_git_base_url, 'ceph-qa-suite'), + repo_url=os.path.join(config.ceph_git_base_url, + 'ceph-qa-suite.git'), dest_path=suite_repo_path, branch=branch) except BranchNotFoundError as exc: