Include deps class in unit test for postgresql

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

View File

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