commit 880e7c7f7d84c397af692428f2f048f4ebf1de48 Author: ZhongShengping Date: Fri Oct 9 09:59:55 2020 +0800 Include deps class in unit test for mysql Change-Id: I5475158479b681b2e2082a517cae5dbe6269920f diff --git a/spec/classes/gnocchi_db_mysql_spec.rb b/spec/classes/gnocchi_db_mysql_spec.rb index e768a98..670a197 100644 --- a/spec/classes/gnocchi_db_mysql_spec.rb +++ b/spec/classes/gnocchi_db_mysql_spec.rb @@ -13,6 +13,8 @@ describe 'gnocchi::db::mysql' do } end + it { is_expected.to contain_class('gnocchi::deps') } + it { is_expected.to contain_openstacklib__db__mysql('gnocchi').with( :password => 'gnocchipass1', :charset => 'utf8',