Sha256: 1bca08235059cb4a544d0c62df6d506994f3df138d45a9075d6ad9820f312e98

Contents?: true

Size: 582 Bytes

Versions: 107

Compression:

Stored size: 582 Bytes

Contents

class Vcloud
  module Compute
    module TestSupport

      if Fog.mocking?
        def self.template
          'mock_template'
        end
      else
        def self.template
          template_name = ENV['VCLOUD_TEMPLATE']
          raise "Specify VApp template name in VCLOUD_TEMPLATE env var" unless template_name
          template_res = Vcloud.catalogs.item_by_name template_name
          raise "URI Not found for specified template - check template name" unless template_res
          template_res.href
        end
      end

    end

    module Formats
    end

  end
end

Version data entries

107 entries across 107 versions & 17 rubygems

Version Path
fog-1.10.1 tests/vcloud/models/compute/helper.rb
fog-parser-fix-1.6.1 tests/vcloud/models/compute/helper.rb
fog-test-again-1.6.0 tests/vcloud/models/compute/helper.rb
fog-test-me-1.10.0 tests/vcloud/models/compute/helper.rb
fog-parser-fix-1.6.0 tests/vcloud/models/compute/helper.rb
fog-1.10.0 tests/vcloud/models/compute/helper.rb
fog-1.9.0 tests/vcloud/models/compute/helper.rb
fog-maestrodev-1.8.0.20130114204828 tests/vcloud/models/compute/helper.rb
fog-maestrodev-1.8.0.20130111070250 tests/vcloud/models/compute/helper.rb
fog-maestrodev-1.8.0.20130109172219 tests/vcloud/models/compute/helper.rb
fog-sgonyea-1.8.1 tests/vcloud/models/compute/helper.rb
fog-1.8.0 tests/vcloud/models/compute/helper.rb
fog-maestrodev-1.7.0.20121114190951 tests/vcloud/models/compute/helper.rb
fog-1.7.0 tests/vcloud/models/compute/helper.rb
fog-1.6.0 tests/vcloud/models/compute/helper.rb
fog-1.5.0 tests/vcloud/models/compute/helper.rb
rackspace-fog-1.4.2 tests/vcloud/models/compute/helper.rb
fog-1.4.0 tests/vcloud/models/compute/helper.rb
brightbox-cli-0.18.1 lib/brightbox-cli/vendor/fog/tests/vcloud/models/compute/helper.rb
michiels-fog-1.3.1 tests/vcloud/models/compute/helper.rb