Sha256: ece6d8a6773d8974e530c07d715a3f7422e634250906a29c573cb260e15bd2b5

Contents?: true

Size: 381 Bytes

Versions: 4

Compression:

Stored size: 381 Bytes

Contents

require "cloudstack-cli"

require "minitest/spec"
require "minitest/autorun"
require "minitest/pride"

# make the config file setup awailable to all specs
CONFIG = "--config-file=#{File.expand_path('cloudstack.yml', File.dirname(__FILE__))}"
ZONE = "Sandbox-simulator"
TEMPLATE = "CentOS 5.3(64-bit) no GUI (Simulator)"
OFFERING_S = "Small Instance"
OFFERING_M = "Medium Instance"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cloudstack-cli-1.6.3 spec/spec_helper.rb
cloudstack-cli-1.6.2 spec/spec_helper.rb
cloudstack-cli-1.6.1 spec/spec_helper.rb
cloudstack-cli-1.6.0 spec/spec_helper.rb