Include deps class in unit test for postgresql

Change-Id: I33be0962bc8065adb2563fdd3df7be1cd32955f5
This commit is contained in:
ZhongShengping 2020-10-10 09:31:12 +08:00
parent 41aecd81d3
commit ac23462c73
1 changed files with 2 additions and 0 deletions

View File

@ -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',