Add CI tests using the standard test interface
This commit is contained in:
parent
3f25e1cb19
commit
5c80fc077d
20
tests/tests.yml
Normal file
20
tests/tests.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
# This first play always runs on the local staging system
|
||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-beakerlib
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
- container
|
||||||
|
|
||||||
|
repositories:
|
||||||
|
- repo: https://src.fedoraproject.org/tests/cpio.git
|
||||||
|
dest: "cpio"
|
||||||
|
|
||||||
|
tests:
|
||||||
|
- cpio/sanity-test-create-extract
|
||||||
|
|
||||||
|
required_packages:
|
||||||
|
- findutils # sanity-test-create-extract needs find command
|
||||||
|
- cpio # sanity-test-create-extract needs cpio command
|
Loading…
Reference in New Issue
Block a user