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
ns-fog-1.22.4 tests/libvirt/models/compute/nics_tests.rb
ns-fog-1.22.3 tests/libvirt/models/compute/nics_tests.rb
ns-fog-1.22.2 tests/libvirt/models/compute/nics_tests.rb
fog-1.22.1 tests/libvirt/models/compute/nics_tests.rb
fog-1.22.0 tests/libvirt/models/compute/nics_tests.rb
fog-1.21.0 tests/libvirt/models/compute/nics_tests.rb
fog-maestrodev-1.20.0.20140305101839 tests/libvirt/models/compute/nics_tests.rb
fog-maestrodev-1.20.0.20140305101305 tests/libvirt/models/compute/nics_tests.rb
fog-maestrodev-1.19.0.20140212012611 tests/libvirt/models/compute/nics_tests.rb
fog-1.20.0 tests/libvirt/models/compute/nics_tests.rb
fog-maestrodev-1.19.0.20140110004459 tests/libvirt/models/compute/nics_tests.rb
fog-maestrodev-1.19.0.20140110003812 tests/libvirt/models/compute/nics_tests.rb
fog-maestrodev-1.19.0.20140109202555 tests/libvirt/models/compute/nics_tests.rb
fog-maestrodev-1.19.0.20140107192102 tests/libvirt/models/compute/nics_tests.rb
fog-maestrodev-1.19.0.20140107142106 tests/libvirt/models/compute/nics_tests.rb
fog-maestrodev-1.19.0.20131219203941 tests/libvirt/models/compute/nics_tests.rb
fog-maestrodev-1.18.0.20131219193542 tests/libvirt/models/compute/nics_tests.rb
fog-1.19.0 tests/libvirt/models/compute/nics_tests.rb
fog-maestrodev-1.18.0.20131219033443 tests/libvirt/models/compute/nics_tests.rb
fog-maestrodev-1.18.0.20131219032002 tests/libvirt/models/compute/nics_tests.rb