Include deps class in unit test for postgresql

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

View File

@ -16,6 +16,8 @@ describe 'aodh::db::postgresql' do
req_params
end
it { is_expected.to contain_class('aodh::deps') }
it { is_expected.to contain_openstacklib__db__postgresql('aodh').with(
:user => 'aodh',
:password => 'aodhpass',