Fix path for database checks in task.yaml

Fix path for database checks in task.yaml
Fuel-CI: disable
Blueprint:  granular-deployment-testing


Change-Id: Idf8a0e8b4e275a12ec81e1ed1cf9366b9dfcaa1b
This commit is contained in:
Tatyana Leontovich 2015-03-13 21:08:49 +02:00 committed by Sergii Golovatiuk
parent 3f5e6fa52f
commit 4a176574d2

View File

@ -8,6 +8,6 @@
puppet_modules: /etc/puppet/modules
timeout: 3600
test_pre:
cmd: ruby /etc/puppet/modules/osnailyfacter/modular/database/database.rb
cmd: ruby /etc/puppet/modules/osnailyfacter/modular/database/database_pre.rb
test_post:
cmd: ruby /etc/puppet/modules/osnailyfacter/modular/database/database.rb
cmd: ruby /etc/puppet/modules/osnailyfacter/modular/database/database_post.rb