
Add beaker-rspec to the gemfile and add 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: Ic65a5b2fd1e33273118ca180ad8f0f7f92c19d68
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
|