Merge "Remove '::processorcount' fact from tests."

This commit is contained in:
Jenkins 2016-10-25 09:33:29 +00:00 committed by Gerrit Code Review
commit 4a554b090f
2 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@ describe 'heat::db::postgresql' do
context "on #{os}" do
let (:facts) do
facts.merge(OSDefaults.get_facts({
:processorcount => 8,
:concat_basedir => '/var/lib/puppet/concat'
}))
end

View File

@ -40,7 +40,6 @@ describe 'heat::db::sync' do
context "on #{os}" do
let (:facts) do
facts.merge(OSDefaults.get_facts({
:processorcount => 8,
:concat_basedir => '/var/lib/puppet/concat'
}))
end