Sha256: ef0d461ea2506b7e6a3c8c7a64bb72a9fd78014162e0fc13d6cecaa44da43eb8
Contents?: true
Size: 733 Bytes
Versions: 41
Compression:
Stored size: 733 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
41 entries across 39 versions & 6 rubygems