基础设施行为测试框架 源码
红外辐射仪 基础设施行为测试框架。 流浪汉的基本用法 首先,创建Gemfile : source 'https://rubygems.org' gem 'infrataster' 安装宝石: $ bundle install 安装Vagrant: 创建Vagrantfile: # Vagrantfile Vagrant . configure ( "2" ) do | config | config . vm . box = "hashicorp/precise64" config . vm . define :proxy do | c | c . vm . netw