mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
5 lines
237 B
Ruby
5 lines
237 B
Ruby
Shindo.tests("HP::BlockStorage | volumes collection", ['hp', 'v2', 'block_storage', 'volumes']) do
|
|
|
|
collection_tests(HP[:block_storage_v2].volumes, {:name => 'fogvol2tests', :description => 'fogvol2tests-desc', :size => 1}, true)
|
|
|
|
end
|