]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
test_repo_utils: add another url type to url_to_dirname test 1178/head
authorVicente Cheng <freeze.bilsted@gmail.com>
Wed, 1 Apr 2020 04:14:12 +0000 (04:14 +0000)
committerVicente Cheng <freeze.bilsted@gmail.com>
Wed, 1 Apr 2020 04:15:17 +0000 (04:15 +0000)
Signed-off-by: Vicente Cheng <freeze.bilsted@gmail.com>
teuthology/test/test_repo_utils.py

index c87453f0a0ca5470347c30eacdd89c09204b1eb3..3e93980e2a6196bc88453be347e81bc0957b62a0 100644 (file)
@@ -192,6 +192,7 @@ class TestRepoUtils(object):
                 pass
 
     URLS_AND_DIRNAMES = [
+        ('git@git.ceph.com/ceph-qa-suite.git', 'git.ceph.com_ceph-qa-suite'),
         ('git://git.ceph.com/ceph-qa-suite.git', 'git.ceph.com_ceph-qa-suite'),
         ('https://github.com/ceph/ceph', 'github.com_ceph_ceph'),
         ('https://github.com/liewegas/ceph.git', 'github.com_liewegas_ceph'),