
Beaker [https://github.com/puppetlabs/beaker] is the tool used by Puppetlabs for its acceptance tests. Replace the test-kitchen scripts, configuration, and dependencies by Beaker ones. Change-Id: I075265871f32f447021f7e1d6e2e2fe9e5c6049d Fixes-bug: https://midonet.atlassian.net/browse/MDT-27
9 lines
168 B
YAML
9 lines
168 B
YAML
HOSTS:
|
|
centos-70-x64:
|
|
platform: centos-70-x64
|
|
image: midonet/centos:centos7
|
|
hypervisor: docker
|
|
docker_cmd: '["/sbin/init"]'
|
|
CONFIG:
|
|
type: foss
|