Sha256: cfe768663b8653b09eb8c0c0deb448471d92dd29eb54bb39504f58beb3be946d

Contents?: true

Size: 694 Bytes

Versions: 101

Compression:

Stored size: 694 Bytes

Contents

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

  compute = Fog::Compute[:libvirt]

  tests("Compute collections") do
    %w{ servers interfaces networks nics nodes pools volumes}.each do |collection|
      test("it should respond to #{collection}") { compute.respond_to? collection }
    end
  end

  tests("Compute requests") do
    %w{ create_domain create_volume define_domain define_pool destroy_interface destroy_network get_node_info list_domains
        list_interfaces list_networks list_pools list_pool_volumes list_volumes pool_action vm_action volume_action }.each do |request|
      test("it should respond to #{request}") { compute.respond_to? request }
    end
  end
end

Version data entries

101 entries across 101 versions & 16 rubygems

Version Path
fog-maestrodev-1.18.0.20131218202447 tests/libvirt/compute_tests.rb
fog-maestrodev-1.18.0.20131209091424 tests/libvirt/compute_tests.rb
fog-maestrodev-1.18.0.20131209090811 tests/libvirt/compute_tests.rb
fog-maestrodev-1.18.0.20131206115947 tests/libvirt/compute_tests.rb
fog-maestrodev-1.18.0.20131205181604 tests/libvirt/compute_tests.rb
fog-maestrodev-1.18.0.20131127194823 tests/libvirt/compute_tests.rb
fog-maestrodev-1.18.0.20131126183714 tests/libvirt/compute_tests.rb
fog-maestrodev-1.18.0.20131126122111 tests/libvirt/compute_tests.rb
fog-maestrodev-1.18.0.20131125111730 tests/libvirt/compute_tests.rb
fog-maestrodev-1.18.0.20131125083406 tests/libvirt/compute_tests.rb
fog-maestrodev-1.18.0.20131123105121 tests/libvirt/compute_tests.rb
fog-maestrodev-1.18.0.20131122203507 tests/libvirt/compute_tests.rb
fog-maestrodev-1.18.0.20131121075022 tests/libvirt/compute_tests.rb
fog-maestrodev-1.18.0.20131118164830 tests/libvirt/compute_tests.rb
fog-maestrodev-1.18.0.20131115184302 tests/libvirt/compute_tests.rb
fog-maestrodev-1.18.0.20131114200144 tests/libvirt/compute_tests.rb
gapinc-fog-1.12.1.2.1 tests/libvirt/compute_tests.rb
fog-maestrodev-1.18.0.20131112185232 tests/libvirt/compute_tests.rb
fog-maestrodev-1.18.0.20131111203459 tests/libvirt/compute_tests.rb
fog-1.18.0 tests/libvirt/compute_tests.rb