dwz/tests/tests.yml
Petr Šabata a2c5ba0193 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/dwz#a1324d7885666feffae8ce625c0899557692a742
2020-10-14 23:54:20 +02:00

21 lines
451 B
YAML

- hosts: localhost
tags:
- classic
- container # needs SYS_PTRACE
pre_tasks:
- name: Install deguginfo-install
shell: dnf -y install "dnf-command(debuginfo-install)"
- name: Install debuginfo for packages
shell: dnf -y debuginfo-install --best {{item}}
with_items:
- glibc
roles:
- role: standard-test-beakerlib
tests:
- dwz-quick-test
required_packages:
- dwz
- gcc
- gdb
- glibc-debuginfo