Sha256: a9134ac0516bc4d8ec85a0191b354c1e5deb8715e0e3f14e6251c943e95bee06
Contents?: true
Size: 852 Bytes
Versions: 25
Compression:
Stored size: 852 Bytes
Contents
Shindo.tests('Fog::Compute[:cloudstack] | network offering requests', ['cloudstack']) do @network_offerings_format = { 'listnetworkofferingsresponse' => { 'count' => Integer, 'networkoffering' => [ 'id' => String, 'name' => String, 'displaytext' => String, 'traffictype' => String, 'isdefault' => Fog::Boolean, 'specifyvlan' => Fog::Boolean, 'conservemode' => Fog::Boolean, 'specifyipranges' => Fog::Boolean, 'availability' => String, 'networkrate' => Integer, 'state' => String, 'guestiptype' => String, 'serviceofferingid' => String, ] } } tests('success') do tests('#list_network_offerings').formats(@network_offerings_format) do Fog::Compute[:cloudstack].list_network_offerings end end end
Version data entries
25 entries across 23 versions & 4 rubygems