Remove '::processorcount' fact from tests.

As '::processorcount' fact is not used anymore,
it was removed from tests.

Change-Id: Ifc6235bec254979f0d956d4b6dc985c0e0cfe4ae
This commit is contained in:
Maksym Yatsenko 2016-10-10 18:55:15 +03:00
parent cc4bec02e7
commit b3c62879a5
2 changed files with 0 additions and 2 deletions

View File

@ -30,7 +30,6 @@ describe 'murano::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

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