beb58fdc49
Add missing gating tests for rhel-8.9 Resolves: rhbz#2213609 jiraProject == RHELPLAN-159326 Signed-off-by: John Kacur <jkacur@redhat.com>
17 lines
292 B
YAML
17 lines
292 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- simple:
|
|
dir: scripts
|
|
run: ./run_tests.sh
|
|
- short_test:
|
|
dir: .
|
|
run: rteval --duration=2m
|
|
timeout: 10m
|
|
required_packages:
|
|
- make
|
|
- rteval
|