add tests.yml to test changes on tests itself
This commit is contained in:
parent
41fe9a6e96
commit
e7a7589331
1 changed files with 13 additions and 0 deletions
13
tests.yml
Normal file
13
tests.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
# Tests run on Atomic, Classic and Container
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-beakerlib
|
||||
tags:
|
||||
- atomic
|
||||
- classic
|
||||
- container
|
||||
tests:
|
||||
- gettext-tests
|
||||
required_packages:
|
||||
- gettext
|
||||
Loading…
Add table
Add a link
Reference in a new issue