
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
165 B
YAML
11 lines
165 B
YAML
HOSTS:
|
|
ubuntu-14.04-amd64:
|
|
roles:
|
|
- master
|
|
platform: ubuntu-14.04-amd64
|
|
hypervisor: none
|
|
ip: 127.0.0.1
|
|
CONFIG:
|
|
type: foss
|
|
set_env: false
|