Include deps class in unit test for postgresql
Change-Id: If70fd24133a45c9e1a2446f5811ff48be166d1ca
This commit is contained in:
@@ -16,6 +16,8 @@ describe 'nova::db::postgresql' do
|
|||||||
req_params
|
req_params
|
||||||
end
|
end
|
||||||
|
|
||||||
|
it { is_expected.to contain_class('nova::deps') }
|
||||||
|
|
||||||
it { should contain_openstacklib__db__postgresql('nova').with(
|
it { should contain_openstacklib__db__postgresql('nova').with(
|
||||||
:password => 'pw',
|
:password => 'pw',
|
||||||
:dbname => 'nova',
|
:dbname => 'nova',
|
||||||
|
Reference in New Issue
Block a user