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-maestrodev-1.18.0.20131111203459 tests/libvirt/models/compute/nics_tests.rb
fog-1.18.0 tests/libvirt/models/compute/nics_tests.rb
fog-1.17.0 tests/libvirt/models/compute/nics_tests.rb
fog-1.16.0 tests/libvirt/models/compute/nics_tests.rb
fog-maestrodev-1.15.0.20130927082724 tests/libvirt/models/compute/nics_tests.rb
fog-maestrodev-1.15.0.20130829165835 tests/libvirt/models/compute/nics_tests.rb
fog-1.15.0 tests/libvirt/models/compute/nics_tests.rb
gapinc-fog-1.14.0 tests/libvirt/models/compute/nics_tests.rb
fog-maestrodev-1.14.0.20130806165225 tests/libvirt/models/compute/nics_tests.rb
fog-1.14.0 tests/libvirt/models/compute/nics_tests.rb
fog-1.13.0 tests/libvirt/models/compute/nics_tests.rb
gapinc-fog-1.12.1.2 tests/libvirt/models/compute/nics_tests.rb
gapinc-fog-1.12.1.1 tests/libvirt/models/compute/nics_tests.rb
gapinc-fog-1.12.1a tests/libvirt/models/compute/nics_tests.rb
gapinc-fog-1.12.1 tests/libvirt/models/compute/nics_tests.rb
fog-1.12.1 tests/libvirt/models/compute/nics_tests.rb
fog-1.12.0 tests/libvirt/models/compute/nics_tests.rb
hpfog-0.0.20 tests/libvirt/models/compute/nics_tests.rb
vagrant-shell-0.2.6 vendor/bundle/gems/fog-1.10.1/tests/libvirt/models/compute/nics_tests.rb
vagrant-shell-0.2.5 vendor/bundle/gems/fog-1.10.1/tests/libvirt/models/compute/nics_tests.rb