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