Adapt cinder tests for a new concat version
Change-Id: I7edaf3ee27f3d3ccb0dcd7f1b32b251ae5aa8d5f
This commit is contained in:
parent
ee5081a048
commit
dfa8320e5c
@ -41,7 +41,7 @@ describe 'cinder::wsgi::apache' do
|
||||
'wsgi_script_aliases' => { '/' => "#{platform_params[:wsgi_script_path]}/cinder-api" },
|
||||
'require' => 'File[cinder_wsgi]'
|
||||
)}
|
||||
it { is_expected.to contain_file("#{platform_params[:httpd_ports_file]}") }
|
||||
it { is_expected.to contain_concat("#{platform_params[:httpd_ports_file]}") }
|
||||
end
|
||||
|
||||
describe 'when overriding parameters using different ports' do
|
||||
@ -69,7 +69,7 @@ describe 'cinder::wsgi::apache' do
|
||||
'require' => 'File[cinder_wsgi]'
|
||||
)}
|
||||
|
||||
it { is_expected.to contain_file("#{platform_params[:httpd_ports_file]}") }
|
||||
it { is_expected.to contain_concat("#{platform_params[:httpd_ports_file]}") }
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user