File: volumes_tests.rb

package info (click to toggle)
ruby-fog-aws 3.33.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,180 kB
  • sloc: ruby: 75,405; javascript: 14; makefile: 9; sh: 4
file content (5 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (6)
1
2
3
4
5
Shindo.tests("Fog::Compute[:aws] | volumes", ['aws']) do

  collection_tests(Fog::Compute[:aws].volumes, {:availability_zone => 'us-east-1a', :size => 1, :device => '/dev/sdz1'}, true)

end