perftest/tests/tests.yml
Honggang Li f81a8a8224 Add gating test
Related: rhbz#1947937

Signed-off-by: Honggang Li <honli@redhat.com>
2021-07-27 03:10:50 -04:00

12 lines
429 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:
- perftest