udica/tests/tests.yml
Troy Dawson 9b4abb0b8d RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/udica#e23d97dbf9a4ec25fcbb29217dbf54ba68c4738c
2020-10-15 13:09:44 -07:00

26 lines
476 B
YAML

- hosts: localhost
tags:
- classic
- container
roles:
- role: standard-test-source
- role: standard-test-basic
required_packages:
- python3
tests:
- smoke:
dir: ./source
run: python3 -m unittest -v tests/test_unit.py
- smoke2:
dir: ./source
run: python3 tests/test_integration.py
- role: standard-test-beakerlib
tags:
- classic
tests:
- sanity
required_packages:
- podman