
Add a Gemfile, Rakefile, spec_helper_acceptance.rb, and nodesets to initialize beaker-rspec testing. This will get the beaker-rspec jobs to pass but does not actually add any tests. Story: 2000250 Change-Id: I667e50bc6ad92599de169e6f78336d96faa373ef
11 lines
153 B
YAML
11 lines
153 B
YAML
HOSTS:
|
|
centos-70-x64:
|
|
roles:
|
|
- master
|
|
platform: el-7-x86_64
|
|
hypervisor: none
|
|
ip: 127.0.0.1
|
|
CONFIG:
|
|
type: foss
|
|
set_env: false
|