python-drgn/tests/tests.yml
Tao Liu 012a47b6a1 Enable brew-build.tier0.functional test
Now the libkdumpfile-devel is in rhel10 compose, so enable the
brew-build.tier0.functional test.

Related: RHEL-33022

Signed-off-by: Tao Liu <ltao@redhat.com>
2024-08-08 18:08:29 +12:00

26 lines
489 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:
- drgn
- python3-devel
- python3-setuptools
- sed
- python3-pytest
- gcc-c++
- make
- bzip2-devel
- elfutils-devel
- libkdumpfile-devel
- xz-devel
- autoconf
- automake
- libtool
- zlib-ng-compat-devel