Sha256: bc31bbfb6d4b9e1923f5ef917e5bc84aec5e130875bd79f3862f075637f22aa9
Contents?: true
Size: 743 Bytes
Versions: 41
Compression:
Stored size: 743 Bytes
Contents
Shindo.tests('Fog::Compute[:cloudstack] | snapshot requests', ['cloudstack']) do @snapshots_format = { 'listsnapshotsresponse' => { 'count' => Integer, 'snapshot' => [ 'id' => Integer, 'account' => String, 'domainid' => Integer, 'domain' => String, 'snapshottype' => String, 'volumeid' => Integer, 'volumename' => String, 'volumetype' => String, 'created' => String, 'name' => String, 'intervaltype' => String, 'state' => String ] } } tests('success') do tests('#list_snapshots').formats(@snapshots_format) do pending if Fog.mocking? Fog::Compute[:cloudstack].list_snapshots end end end
Version data entries
41 entries across 39 versions & 6 rubygems