28 lines
543 B
YAML
28 lines
543 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
|
|
- python3-sphinx
|
|
- sed
|
|
- python3-pytest
|
|
- gcc-c++
|
|
- make
|
|
- bzip2-devel
|
|
- elfutils-devel
|
|
- elfutils-debuginfod-client-devel
|
|
- libkdumpfile-devel
|
|
- xz-devel
|
|
- autoconf
|
|
- automake
|
|
- libtool
|
|
- zlib-devel
|