Blob Blame History Raw
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'