Sha256: a903c826d8c9712bc4a76838de6216ca6fb4f498f01aeda3c0cd8f5c05c43a67

Contents?: true

Size: 595 Bytes

Versions: 78

Compression:

Stored size: 595 Bytes

Contents

Shindo.tests('Fog::Compute[:xenserver] | pbds collection', ['xenserver']) do

  conn = Fog::Compute[:xenserver]
  
  tests('The pbds collection') do
    pbds = conn.pbds.all

    test('should not be empty') { !pbds.empty? }

    test('should be a kind of Fog::Compute::XenServer::Pbds') { pbds.kind_of? Fog::Compute::XenServer::Pbds }

    tests('should be able to reload itself').succeeds { pbds.reload }

    tests('should be able to get a model') do
      tests('by reference').succeeds { 
        pbds.get(pbds.first.reference).is_a? Fog::Compute::XenServer::PBD
      }
    end

  end

end

Version data entries

78 entries across 78 versions & 11 rubygems

Version Path
fog-maestrodev-1.18.0.20131209090811 tests/xenserver/models/compute/pbds_tests.rb
fog-maestrodev-1.18.0.20131206115947 tests/xenserver/models/compute/pbds_tests.rb
fog-maestrodev-1.18.0.20131205181604 tests/xenserver/models/compute/pbds_tests.rb
fog-maestrodev-1.18.0.20131127194823 tests/xenserver/models/compute/pbds_tests.rb
fog-maestrodev-1.18.0.20131126183714 tests/xenserver/models/compute/pbds_tests.rb
fog-maestrodev-1.18.0.20131126122111 tests/xenserver/models/compute/pbds_tests.rb
fog-maestrodev-1.18.0.20131125111730 tests/xenserver/models/compute/pbds_tests.rb
fog-maestrodev-1.18.0.20131125083406 tests/xenserver/models/compute/pbds_tests.rb
fog-maestrodev-1.18.0.20131123105121 tests/xenserver/models/compute/pbds_tests.rb
fog-maestrodev-1.18.0.20131122203507 tests/xenserver/models/compute/pbds_tests.rb
fog-maestrodev-1.18.0.20131121075022 tests/xenserver/models/compute/pbds_tests.rb
fog-maestrodev-1.18.0.20131118164830 tests/xenserver/models/compute/pbds_tests.rb
fog-maestrodev-1.18.0.20131115184302 tests/xenserver/models/compute/pbds_tests.rb
fog-maestrodev-1.18.0.20131114200144 tests/xenserver/models/compute/pbds_tests.rb
gapinc-fog-1.12.1.2.1 tests/xenserver/models/compute/pbds_tests.rb
fog-maestrodev-1.18.0.20131112185232 tests/xenserver/models/compute/pbds_tests.rb
fog-maestrodev-1.18.0.20131111203459 tests/xenserver/models/compute/pbds_tests.rb
fog-1.18.0 tests/xenserver/models/compute/pbds_tests.rb
fog-1.17.0 tests/xenserver/models/compute/pbds_tests.rb
fog-1.16.0 tests/xenserver/models/compute/pbds_tests.rb