udica/tests/tests.yml

35 lines
616 B
YAML
Raw Permalink Normal View History

2019-04-25 11:49:36 +00:00
- hosts: localhost
tags:
- classic
- container
roles:
- role: standard-test-source
- role: standard-test-basic
required_packages:
- python3
- container-selinux
- git
2019-04-25 11:49:36 +00:00
tests:
- smoke:
dir: ./source
run: python3 -m unittest -v tests/test_unit.py
- smoke2:
dir: ./source
run: python3 tests/test_integration.py
- hosts: localhost
tags:
- classic
- container
roles:
- role: standard-test-beakerlib
tags:
- classic
tests:
- sanity
required_packages:
- podman
- udica
- container-selinux