diff --git a/fixtures/scenario001.pp b/fixtures/scenario001.pp index 6dea6313a..558db20d7 100644 --- a/fixtures/scenario001.pp +++ b/fixtures/scenario001.pp @@ -442,7 +442,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 53af45341..5eaab0c41 100644 --- a/fixtures/scenario002.pp +++ b/fixtures/scenario002.pp @@ -464,7 +464,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',