Include deps class in unit test for postgresql

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

View File

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