Blame Regression/bind-does-not-listen-on-all-addresses-over-TCP/runtest.sh

f664f37
#!/bin/bash
f664f37
# vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k
f664f37
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
f664f37
#
f664f37
#   runtest.sh of /CoreOS/bind/Regression/bind-does-not-listen-on-all-addresses-over-TCP
f664f37
#   Description: Test for BZ#1999691 (bind does not listen on all addresses over TCP)
f664f37
#   Author: Petr Sklenar <psklenar@redhat.com>
f664f37
#
f664f37
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
f664f37
#
f664f37
#   Copyright (c) 2021 Red Hat, Inc.
f664f37
#
f664f37
#   This program is free software: you can redistribute it and/or
f664f37
#   modify it under the terms of the GNU General Public License as
f664f37
#   published by the Free Software Foundation, either version 2 of
f664f37
#   the License, or (at your option) any later version.
f664f37
#
f664f37
#   This program is distributed in the hope that it will be
f664f37
#   useful, but WITHOUT ANY WARRANTY; without even the implied
f664f37
#   warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
f664f37
#   PURPOSE.  See the GNU General Public License for more details.
f664f37
#
f664f37
#   You should have received a copy of the GNU General Public License
f664f37
#   along with this program. If not, see http://www.gnu.org/licenses/.
f664f37
#
f664f37
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
f664f37
f664f37
# Include Beaker environment
f664f37
. /usr/share/beakerlib/beakerlib.sh || exit 1
f664f37
f664f37
PACKAGE="bind"
f664f37
f664f37
rlJournalStart
f664f37
    rlPhaseStartSetup
f664f37
        rlAssertRpm $PACKAGE
f664f37
    rlPhaseEnd
f664f37
f664f37
    rlPhaseStartTest
f664f37
	# see reproducer.sh : 
f664f37
        rlRun "bash ./reproducer.sh"
f664f37
    rlPhaseEnd
f664f37
f664f37
rlJournalPrintText
f664f37
rlJournalEnd