Fix unit test for sync

Change-Id: I11ed7931954e82bc74e3fe9642ea2b11ccda979e
This commit is contained in:
ZhongShengping 2018-03-16 10:51:20 +08:00
parent 2f21d410d9
commit 92eb13a0bf
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@ describe 'designate::db::sync' do
:path => '/usr/bin',
:user => 'root',
:refreshonly => 'true',
:try_sleep => 5,
:tries => 10,
:logoutput => 'on_failure',
:subscribe => ['Anchor[designate::install::end]',
'Anchor[designate::config::end]',
@ -35,6 +37,8 @@ describe 'designate::db::sync' do
:path => '/usr/bin',
:user => 'root',
:refreshonly => 'true',
:try_sleep => 5,
:tries => 10,
:logoutput => 'on_failure',
:subscribe => ['Anchor[designate::install::end]',
'Anchor[designate::config::end]',