Include deps class in unit test for postgresql

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

View File

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