2018-12-19 18:50:35 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- role: standard-test-basic
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
|
|
|
|
required_packages:
|
|
|
|
- fedpkg
|
2021-01-15 19:53:33 +00:00
|
|
|
- python3-sphinx
|
|
|
|
- python3-coverage
|
2018-12-19 18:50:35 +00:00
|
|
|
|
|
|
|
tests:
|
|
|
|
- simple:
|
|
|
|
dir: scripts/
|
|
|
|
run: ./run_tests.sh
|