Include deps class in unit test for postgresql

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

View File

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