udica/tests/tests.yml
Lukas Vrabec 0ed8760d59
Update tests suite with downstream test
Following commit adds new donwstream beakerlib sanity test
2019-06-11 11:07:59 +02:00

26 lines
469 B
YAML

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