Adding tests to the new_tests branch

This commit is contained in:
esakaiev 2018-01-05 20:39:59 +02:00
parent 95d0ea6880
commit a6650f241c
5 changed files with 1137 additions and 0 deletions

13
tests/tests.yml Normal file
View file

@ -0,0 +1,13 @@
---
# This first play always runs on the local staging system
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
- atomic
tests:
- sanity
required_packages:
- shadow-utils # sanity test needs shadow-utils
- python # sanity test needs python