1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/hp/models/lb/load_balancer_tests.rb

6 lines
No EOL
232 B
Ruby

Shindo.tests('HP::LB | load balancer model', ['hp', 'lb', 'load_balancer']) do
attributes = {:name => 'fog-lb', :nodes => [{'address' => '15.185.1.1', 'port' => '80'}]}
model_tests(HP[:lb].load_balancers, attributes, true)
end