libkdumpfile/tests/tests.yml
Tao Liu 12da2e4e95 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-35276

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

23 lines
422 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-devel
- rpm-build