Remove unnecessary 'processorcount' facts

It removes unnecessary 'processorcount' facts in the tests
as os_workers fact should be used instead 'processorcount'.

Change-Id: Ic4aaf6be4b44b8799a29a44a063614071d1372a4
This commit is contained in:
Maksym Yatsenko 2016-10-07 16:40:22 +03:00
parent 2a00ef2028
commit 971ab06ea2
2 changed files with 0 additions and 2 deletions

View File

@ -436,7 +436,6 @@ describe 'horizon' do
let (:facts) do
facts.merge!(OSDefaults.get_facts({
:fqdn => 'some.host.tld',
:processorcount => 2,
:concat_basedir => '/var/lib/puppet/concat'
}))
end

View File

@ -242,7 +242,6 @@ describe 'horizon::wsgi::apache' do
facts.merge!(OSDefaults.get_facts({
:fqdn => 'some.host.tld',
:processorcount => 2,
:concat_basedir => '/var/lib/puppet/concat'
}))
end