diff --git a/fixtures/scenario001.pp b/fixtures/scenario001.pp index 84f606224..802760340 100644 --- a/fixtures/scenario001.pp +++ b/fixtures/scenario001.pp @@ -424,7 +424,7 @@ class { '::tempest': debug => true, use_stderr => false, log_file => 'tempest.log', - tempest_clone_owner => 'jenkins', + tempest_clone_owner => $::id, git_clone => false, tempest_clone_path => '/tmp/openstack/tempest', lock_path => '/tmp/openstack/tempest', diff --git a/fixtures/scenario002.pp b/fixtures/scenario002.pp index 7f4914d53..26d5678a5 100644 --- a/fixtures/scenario002.pp +++ b/fixtures/scenario002.pp @@ -446,7 +446,7 @@ class { '::tempest': debug => true, use_stderr => false, log_file => 'tempest.log', - tempest_clone_owner => 'jenkins', + tempest_clone_owner => $::id, git_clone => false, tempest_clone_path => '/tmp/openstack/tempest', lock_path => '/tmp/openstack/tempest',