Sha256: 0d16c4bc7296a928b37c3c2b318a355d57efe5f41e567cfd293f088754102e47

Contents?: true

Size: 731 Bytes

Versions: 32

Compression:

Stored size: 731 Bytes

Contents

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

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

  tests('success') do

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

  end

end

Version data entries

32 entries across 32 versions & 14 rubygems

Version Path
hpfog-0.0.20 tests/cloudstack/requests/disk_offering_tests.rb
vagrant-shell-0.2.6 vendor/bundle/gems/fog-1.10.1/tests/cloudstack/requests/disk_offering_tests.rb
vagrant-shell-0.2.5 vendor/bundle/gems/fog-1.10.1/tests/cloudstack/requests/disk_offering_tests.rb
fog-nirvanix-1.8.2 tests/cloudstack/requests/disk_offering_tests.rb
fog-nirvanix-1.8.1 tests/cloudstack/requests/disk_offering_tests.rb
fog-1.10.1 tests/cloudstack/requests/disk_offering_tests.rb
fog-parser-fix-1.6.1 tests/cloudstack/requests/disk_offering_tests.rb
fog-test-again-1.6.0 tests/cloudstack/requests/disk_offering_tests.rb
fog-test-me-1.10.0 tests/cloudstack/requests/disk_offering_tests.rb
fog-parser-fix-1.6.0 tests/cloudstack/requests/disk_offering_tests.rb
fog-1.10.0 tests/cloudstack/requests/disk_offering_tests.rb
fog-1.9.0 tests/cloudstack/requests/disk_offering_tests.rb
fog-maestrodev-1.8.0.20130114204828 tests/cloudstack/requests/disk_offering_tests.rb
fog-maestrodev-1.8.0.20130111070250 tests/cloudstack/requests/disk_offering_tests.rb
fog-maestrodev-1.8.0.20130109172219 tests/cloudstack/requests/disk_offering_tests.rb
fog-sgonyea-1.8.1 tests/cloudstack/requests/disk_offering_tests.rb
fog-1.8.0 tests/cloudstack/requests/disk_offering_tests.rb
fog-maestrodev-1.7.0.20121114190951 tests/cloudstack/requests/disk_offering_tests.rb
fog-1.7.0 tests/cloudstack/requests/disk_offering_tests.rb
fog-1.6.0 tests/cloudstack/requests/disk_offering_tests.rb