945e31f329
Content corresponds with RHEL dist-git commit 0b1830c
20 lines
369 B
YAML
20 lines
369 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-source
|
|
tags:
|
|
- always
|
|
|
|
- role: standard-test-basic
|
|
tags:
|
|
- atomic
|
|
- classic
|
|
required_packages:
|
|
- python3-pytest
|
|
- python3-mock
|
|
|
|
tests:
|
|
- verify:
|
|
dir: ./source/test
|
|
run: /usr/libexec/platform-python -m pytest -v
|