2020-10-14 23:41:44 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- role: standard-test-basic
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
|
|
|
|
required_packages:
|
|
|
|
- fedpkg
|
2021-01-18 19:54:12 +00:00
|
|
|
- python3-sphinx
|
|
|
|
- python3-coverage
|
2020-10-14 23:41:44 +00:00
|
|
|
|
|
|
|
tests:
|
|
|
|
- simple:
|
|
|
|
dir: scripts/
|
|
|
|
run: ./run_tests.sh
|