Sha256: 436d848f58e40b5573f51cdad82c846343c78383dc9a8a92660cbc0a126a888d

Contents?: true

Size: 732 Bytes

Versions: 55

Compression:

Stored size: 732 Bytes

Contents

Shindo.tests('Fog::Compute[:cloudstack] | disk offering requests', ['cloudstack']) do

  @disk_offerings_format = {
    'listdiskofferingsresponse'  => {
      'count' => Integer,
      'diskoffering' => [
        'id' => String,
        'created' => String,
        'disksize' => Integer,
        'displaytext' => String,
        'domain' => Fog::Nullable::String,
        'domainid' => Fog::Nullable::String,
        'iscustomized' => Fog::Boolean,
        'name' => String,
        'storagetype' => String,
        'tags' => Fog::Nullable::String
      ]
    }
  }

  tests('success') do

    tests('#list_disk_offerings').formats(@disk_offerings_format) do
      Fog::Compute[:cloudstack].list_disk_offerings
    end

  end

end

Version data entries

55 entries across 55 versions & 3 rubygems

Version Path
fog-1.22.0 tests/cloudstack/requests/disk_offering_tests.rb
fog-1.21.0 tests/cloudstack/requests/disk_offering_tests.rb
fog-maestrodev-1.20.0.20140305101839 tests/cloudstack/requests/disk_offering_tests.rb
fog-maestrodev-1.20.0.20140305101305 tests/cloudstack/requests/disk_offering_tests.rb
fog-maestrodev-1.19.0.20140212012611 tests/cloudstack/requests/disk_offering_tests.rb
fog-1.20.0 tests/cloudstack/requests/disk_offering_tests.rb
fog-maestrodev-1.19.0.20140110004459 tests/cloudstack/requests/disk_offering_tests.rb
fog-maestrodev-1.19.0.20140110003812 tests/cloudstack/requests/disk_offering_tests.rb
fog-maestrodev-1.19.0.20140109202555 tests/cloudstack/requests/disk_offering_tests.rb
fog-maestrodev-1.19.0.20140107192102 tests/cloudstack/requests/disk_offering_tests.rb
fog-maestrodev-1.19.0.20140107142106 tests/cloudstack/requests/disk_offering_tests.rb
fog-maestrodev-1.19.0.20131219203941 tests/cloudstack/requests/disk_offering_tests.rb
fog-maestrodev-1.18.0.20131219193542 tests/cloudstack/requests/disk_offering_tests.rb
fog-1.19.0 tests/cloudstack/requests/disk_offering_tests.rb
fog-maestrodev-1.18.0.20131219033443 tests/cloudstack/requests/disk_offering_tests.rb
fog-maestrodev-1.18.0.20131219032002 tests/cloudstack/requests/disk_offering_tests.rb
fog-maestrodev-1.18.0.20131219030716 tests/cloudstack/requests/disk_offering_tests.rb
fog-maestrodev-1.18.0.20131219022322 tests/cloudstack/requests/disk_offering_tests.rb
fog-maestrodev-1.18.0.20131218202447 tests/cloudstack/requests/disk_offering_tests.rb
fog-maestrodev-1.18.0.20131209091424 tests/cloudstack/requests/disk_offering_tests.rb