Sha256: 80a7dcd6eec11f73066a25b3bdf6f73326f2f844ef2788dc2945db2d124d77db

Contents?: true

Size: 318 Bytes

Versions: 123

Compression:

Stored size: 318 Bytes

Contents

Shindo.tests("Fog::Compute[:libvirt] | define_domain request", 'libvirt') do

  compute = Fog::Compute[:libvirt]
  xml = compute.servers.new().to_xml

  tests("Define Domain") do
    response = compute.define_domain(xml)
    test("should be a kind of Libvirt::Domain") { response.kind_of?  Libvirt::Domain}
  end

end

Version data entries

123 entries across 123 versions & 17 rubygems

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