oscap-anaconda-addon/tests/tests.yml
Matus Marhefka f81285e2ad Add RHEL9 gating configuration and CI tests
Resolves: rhbz#1959265
2021-05-18 11:42:42 +02:00

30 lines
794 B
YAML

---
- hosts: localhost
roles:
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- classic
required_packages:
- "python3-pytest"
- "python3-mock"
- "anaconda"
tests:
- smoke:
run: "PYTHONPATH=/usr/share/anaconda/addons py.test-3 ."
dir: "./source/tests"
- role: standard-test-beakerlib
tags:
- classic
required_packages:
- "python3-pytest" # Not needed for this test, it is just a temp workaround for an Ansible bug https://github.com/ansible/ansible/issues/57365
- "python3-mock" # Not needed for this test, it is just a temp workaround for an Ansible bug https://github.com/ansible/ansible/issues/57365
- "anaconda"
tests:
- Sanity/dir-install:
timeout: 1h