Include deps class in unit test for postgresql

Change-Id: If70fd24133a45c9e1a2446f5811ff48be166d1ca
This commit is contained in:
ZhongShengping 2020-10-10 09:31:12 +08:00
parent 6b36c4d196
commit 5f398b1316
1 changed files with 2 additions and 0 deletions

View File

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