liburing/tests/tests.yml
Jeff Moyer be92be7bee Add gating tests
The prior patch to add the gating configuration didn't actually
add the tests.  Pull them in from RHEL 8.

Related: rhbz#1989278
2021-08-02 16:13:57 -04:00

15 lines
254 B
YAML

- hosts: localhost
roles:
- role: standard-test-basic
tags:
- atomic
- classic
tests:
- sanity:
dir: sanity/
run: run_test.sh
required_packages:
- liburing-devel
- gcc
- glibc-devel