96682a090d
Adds tests according to the CI wiki [0] specifically the standard test interface in the spec [1]. [0]: https://fedoraproject.org/wiki/CI [1]: https://fedoraproject.org/wiki/Changes/InvokingTests
26 lines
573 B
YAML
26 lines
573 B
YAML
---
|
|
# Tests for Docker and Classic Context
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
- container
|
|
tests:
|
|
- ABI-compatibility
|
|
- Localization
|
|
required_packages:
|
|
- words # required for ABI-compatibility
|
|
- cracklib-devel # required for ABI-compatibility
|
|
- ltrace # required for ABI-compatibility
|
|
- gcc # required for ABI-compatibility
|
|
|
|
# Tests for Atomic
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- atomic
|
|
tests:
|
|
- Localization
|