commit f3498211f3e1473dfd2a8c6bfd6e91fc45335510 Author: ZhongShengping Date: Fri Oct 9 09:59:55 2020 +0800 Include deps class in unit test for mysql Change-Id: I3e7939b44fac038ddd236b1f284e74546eb245c3 diff --git a/spec/classes/tacker_db_mysql_spec.rb b/spec/classes/tacker_db_mysql_spec.rb index eae8b79..a988b2d 100644 --- a/spec/classes/tacker_db_mysql_spec.rb +++ b/spec/classes/tacker_db_mysql_spec.rb @@ -16,6 +16,8 @@ describe 'tacker::db::mysql' do required_params end + it { should contain_class('tacker::deps') } + it { is_expected.to contain_openstacklib__db__mysql('tacker').with( :user => 'tacker', :password => 'tackerpass',