]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Use config.src_base_path
authorZack Cerza <zack@cerza.org>
Thu, 10 Jul 2014 07:19:48 +0000 (01:19 -0600)
committerZack Cerza <zack@cerza.org>
Thu, 10 Jul 2014 22:35:37 +0000 (16:35 -0600)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/suite.py

index 1e7e69fac25208844f3d4011c7a769eb84330ddf..588ca411dc0e99c6b6ad7c3ec125107022b1fec8 100644 (file)
@@ -120,7 +120,7 @@ def fetch_suite_repo(branch, test_name):
 
     :returns: The path to the repo on disk
     """
-    src_base_path = os.path.expanduser('~/src')
+    src_base_path = config.src_base_path
     if not os.path.exists(src_base_path):
         os.mkdir(src_base_path)
     suite_repo_path = os.path.join(src_base_path,