Include deps class in unit test for postgresql
Change-Id: I33be0962bc8065adb2563fdd3df7be1cd32955f5
This commit is contained in:
@@ -15,6 +15,8 @@ describe 'neutron::db::postgresql' do
|
||||
req_params
|
||||
end
|
||||
|
||||
it { is_expected.to contain_class('neutron::deps') }
|
||||
|
||||
it { is_expected.to contain_openstacklib__db__postgresql('neutron').with(
|
||||
:user => 'neutron',
|
||||
:password => 'neutronpass',
|
||||
|
Reference in New Issue
Block a user