]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Use 'ceph-qa-suite.git' for the repo name
authorZack Cerza <zack@cerza.org>
Wed, 25 Jun 2014 21:24:05 +0000 (15:24 -0600)
committerZack Cerza <zack@cerza.org>
Fri, 27 Jun 2014 16:14:07 +0000 (10:14 -0600)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/suite.py

index e5b6f2934004c4ab8ce7dac6d9f400d07e0f6433..ca409ed0d02eb8d2c160fd6c97993eb92b34267d 100644 (file)
@@ -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: