515a2b7ca4
Add gating.yaml Add tests dir Resolves: RHEL-30448 Signed-off-by: John Kacur <jkacur@redhat.com>
12 lines
200 B
YAML
12 lines
200 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- simple:
|
|
dir: scripts
|
|
run: ./run_tests.sh
|
|
required_packages:
|
|
- realtime-setup
|