fuel-library/deployment/puppet/osnailyfacter/modular/virtual_ips/contrackd_pre.rb
Dmitry Ilyin ddad48b738 Move ping public vip to post action
* Cleanup and refactor of virtual_ips task
* Ping public vip resource moved to post_deploy
* Noop and functional tests

Change-Id: I9a11f6473d1b9ec94f99764419a4f0fc2534a99e
Closes-Bug: 1391773
2015-04-17 17:56:44 +00:00

10 lines
227 B
Ruby

require File.join File.dirname(__FILE__), '../test_common.rb'
class ContrackdPreTest < Test::Unit::TestCase
def test_pacemaker_is_online
assert TestCommon::Pacemaker.online?, 'Could not query Pacemaker CIB!'
end
end