Sha256: eec794cfca7e80addd1533abbf5ebaed904c56c93d1b8175aebb53f879f6d35b

Contents?: true

Size: 837 Bytes

Versions: 90

Compression:

Stored size: 837 Bytes

Contents

require 'fog/vcloud/models/compute/servers'

Shindo.tests("Vcloud::Compute | servers", ['vcloud']) do

  Fog::Vcloud::Compute::SUPPORTED_VERSIONS.each do |version|
    tests("api version #{version}") do
      pending if Fog.mocking?
      instance = Fog::Vcloud::Compute::Servers.new(
        :connection => Fog::Vcloud::Compute.new(
          :vcloud_host => 'vcloud.example.com',
          :vcloud_username => 'username',
          :vcloud_password => 'password',
          :vcloud_version => version),
        :href       =>  "https://vcloud.example.com/api#{(version == '1.0') ? '/v1.0' : ''}/vApp/vapp-1"
      )
    
      tests("collection") do
        returns(2) { instance.size }
        returns("https://vcloud.example.com/api#{(version == '1.0') ? '/v1.0' : ''}/vApp/vm-2") { instance.first.href }
      end
    end
  end
end

Version data entries

90 entries across 90 versions & 15 rubygems

Version Path
fog-1.22.0 tests/vcloud/models/compute/servers_tests.rb
fog-1.21.0 tests/vcloud/models/compute/servers_tests.rb
fog-maestrodev-1.20.0.20140305101839 tests/vcloud/models/compute/servers_tests.rb
fog-maestrodev-1.20.0.20140305101305 tests/vcloud/models/compute/servers_tests.rb
fog-maestrodev-1.19.0.20140212012611 tests/vcloud/models/compute/servers_tests.rb
fog-1.20.0 tests/vcloud/models/compute/servers_tests.rb
fog-maestrodev-1.19.0.20140110004459 tests/vcloud/models/compute/servers_tests.rb
fog-maestrodev-1.19.0.20140110003812 tests/vcloud/models/compute/servers_tests.rb
fog-maestrodev-1.19.0.20140109202555 tests/vcloud/models/compute/servers_tests.rb
fog-maestrodev-1.19.0.20140107192102 tests/vcloud/models/compute/servers_tests.rb
fog-maestrodev-1.19.0.20140107142106 tests/vcloud/models/compute/servers_tests.rb
fog-maestrodev-1.19.0.20131219203941 tests/vcloud/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131219193542 tests/vcloud/models/compute/servers_tests.rb
fog-1.19.0 tests/vcloud/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131219033443 tests/vcloud/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131219032002 tests/vcloud/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131219030716 tests/vcloud/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131219022322 tests/vcloud/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131218202447 tests/vcloud/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131209091424 tests/vcloud/models/compute/servers_tests.rb