commit 5b19a072cbb14c7e66deeadc0aaa438b49251fcb Author: ZhongShengping Date: Sat Oct 10 09:31:12 2020 +0800 Include deps class in unit test for postgresql Change-Id: If2cbc19fbcd9ac1ae8897d932cb17c1257a8d78e diff --git a/spec/classes/cinder_db_postgresql_spec.rb b/spec/classes/cinder_db_postgresql_spec.rb index e11f2f9..acfa31d 100644 --- a/spec/classes/cinder_db_postgresql_spec.rb +++ b/spec/classes/cinder_db_postgresql_spec.rb @@ -15,6 +15,8 @@ describe 'cinder::db::postgresql' do req_params end + it { is_expected.to contain_class('cinder::deps') } + it { is_expected.to contain_openstacklib__db__postgresql('cinder').with( :user => 'cinder', :password => 'cinderpass',