mpitests/tests/tests.yml
Honggang Li 909016ec2d Update OSU benchmarks to upstream release 5.7
Build mpitests for RHEL9
Resolves: rhbz#1923508

Signed-off-by: Honggang Li <honli@redhat.com>
2021-03-09 22:50:41 +08: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