mpich/tests/tests.yml
Michal Schmidt be819c5906 sync the gating test (rhel-8.8.0 -> c8s)
Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
2023-04-07 17:16:07 +02:00

13 lines
456 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:
- environment-modules
- mpich