oscap-anaconda-addon/tests/tests.yml
Jan Černý e71891842a Remove python3-mock from the tests
The mock library has been integrated in Python 3 standard library,
it's now unittest.mock.

Resolves: rhbz#1922326
2021-06-23 11:11:05 +02:00

28 lines
627 B
YAML

---
- hosts: localhost
roles:
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- classic
required_packages:
- "python3-pytest"
- "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
- "anaconda"
tests:
- Sanity/dir-install:
timeout: 1h