Fix unit tests against Puppet 4.3.0
Change-Id: I25973dc911747eb12e860a515459138d98a6e24c Related-bug: #1517805 Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
This commit is contained in:
parent
9869fbee66
commit
6add4485c2
@ -172,12 +172,13 @@ describe 'ceilometer::api' do
|
||||
|
||||
context 'on RedHat platforms' do
|
||||
let :facts do
|
||||
{ :osfamily => 'RedHat',
|
||||
:operatingsystem => 'RedHat',
|
||||
:operatingsystemrelease => '7.1',
|
||||
:fqdn => 'some.host.tld',
|
||||
:concat_basedir => '/var/lib/puppet/concat',
|
||||
:processorcount => 2 }
|
||||
{ :osfamily => 'RedHat',
|
||||
:operatingsystem => 'RedHat',
|
||||
:operatingsystemrelease => '7.1',
|
||||
:operatingsystemmajrelease => '7',
|
||||
:fqdn => 'some.host.tld',
|
||||
:concat_basedir => '/var/lib/puppet/concat',
|
||||
:processorcount => 2 }
|
||||
end
|
||||
|
||||
let :platform_params do
|
||||
|
Loading…
Reference in New Issue
Block a user