pykickstart/tests/tests.yml
2023-03-14 14:59:35 -07:00

26 lines
482 B
YAML

---
# Run pykickstart's test suite
#
# playbook based on pyparted.
#
- hosts: localhost
roles:
# Fetch package source
- role: standard-test-source
tags:
- classic
- role: standard-test-basic
tags:
- classic
required_packages:
- make
- git
- python3-coverage
- python3-devel
- redhat-rpm-config
tests:
- simple:
dir: scripts/
run: ./run_tests.sh ../source