Adapt openstacklib tests for a new concat version
Change-Id: I1e159105a52f8126528aae96415dbb1e73cfb111
This commit is contained in:

committed by
Ivan Berezovskiy

parent
d110042f5b
commit
177604c189
@@ -84,7 +84,7 @@ describe 'openstacklib::wsgi::apache' do
|
|||||||
'wsgi_application_group' => '%{GLOBAL}',
|
'wsgi_application_group' => '%{GLOBAL}',
|
||||||
'require' => 'File[keystone_wsgi]'
|
'require' => 'File[keystone_wsgi]'
|
||||||
)}
|
)}
|
||||||
it { is_expected.to contain_file("#{platform_parameters[:httpd_ports_file]}") }
|
it { is_expected.to contain_concat("#{platform_parameters[:httpd_ports_file]}") }
|
||||||
end
|
end
|
||||||
|
|
||||||
describe 'when overriding parameters' do
|
describe 'when overriding parameters' do
|
||||||
|
Reference in New Issue
Block a user