diff --git a/python-augeas.spec b/python-augeas.spec index 2b52624..fe5afd0 100644 --- a/python-augeas.spec +++ b/python-augeas.spec @@ -52,6 +52,7 @@ pytest-3 - Backport upstream commit d93e1563add8c40450556b7d74520439ee792bd9 to fix the discovery of location in the test - Execute the tests at build time +- Add a simple gating test to execute the test script * Thu Jan 30 2020 Fedora Release Engineering - 0.5.0-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..06ac07a --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,18 @@ +--- +- 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