77a1ebe17e
Signed-off-by: Rafael Guterres Jeffman <rjeffman@redhat.com>
14 lines
228 B
YAML
14 lines
228 B
YAML
---
|
|
- hosts: localhost
|
|
tags:
|
|
- classic
|
|
roles:
|
|
- role: standard-test-basic
|
|
required_packages:
|
|
- python-ifaddr
|
|
- python3-pytest
|
|
tests:
|
|
- unittests:
|
|
dir: "."
|
|
run: pytest-3 test_ifaddr.py
|