155b953028
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/make#c55f31d05dc5eaf4461e5c53d43872e706f20e0d
34 lines
718 B
YAML
34 lines
718 B
YAML
---
|
|
# Tests to run against Docker and Classic mode
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
- container
|
|
tests:
|
|
- GNU-make-utility-v-3-82-shipped-with-el7-breaks
|
|
- order-only
|
|
- Use-after-free-when-eval-in-variable
|
|
- make-3-79-has-a-parsing-bug
|
|
- smoke-check-make-runs
|
|
required_packages:
|
|
- make
|
|
- coreutils
|
|
- diffutils
|
|
- sed
|
|
- gcc
|
|
- which
|
|
|
|
# Tests to run against Atomic Host
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- atomic
|
|
tests:
|
|
- GNU-make-utility-v-3-82-shipped-with-el7-breaks
|
|
- order-only
|
|
- Use-after-free-when-eval-in-variable
|
|
- make-3-79-has-a-parsing-bug
|