The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/python-augeas#2f8550933f8ff45466f13dd4aa4049d60ed599e9
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
|