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
|