spec/spec_helper.rb in cloudstack-cli-1.6.3 vs spec/spec_helper.rb in cloudstack-cli-1.6.4
- old
+ new
@@ -2,11 +2,10 @@
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__))}"
+# make the config file setup available to all specs
ZONE = "Sandbox-simulator"
-TEMPLATE = "CentOS 5.3(64-bit) no GUI (Simulator)"
+TEMPLATE = "CentOS 5.6 (64-bit) no GUI (Simulator)"
OFFERING_S = "Small Instance"
OFFERING_M = "Medium Instance"