d589bb7cd8
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
20 lines
475 B
YAML
20 lines
475 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
- container
|
|
- atomic
|
|
tests:
|
|
- awk-matches-lowercase-when-searching-for-uppercase
|
|
- printf-format-s-in-gawk-not-working
|
|
- awk-assign-syntax-support
|
|
- awk-syntax-support
|
|
- double-free-or-corruption
|
|
- gawk-3-1-7-modifies-command-line-arguments
|
|
required_packages:
|
|
- gawk
|
|
- procps-ng
|