Adding tests to the new_tests branch
This commit is contained in:
parent
95d0ea6880
commit
a6650f241c
5 changed files with 1137 additions and 0 deletions
13
tests/tests.yml
Normal file
13
tests/tests.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue