diff --git a/fixtures/scenario003.pp b/fixtures/scenario003.pp index acca1b6d2..99eba7cc5 100644 --- a/fixtures/scenario003.pp +++ b/fixtures/scenario003.pp @@ -384,7 +384,7 @@ class { '::tempest': debug => true, use_stderr => false, log_file => 'tempest.log', - git_clone => true, + git_clone => false, tempest_clone_path => '/tmp/tempest', tempest_clone_owner => $::id, lock_path => '/tmp/tempest', diff --git a/run_tests.sh b/run_tests.sh index 48eaaf748..d726a78f1 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -34,6 +34,9 @@ fi if [ -e /usr/zuul-env/bin/zuul-cloner ] ; then /usr/zuul-env/bin/zuul-cloner --workspace /tmp --cache-dir /opt/git \ git://git.openstack.org openstack/tempest +else + # We're outside the gate, just do a regular git clone + git clone git://git.openstack.org/openstack/tempest /tmp/openstack/tempest fi PUPPET_ARGS="--detailed-exitcodes --verbose --color=false --debug"