f81285e2ad
Resolves: rhbz#1959265
30 lines
794 B
YAML
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
|