fog--fog/tests/hp/requests/lb/algorithms_tests.rb

15 lines
265 B
Ruby
Raw Normal View History

Shindo.tests("HP::LB | algorithms", ['hp', 'lb', 'algorithms']) do
@algo_format = {
'name' => String
}
tests('success') do
tests('#list_algorithms').formats({'algorithms' => [@algo_format]}) do
HP[:lb].list_algorithms.body
end
end
end