2018-05-07 09:30:50 +00:00
|
|
|
---
|
2018-05-07 14:38:28 +00:00
|
|
|
# This first play always runs on the local staging system
|
2018-05-07 09:30:50 +00:00
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- role: standard-test-basic
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
- container
|
|
|
|
- atomic
|
|
|
|
tests:
|
|
|
|
- sanity.test:
|
|
|
|
dir: sanity
|
|
|
|
run: python3 runtests.py -v
|
|
|
|
required_packages:
|
2018-05-07 14:38:28 +00:00
|
|
|
- bc # Required to run initscript
|