75278bca41
Add gating.yaml Add tests Resolves: RHEL-30432 Signed-off-by: John Kacur <jkacur@redhat.com>
12 lines
198 B
YAML
12 lines
198 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- simple:
|
|
dir: scripts
|
|
run: ./run_tests.sh
|
|
required_packages:
|
|
- rteval-loads
|