Sha256: 184324f61cf03107fd2838847722a402138d9ab608538a732768d342858965f8

Contents?: true

Size: 643 Bytes

Versions: 78

Compression:

Stored size: 643 Bytes

Contents

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

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

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

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

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

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

  end

end

Version data entries

78 entries across 78 versions & 11 rubygems

Version Path
fog-maestrodev-1.15.0.20130927082724 tests/xenserver/models/compute/networks_tests.rb
fog-maestrodev-1.15.0.20130829165835 tests/xenserver/models/compute/networks_tests.rb
fog-1.15.0 tests/xenserver/models/compute/networks_tests.rb
gapinc-fog-1.14.0 tests/xenserver/models/compute/networks_tests.rb
fog-maestrodev-1.14.0.20130806165225 tests/xenserver/models/compute/networks_tests.rb
fog-1.14.0 tests/xenserver/models/compute/networks_tests.rb
fog-1.13.0 tests/xenserver/models/compute/networks_tests.rb
gapinc-fog-1.12.1.2 tests/xenserver/models/compute/networks_tests.rb
gapinc-fog-1.12.1.1 tests/xenserver/models/compute/networks_tests.rb
gapinc-fog-1.12.1a tests/xenserver/models/compute/networks_tests.rb
gapinc-fog-1.12.1 tests/xenserver/models/compute/networks_tests.rb
fog-1.12.1 tests/xenserver/models/compute/networks_tests.rb
fog-1.12.0 tests/xenserver/models/compute/networks_tests.rb
hpfog-0.0.20 tests/xenserver/models/compute/networks_tests.rb
vagrant-shell-0.2.6 vendor/bundle/gems/fog-1.10.1/tests/xenserver/models/compute/networks_tests.rb
vagrant-shell-0.2.5 vendor/bundle/gems/fog-1.10.1/tests/xenserver/models/compute/networks_tests.rb
fog-nirvanix-1.8.2 tests/xenserver/models/compute/networks_tests.rb
fog-1.11.1 tests/xenserver/models/compute/networks_tests.rb
fog-1.11.0 tests/xenserver/models/compute/networks_tests.rb
fog-nirvanix-1.8.1 tests/xenserver/models/compute/networks_tests.rb