78b38ea9b2
Run the test suite (well, script) of python-augeas for the as-installed python3-augeas.
19 lines
328 B
YAML
19 lines
328 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-source
|
|
tags:
|
|
- always
|
|
- role: standard-test-basic
|
|
tags:
|
|
- atomic
|
|
- classic
|
|
- container
|
|
required_packages:
|
|
- python3-augeas
|
|
- python3-pytest
|
|
tests:
|
|
- test_augeas:
|
|
dir: .
|
|
run: pytest-3 source/test/test_augeas.py
|