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

View File

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