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/algorithms_tests.rb

15 lines
No EOL
274 B
Ruby

Shindo.tests('HP::LB | algorithms collection', ['hp', 'lb', 'algorithms']) do
tests('success') do
tests('#all').succeeds do
HP[:lb].algorithms
end
tests('#get("ROUND_ROBIN")').succeeds do
HP[:lb].algorithms.get("ROUND_ROBIN")
end
end
end