rteval/tests/tests.yml
John Kacur beb58fdc49 rteval: Add gating tests
Add missing gating tests for rhel-8.9

Resolves: rhbz#2213609
jiraProject == RHELPLAN-159326

Signed-off-by: John Kacur <jkacur@redhat.com>
2023-06-08 13:59:43 -04:00

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