]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-volume-nightly: look for the ssh config file to avoid using the root dir 992/head
authorAlfredo Deza <adeza@redhat.com>
Mon, 26 Mar 2018 14:27:31 +0000 (10:27 -0400)
committerAlfredo Deza <adeza@redhat.com>
Mon, 26 Mar 2018 14:27:31 +0000 (10:27 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-volume-nightly/build/teardown

index 1e9180a6256d29dbdc259b65d02ee63e32aba8d5..6ba0b950bc6741e58a3291389dfc022d2dfad393 100644 (file)
@@ -5,7 +5,7 @@
 
 cd $WORKSPACE/src/ceph-volume/ceph_volume/tests/functional
 
-scenarios=$(find . | grep Vagrantfile | xargs dirname)
+scenarios=$(find . | grep vagrant_ssh_config | xargs dirname)
 
 for scenario in $scenarios; do
     cd $scenario