Sha256: 3901e0e596610c5d5562b1b62e64dcd157598064756f8e5641b54a34e62956c7

Contents?: true

Size: 285 Bytes

Versions: 123

Compression:

Stored size: 285 Bytes

Contents

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

  nics = Fog::Compute[:libvirt].servers.first.nics

  tests('The nics collection') do
    test('should not be empty') { not nics.empty? }
    test('should be a kind of Array') { nics.kind_of? Array }
  end

end

Version data entries

123 entries across 123 versions & 17 rubygems

Version Path
fog-libvirt-0.13.2 tests/libvirt/models/compute/nics_tests.rb
fog-libvirt-0.13.1 tests/libvirt/models/compute/nics_tests.rb
fog-libvirt-0.13.0 tests/libvirt/models/compute/nics_tests.rb
fog-libvirt-0.12.2 tests/libvirt/models/compute/nics_tests.rb
fog-libvirt-0.12.1 tests/libvirt/models/compute/nics_tests.rb
fog-libvirt-0.12.0 tests/libvirt/models/compute/nics_tests.rb
fog-libvirt-0.11.0 tests/libvirt/models/compute/nics_tests.rb
fog-libvirt-0.10.1 tests/libvirt/models/compute/nics_tests.rb
fog-libvirt-0.10.0 tests/libvirt/models/compute/nics_tests.rb
fog-libvirt-csem-0.9.0 tests/libvirt/models/compute/nics_tests.rb
fog-libvirt-0.9.0 tests/libvirt/models/compute/nics_tests.rb
fog-libvirt-0.8.0 tests/libvirt/models/compute/nics_tests.rb
fog-libvirt-0.7.0 tests/libvirt/models/compute/nics_tests.rb
fog-libvirt-0.6.0 tests/libvirt/models/compute/nics_tests.rb
fog-libvirt-0.5.0 tests/libvirt/models/compute/nics_tests.rb
fog-libvirt-0.4.2 tests/libvirt/models/compute/nics_tests.rb
fog-libvirt-0.4.1 tests/libvirt/models/compute/nics_tests.rb
fog-libvirt-0.4.0 tests/libvirt/models/compute/nics_tests.rb
fog-libvirt-0.3.0 tests/libvirt/models/compute/nics_tests.rb
fog-libvirt-0.2.0 tests/libvirt/models/compute/nics_tests.rb