rdma-core/tests/tests.yml
Kamal Heib 3c0ec0b366 Add rhel10 gating configuration and tests
Resolves: RHEL-24821

Signed-off-by: Kamal Heib <kheib@redhat.com>
2024-03-28 10:34:53 -04:00

12 lines
430 B
YAML

- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: . # switch to subfolder. This parameter is REQUIRED, use `dir: .` for current folder
run: ./run_tests.sh # this is your test command, its exit code is the outcome of the test
required_packages:
- rdma-core