Include deps class in unit test for mysql

Change-Id: Iee0fe64c60495b5195008da28f7d4a1011f0296c
This commit is contained in:
ZhongShengping 2020-10-09 09:59:55 +08:00
parent c08d21dc7d
commit 8b420132c0
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ describe 'mistral::db::mysql' do
end
shared_examples 'mistral::db::mysql' do
it { is_expected.to contain_class('mistral::deps') }
context 'with only required params' do
it { should contain_openstacklib__db__mysql('mistral').with(
:user => 'mistral',