libkdumpfile/tests/tests.yml
Tao Liu afc892579b Add tests/ directory
Previously no tests/ dir is implemented for libkdumpfile, otherwise "No
dist-git tests (STI/TMT) were found in the repository" will be reported
for osci gating.

This patch will add tests/ dir to the package.

Related: RHEL-33038

Signed-off-by: Tao Liu <ltao@redhat.com>
2024-05-15 09:58:38 +08:00

23 lines
432 B
YAML

---
# This first play always runs on the local staging system
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
tests:
- selftest
required_packages:
- libkdumpfile
- gcc-c++
- doxygen
- make
- sed
- libzstd-devel
- lzo-devel
- python3-devel
- python3-setuptools
- snappy-devel
- zlib-ng-compat-devel
- rpm-build