Include deps class in unit test for postgresql

Change-Id: I413aae40ee5744f8232b71e016225f4c756eb30f
This commit is contained in:
ZhongShengping 2020-10-10 09:31:12 +08:00
parent 3d68397049
commit 10440c1f75
1 changed files with 2 additions and 0 deletions

View File

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