The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/libunistring#f032b0e758036fd5051f54c6f8724e94586333ae
24 lines
375 B
YAML
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
|