debugging-tools/tests/config.yaml
Petr "Stone" Hracek cc71c825a9 Fix dependencies
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
2017-04-05 10:56:50 +02:00

35 lines
1,006 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
- iproute
- lsof
- net-tools
- passwd
- strace
- valgrind
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 net-tools
- 'ls /usr/bin/netstat'
- 'ls /usr/sbin/arp'
- 'ls /usr/sbin/ifconfig'
- 'ls /usr/sbin/route'
# Tests for passwd
- 'ls /usr/bin/passwd'
# Tests for strace
- 'ls /usr/bin/strace'