Include deps class in unit test for postgresql
Change-Id: I8d1269b4f4459c7e3d9514b420a3bc47df057d11
This commit is contained in:
parent
8242df96de
commit
bfec00363e
@ -16,6 +16,8 @@ describe 'zaqar::db::postgresql' do
|
|||||||
req_params
|
req_params
|
||||||
end
|
end
|
||||||
|
|
||||||
|
it { is_expected.to contain_class('zaqar::deps') }
|
||||||
|
|
||||||
it { is_expected.to contain_openstacklib__db__postgresql('zaqar').with(
|
it { is_expected.to contain_openstacklib__db__postgresql('zaqar').with(
|
||||||
:user => 'zaqar',
|
:user => 'zaqar',
|
||||||
:password => 'zaqarpass',
|
:password => 'zaqarpass',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user