Merge "Add spec testing for multiple bind_port"

This commit is contained in:
Zuul 2018-12-18 00:11:34 +00:00 committed by Gerrit Code Review
commit 88e07d5fdb
1 changed files with 8 additions and 0 deletions

View File

@ -189,6 +189,14 @@ describe 'openstacklib::wsgi::apache' do
},
)}
end
context 'with multiple ports' do
before do
params.merge!( :bind_port => [35357, 5000] )
end
it { should contain_apache__vhost('keystone_wsgi').with_port(params[:bind_port]) }
end
end
on_supported_os({