36ffd5808c
Related: rhbz#1947473 Signed-off-by: Kaleemullah Siddiqui <ksiddiqu@redhat.com>
19 lines
365 B
YAML
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/
|