Include deps class in unit test for postgresql

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

View File

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