From cabd517d77ff04fcbd26e4d3649507d364fe23dd Mon Sep 17 00:00:00 2001 From: Ondrej Mejzlik Date: Mon, 1 Jul 2024 19:08:43 +0200 Subject: [PATCH] remove debug --- .../main.fmf | 2 +- .../runtest.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Sanity/RHEL-33746-Please-stop-using-OpenSSL-ENGINE-API-in-ppp/main.fmf b/Sanity/RHEL-33746-Please-stop-using-OpenSSL-ENGINE-API-in-ppp/main.fmf index 5d672d8..bcf0b30 100644 --- a/Sanity/RHEL-33746-Please-stop-using-OpenSSL-ENGINE-API-in-ppp/main.fmf +++ b/Sanity/RHEL-33746-Please-stop-using-OpenSSL-ENGINE-API-in-ppp/main.fmf @@ -3,7 +3,7 @@ description: Please stop using OpenSSL ENGINE API in ppp contact: Ondrej Mejzlik test: ./runtest.sh framework: beakerlib -duration: 30m +duration: 5m enabled: true tag: - NoRHEL6 diff --git a/Sanity/RHEL-33746-Please-stop-using-OpenSSL-ENGINE-API-in-ppp/runtest.sh b/Sanity/RHEL-33746-Please-stop-using-OpenSSL-ENGINE-API-in-ppp/runtest.sh index 7d192a2..90d2ec1 100755 --- a/Sanity/RHEL-33746-Please-stop-using-OpenSSL-ENGINE-API-in-ppp/runtest.sh +++ b/Sanity/RHEL-33746-Please-stop-using-OpenSSL-ENGINE-API-in-ppp/runtest.sh @@ -32,7 +32,6 @@ PACKAGE=${PACKAGE:-ppp} rlJournalStart rlPhaseStartSetup - sleep 1200 rlAssertRpm $PACKAGE || rlDie "Package $PACKAGE not installed" rlLog "Arch: $(arch), PC name: $(hostname), $(hostname -A) User: $(whoami)" rlRun "TmpDir=\$(mktemp -d)" 0 "Creating tmp directory"