fuel-library/deployment/puppet/osnailyfacter/modular/openstack-haproxy/openstack-haproxy-swift_pos...

12 lines
246 B
Ruby

require File.join File.dirname(__FILE__), 'haproxy_post_common.rb'
def expected_backends
return $expected_backends if $expected_backends
backends = %w(
swift
)
$expected_backends = backends
end
OpenstackHaproxyPostTest.create_tests