0ed8760d59
Following commit adds new donwstream beakerlib sanity test
26 lines
469 B
YAML
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
|