python-netaddr/tests/tests.yml
Kaleemullah Siddiqui 36ffd5808c Add gating definition for RHEL 9
Related: rhbz#1947473

Signed-off-by: Kaleemullah Siddiqui <ksiddiqu@redhat.com>
2021-06-08 22:33:38 +05:30

19 lines
365 B
YAML

---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
- role: standard-test-basic
required_packages:
- python3-netaddr
- python3-pytest
tests:
- clean:
dir: source
run: find -name '*.py' -and -not -path '*/tests/*' -delete
- unittests:
dir: source
run: pytest-3 netaddr/tests/