Include deps class in unit test for postgresql

Change-Id: I1043b8d56c2b8e98fae62167241b43ff6fe0893b
This commit is contained in:
ZhongShengping 2020-10-10 09:31:12 +08:00
parent 71012c1baa
commit 5a3139b087
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ describe 'placement::db::postgresql' do
shared_examples 'placement::db::postgresql' do
context 'with only required parameters' do
it { is_expected.to contain_class('placement::deps') }
it { is_expected.to contain_openstacklib__db__postgresql('placement').with(
:user => 'placement',
:password => 'placementpass',