mpitests/tests/tests.yml
Kamal Heib c1cf8631f8 Update OSU benchmarks ito upstream release 7.1
Update package and add gating tests.
Resolves: rhbz#2220949

Signed-off-by: Kamal Heib <kheib@redhat.com>
2023-07-06 12:38:21 -04:00

14 lines
485 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
- openmpi
- mpitests-openmpi