41f88aae85
Test installed package, not the source itself. Resolves: rhbz#1968762
13 lines
254 B
YAML
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 }}
|