pykickstart/tests/tests.yml
Brian C. Lane 41f88aae85 gating: Test the installed pykickstart package
Test installed package, not the source itself.

Resolves: rhbz#1968762
2021-06-08 15:45:28 -07:00

13 lines
254 B
YAML

---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
- role: standard-test-basic
required_packages:
- python3-kickstart
tests:
- simple:
run: ./run_tests.sh {{ tenv_workdir }}