Include deps class in unit test for postgresql

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

View File

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