commit ac23462c73727249a46fa876c0090c19a9847213 Author: ZhongShengping Date: Sat Oct 10 09:31:12 2020 +0800 Include deps class in unit test for postgresql Change-Id: I33be0962bc8065adb2563fdd3df7be1cd32955f5 diff --git a/spec/classes/neutron_db_postgresql_spec.rb b/spec/classes/neutron_db_postgresql_spec.rb index 6894274..0842df8 100644 --- a/spec/classes/neutron_db_postgresql_spec.rb +++ b/spec/classes/neutron_db_postgresql_spec.rb @@ -15,6 +15,8 @@ describe 'neutron::db::postgresql' do req_params end + it { is_expected.to contain_class('neutron::deps') } + it { is_expected.to contain_openstacklib__db__postgresql('neutron').with( :user => 'neutron', :password => 'neutronpass',