gdb/tests/tests.yml

28 lines
561 B
YAML
Raw Normal View History

---
# 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