Include deps class in unit test for mysql
Change-Id: I098d4becd50caa4107987473898c082ac7acd919
This commit is contained in:
@@ -17,6 +17,8 @@ describe 'vitrage::db::mysql' do
|
||||
}
|
||||
end
|
||||
|
||||
it { should contain_class('vitrage::deps') }
|
||||
|
||||
it { is_expected.to contain_openstacklib__db__mysql('vitrage').with(
|
||||
:user => 'vitrage',
|
||||
:password => 'vitragepass',
|
||||
|
Reference in New Issue
Block a user