debugging-tools/tests/config.yaml
Petr "Stone" Hracek a4a7794fd2 debugging tools has only iputils package.
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
2017-04-05 13:54:03 +02:00

24 lines
715 B
YAML

document: modularity-testing
version: 1
name: debugging-tools
modulemd-url: https://raw.githubusercontent.com/container-images/debugging-tools/master/debugging-tools.yaml
packages:
rpms:
- iputils
- lsof
- strace
source: https://github.com/container-images/debugging-tools
module:
rpm:
repos:
- http://mirror.vutbr.cz/fedora/releases/25/Everything/x86_64/os/
- https://phracek.fedorapeople.org/debugging-tools-repo/
test:
processrunning:
# Tests for iputils
- 'ls /usr/bin/ping'
- 'ls /usr/bin/tracepath'
# Tests for lsof
#- 'ls /usr/bin/lsof'
# Tests for strace
#- 'ls /usr/bin/strace'