Include deps class in unit test for postgresql

Change-Id: If2942913a62fc12dddb5a545fcaf77a333571315
This commit is contained in:
ZhongShengping 2020-10-10 09:31:12 +08:00
parent 162218ee6f
commit b4bd932e4e

View File

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