gcc-toolset-13-gdb/tests/tests.yml
Keith Seitz 3cf98739fb Fixup initial import
A .src.rpm was accidentally included, and tests/ was not copied from gdb's
main c8s repo.

Resolves: rhbz#2172095
2023-04-25 07:30:39 -07:00

28 lines
561 B
YAML

---
# This first play always runs on the local staging system
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
- container
repositories:
- repo: "git://pkgs.devel.redhat.com/tests/gdb"
dest: "gdb"
tests:
- gdb/Sanity/debug-toolset-binary
- gdb/Sanity/debug-system-binary
required_packages:
- gdb
- coreutils
- binutils
- binutils-debuginfo
- glibc
- glibc-debuginfo
- gcc
- gcc-debuginfo
- zlib
- zlib-debuginfo
- coreutils-debuginfo
- which