afc892579b
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>
23 lines
432 B
YAML
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
|