Include deps class in unit test for postgresql

Change-Id: I66a2b5e16f713ff4fec0ab426d546169a797e5df
This commit is contained in:
ZhongShengping 2020-10-10 09:31:12 +08:00
parent 5296ff3724
commit 68e04e58b4
1 changed files with 2 additions and 0 deletions

View File

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