libunistring/tests/tests.yml
Petr Šabata b66eb9aa7c 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/libunistring#f032b0e758036fd5051f54c6f8724e94586333ae
2020-10-15 17:51:38 +02:00

24 lines
375 B
YAML

---
# Tests for Atomic
- hosts: localhost
tags:
- atomic
roles:
- role: standard-test-beakerlib
tests:
- libunistring-tests
# Tests for Classic and Container
- hosts: localhost
tags:
- classic
- container
roles:
- role: standard-test-beakerlib
tests:
- libunistring-tests
required_packages:
- libunistring
- libunistring-devel