Sha256: 9ad009af59820e6076132588ba61b4f59a347e191d823ef9a0c77d0f1aeee83c

Contents?: true

Size: 495 Bytes

Versions: 14

Compression:

Stored size: 495 Bytes

Contents

Shindo.tests('Fog::Compute[:libvirt] | networks collection', ['libvirt']) do

  networks = Fog::Compute[:libvirt].networks

  tests('The networks collection') do
    test('should be a kind of Fog::Libvirt::Compute::Networks') { networks.kind_of? Fog::Libvirt::Compute::Networks }
    tests('should be able to reload itself').succeeds { networks.reload }
    tests('should be able to get a model') do
      tests('by instance id').succeeds { networks.get networks.first.uuid }
    end
  end

end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
fog-libvirt-0.13.2 tests/libvirt/models/compute/networks_tests.rb
fog-libvirt-0.13.1 tests/libvirt/models/compute/networks_tests.rb
fog-libvirt-0.13.0 tests/libvirt/models/compute/networks_tests.rb
fog-libvirt-0.12.2 tests/libvirt/models/compute/networks_tests.rb
fog-libvirt-0.12.1 tests/libvirt/models/compute/networks_tests.rb
fog-libvirt-0.12.0 tests/libvirt/models/compute/networks_tests.rb
fog-libvirt-0.11.0 tests/libvirt/models/compute/networks_tests.rb
fog-libvirt-0.10.1 tests/libvirt/models/compute/networks_tests.rb
fog-libvirt-0.10.0 tests/libvirt/models/compute/networks_tests.rb
fog-libvirt-csem-0.9.0 tests/libvirt/models/compute/networks_tests.rb
fog-libvirt-0.9.0 tests/libvirt/models/compute/networks_tests.rb
fog-libvirt-0.8.0 tests/libvirt/models/compute/networks_tests.rb
fog-libvirt-0.7.0 tests/libvirt/models/compute/networks_tests.rb
fog-libvirt-0.6.0 tests/libvirt/models/compute/networks_tests.rb