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