mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
6 lines
No EOL
232 B
Ruby
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 |