From b3ae3c603260d692e3fd7bfcf339ee951f5ac910 Mon Sep 17 00:00:00 2001 From: Iveta Cesalova Date: Tue, 9 Mar 2021 11:04:39 +0100 Subject: [PATCH 01/10] add plan --- plans/all.fmf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 plans/all.fmf diff --git a/plans/all.fmf b/plans/all.fmf new file mode 100644 index 0000000..e1a0780 --- /dev/null +++ b/plans/all.fmf @@ -0,0 +1,5 @@ +summary: Run all tests +discover: + how: fmf +execute: + how: tmt From aa40b4deae9200b2ae7a633f150aa4338991eb65 Mon Sep 17 00:00:00 2001 From: Iveta Cesalova Date: Wed, 10 Mar 2021 10:10:40 +0100 Subject: [PATCH 02/10] daemon-selinux-context added --- core/daemon-selinux-context/Makefile | 64 ++++++++++++++++++++ core/daemon-selinux-context/PURPOSE | 6 ++ core/daemon-selinux-context/TC#0334116.fmf | 7 +++ core/daemon-selinux-context/TC#0577346.fmf | 11 ++++ core/daemon-selinux-context/main.fmf | 21 +++++++ core/daemon-selinux-context/runtest.sh | 68 ++++++++++++++++++++++ 6 files changed, 177 insertions(+) create mode 100644 core/daemon-selinux-context/Makefile create mode 100644 core/daemon-selinux-context/PURPOSE create mode 100644 core/daemon-selinux-context/TC#0334116.fmf create mode 100644 core/daemon-selinux-context/TC#0577346.fmf create mode 100644 core/daemon-selinux-context/main.fmf create mode 100755 core/daemon-selinux-context/runtest.sh diff --git a/core/daemon-selinux-context/Makefile b/core/daemon-selinux-context/Makefile new file mode 100644 index 0000000..8e4d45f --- /dev/null +++ b/core/daemon-selinux-context/Makefile @@ -0,0 +1,64 @@ +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +# Makefile of /CoreOS/squid/Sanity/daemon-selinux-context +# Description: test selinux context of all squid's processes +# Author: Ondrej Ptak +# +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +# Copyright (c) 2014 Red Hat, Inc. +# +# This copyrighted material is made available to anyone wishing +# to use, modify, copy, or redistribute it subject to the terms +# and conditions of the GNU General Public License version 2. +# +# This program is distributed in the hope that it will be +# useful, but WITHOUT ANY WARRANTY; without even the implied +# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. +# +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +export TEST=/CoreOS/squid/Sanity/daemon-selinux-context +export TESTVERSION=1.0 + +BUILT_FILES= + +FILES=$(METADATA) runtest.sh Makefile PURPOSE + +.PHONY: all install download clean + +run: $(FILES) build + ./runtest.sh + +build: $(BUILT_FILES) + test -x runtest.sh || chmod a+x runtest.sh + +clean: + rm -f *~ $(BUILT_FILES) + + +include /usr/share/rhts/lib/rhts-make.include + +$(METADATA): Makefile + @echo "Owner: Ondrej Ptak " > $(METADATA) + @echo "Name: $(TEST)" >> $(METADATA) + @echo "TestVersion: $(TESTVERSION)" >> $(METADATA) + @echo "Path: $(TEST_DIR)" >> $(METADATA) + @echo "Description: test selinux context of all squid's processes" >> $(METADATA) + @echo "Type: Sanity" >> $(METADATA) + @echo "TestTime: 5m" >> $(METADATA) + @echo "RunFor: squid" >> $(METADATA) + @echo "Requires: squid" >> $(METADATA) + @echo "RhtsRequires: library(squid/squid)" >> $(METADATA) + @echo "Priority: Normal" >> $(METADATA) + @echo "License: GPLv2" >> $(METADATA) + @echo "Confidential: no" >> $(METADATA) + @echo "Destructive: no" >> $(METADATA) + + rhts-lint $(METADATA) diff --git a/core/daemon-selinux-context/PURPOSE b/core/daemon-selinux-context/PURPOSE new file mode 100644 index 0000000..0b28ceb --- /dev/null +++ b/core/daemon-selinux-context/PURPOSE @@ -0,0 +1,6 @@ +PURPOSE of /CoreOS/squid/Sanity/daemon-selinux-context +Description: test selinux context of all squid's processes. +There is different context on RHEL5 and RHEL{6,7} expected. +Every process with name "squid" is checked. + +Author: Ondrej Ptak diff --git a/core/daemon-selinux-context/TC#0334116.fmf b/core/daemon-selinux-context/TC#0334116.fmf new file mode 100644 index 0000000..4218903 --- /dev/null +++ b/core/daemon-selinux-context/TC#0334116.fmf @@ -0,0 +1,7 @@ +component: +- squid +tag: +- TIPpass_Apps +- Tier1 +extra-nitrate: TC#0334116 +extra-summary: /CoreOS/squid/Sanity/daemon-selinux-context diff --git a/core/daemon-selinux-context/TC#0577346.fmf b/core/daemon-selinux-context/TC#0577346.fmf new file mode 100644 index 0000000..fd02437 --- /dev/null +++ b/core/daemon-selinux-context/TC#0577346.fmf @@ -0,0 +1,11 @@ +component: [] +environment: + MODSTREAMS: squid:4 +tag: +- TIPpass_Apps +- TestCaseCopy +- Tier1 +relevancy: | + distro < rhel-8: False +extra-nitrate: TC#0577346 +extra-summary: /CoreOS/squid/Sanity/daemon-selinux-context [squid:4] diff --git a/core/daemon-selinux-context/main.fmf b/core/daemon-selinux-context/main.fmf new file mode 100644 index 0000000..3421140 --- /dev/null +++ b/core/daemon-selinux-context/main.fmf @@ -0,0 +1,21 @@ +summary: test selinux context of all squid's processes +description: | + There is different context on RHEL5 and RHEL{6,7} expected. + Every process with name "squid" is checked. + + Author: Ondrej Ptak +contact: Iveta Cesalova +component: +- squid +test: ./runtest.sh +path: /Sanity/daemon-selinux-context +framework: beakerlib +require: +- library(squid/squid) +recommend: +- squid +duration: 5m +enabled: true +tier: '1' +extra-summary: /CoreOS/squid/Sanity/daemon-selinux-context +extra-task: /CoreOS/squid/Sanity/daemon-selinux-context diff --git a/core/daemon-selinux-context/runtest.sh b/core/daemon-selinux-context/runtest.sh new file mode 100755 index 0000000..60e415a --- /dev/null +++ b/core/daemon-selinux-context/runtest.sh @@ -0,0 +1,68 @@ +#!/bin/bash +# vim: dict=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +# runtest.sh of /CoreOS/squid/Sanity/daemon-selinux-context +# Description: test selinux context of all squid's processes +# Author: Ondrej Ptak +# +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +# Copyright (c) 2014 Red Hat, Inc. +# +# This copyrighted material is made available to anyone wishing +# to use, modify, copy, or redistribute it subject to the terms +# and conditions of the GNU General Public License version 2. +# +# This program is distributed in the hope that it will be +# useful, but WITHOUT ANY WARRANTY; without even the implied +# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. +# +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +# Include Beaker environment +. /usr/share/beakerlib/beakerlib.sh || exit 1 + +PACKAGES=${PACKAGES:-"squid"} + +rlJournalStart + rlPhaseStartSetup + rlImport --all + rlAssertRpm --all + rlRun "TmpDir=\$(mktemp -d)" 0 "Creating tmp directory" + rlRun "pushd $TmpDir" + rlRun "squidStart" + rlPhaseEnd + + rlPhaseStartTest + rlRun "squid_pids=\$(ps axo pid,comm|grep '\bsquid\b'|awk '{print \$1}')"\ + 0 "detecting squid's processes" + rlRun " [ -n \"$squid_pids\" ] " 0 "squid has at least one running process" + + if rlIsRHEL 5 ; then + grep_pattern="(user_u|root):system_r:squid_t" + else + grep_pattern="(system_u|unconfined_u):system_r:squid_t:s0" + fi + + for p in $squid_pids; + do + rlRun "ps -Z $p > ps_log" 0 "getting selinux context of process $p" + rlAssertGrep "$grep_pattern" ps_log -E || \ + rlLogInfo "$p's context is: \"$(cat ps_log|grep squid|awk '{print $1}')\"" + done + rlPhaseEnd + + rlPhaseStartCleanup + rlRun "squidStop" + rlRun "popd" + rlRun "rm -r $TmpDir" 0 "Removing tmp directory" + rlPhaseEnd +rlJournalPrintText +rlJournalEnd From f1b2412822f90738f61d1c75d97415ae15f6d425 Mon Sep 17 00:00:00 2001 From: Iveta Cesalova Date: Wed, 10 Mar 2021 10:13:14 +0100 Subject: [PATCH 03/10] remove Makefile PURPOSE --- core/daemon-selinux-context/Makefile | 64 ---------------------------- core/daemon-selinux-context/PURPOSE | 6 --- 2 files changed, 70 deletions(-) delete mode 100644 core/daemon-selinux-context/Makefile delete mode 100644 core/daemon-selinux-context/PURPOSE diff --git a/core/daemon-selinux-context/Makefile b/core/daemon-selinux-context/Makefile deleted file mode 100644 index 8e4d45f..0000000 --- a/core/daemon-selinux-context/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# Makefile of /CoreOS/squid/Sanity/daemon-selinux-context -# Description: test selinux context of all squid's processes -# Author: Ondrej Ptak -# -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# Copyright (c) 2014 Red Hat, Inc. -# -# This copyrighted material is made available to anyone wishing -# to use, modify, copy, or redistribute it subject to the terms -# and conditions of the GNU General Public License version 2. -# -# This program is distributed in the hope that it will be -# useful, but WITHOUT ANY WARRANTY; without even the implied -# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -# PURPOSE. See the GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public -# License along with this program; if not, write to the Free -# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -# Boston, MA 02110-1301, USA. -# -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -export TEST=/CoreOS/squid/Sanity/daemon-selinux-context -export TESTVERSION=1.0 - -BUILT_FILES= - -FILES=$(METADATA) runtest.sh Makefile PURPOSE - -.PHONY: all install download clean - -run: $(FILES) build - ./runtest.sh - -build: $(BUILT_FILES) - test -x runtest.sh || chmod a+x runtest.sh - -clean: - rm -f *~ $(BUILT_FILES) - - -include /usr/share/rhts/lib/rhts-make.include - -$(METADATA): Makefile - @echo "Owner: Ondrej Ptak " > $(METADATA) - @echo "Name: $(TEST)" >> $(METADATA) - @echo "TestVersion: $(TESTVERSION)" >> $(METADATA) - @echo "Path: $(TEST_DIR)" >> $(METADATA) - @echo "Description: test selinux context of all squid's processes" >> $(METADATA) - @echo "Type: Sanity" >> $(METADATA) - @echo "TestTime: 5m" >> $(METADATA) - @echo "RunFor: squid" >> $(METADATA) - @echo "Requires: squid" >> $(METADATA) - @echo "RhtsRequires: library(squid/squid)" >> $(METADATA) - @echo "Priority: Normal" >> $(METADATA) - @echo "License: GPLv2" >> $(METADATA) - @echo "Confidential: no" >> $(METADATA) - @echo "Destructive: no" >> $(METADATA) - - rhts-lint $(METADATA) diff --git a/core/daemon-selinux-context/PURPOSE b/core/daemon-selinux-context/PURPOSE deleted file mode 100644 index 0b28ceb..0000000 --- a/core/daemon-selinux-context/PURPOSE +++ /dev/null @@ -1,6 +0,0 @@ -PURPOSE of /CoreOS/squid/Sanity/daemon-selinux-context -Description: test selinux context of all squid's processes. -There is different context on RHEL5 and RHEL{6,7} expected. -Every process with name "squid" is checked. - -Author: Ondrej Ptak From b9b6e25e4823454df0286b3cf4fca6ff1cb74b6d Mon Sep 17 00:00:00 2001 From: Iveta Cesalova Date: Wed, 10 Mar 2021 13:45:48 +0100 Subject: [PATCH 04/10] delete TC#0577346.fmf --- core/daemon-selinux-context/TC#0577346.fmf | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 core/daemon-selinux-context/TC#0577346.fmf diff --git a/core/daemon-selinux-context/TC#0577346.fmf b/core/daemon-selinux-context/TC#0577346.fmf deleted file mode 100644 index fd02437..0000000 --- a/core/daemon-selinux-context/TC#0577346.fmf +++ /dev/null @@ -1,11 +0,0 @@ -component: [] -environment: - MODSTREAMS: squid:4 -tag: -- TIPpass_Apps -- TestCaseCopy -- Tier1 -relevancy: | - distro < rhel-8: False -extra-nitrate: TC#0577346 -extra-summary: /CoreOS/squid/Sanity/daemon-selinux-context [squid:4] From f91b7ff2aefc41383ea7566de34e479f360e3729 Mon Sep 17 00:00:00 2001 From: Iveta Cesalova Date: Wed, 10 Mar 2021 13:50:47 +0100 Subject: [PATCH 05/10] delete TC#0577328.fmf --- core/smoke/TC#0577328.fmf | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 core/smoke/TC#0577328.fmf diff --git a/core/smoke/TC#0577328.fmf b/core/smoke/TC#0577328.fmf deleted file mode 100644 index a95b2c9..0000000 --- a/core/smoke/TC#0577328.fmf +++ /dev/null @@ -1,13 +0,0 @@ -component: [] -environment: - MODSTREAMS: squid:4 -tag: -- TIPpass_Apps -- TIPpass_FIPS -- TestCaseCopy -- Tier1 -tier: '1' -relevancy: | - distro < rhel-8: False -extra-nitrate: TC#0577328 -extra-summary: /CoreOS/squid/Sanity/smoke [squid:4] From c7472425ebd9eaaba6b50039fcf2ee4024189a19 Mon Sep 17 00:00:00 2001 From: Iveta Cesalova Date: Wed, 10 Mar 2021 15:25:15 +0100 Subject: [PATCH 06/10] remove fips and module tests --- core/smoke/TC#0607255.fmf | 14 -------------- core/smoke/TC#0607257.fmf | 14 -------------- 2 files changed, 28 deletions(-) delete mode 100644 core/smoke/TC#0607255.fmf delete mode 100644 core/smoke/TC#0607257.fmf diff --git a/core/smoke/TC#0607255.fmf b/core/smoke/TC#0607255.fmf deleted file mode 100644 index 2c6d5e0..0000000 --- a/core/smoke/TC#0607255.fmf +++ /dev/null @@ -1,14 +0,0 @@ -component: -- squid -environment: - FIPS: 'true' -tag: -- FIPS -- TIPfail -- TIPfail_Apps -- TIPpass_FIPS -relevancy: | - # https://wiki.test.redhat.com/BaseOs/Security/FIPS/#SupportedPlatforms - distro = rhel-alt-7: False -extra-nitrate: TC#0607255 -extra-summary: /CoreOS/squid/Sanity/smoke (FIPS) diff --git a/core/smoke/TC#0607257.fmf b/core/smoke/TC#0607257.fmf deleted file mode 100644 index e17aa8a..0000000 --- a/core/smoke/TC#0607257.fmf +++ /dev/null @@ -1,14 +0,0 @@ -component: [] -environment: - MODSTREAMS: squid:4 - FIPS: 'true' -tag: -- FIPS -- TIPpass_Apps -- TIPpass_FIPS -- TestCaseCopy -- squid:4 -relevancy: | - distro < rhel-8: False -extra-nitrate: TC#0607257 -extra-summary: /CoreOS/squid/Sanity/smoke (FIPS) [squid:4] From 5ac69c5fe00e2e1889f6d42318b63b934e02b527 Mon Sep 17 00:00:00 2001 From: Iveta Cesalova Date: Wed, 10 Mar 2021 18:45:25 +0100 Subject: [PATCH 07/10] adjust main.fmf --- core/daemon-selinux-context/main.fmf | 1 - 1 file changed, 1 deletion(-) diff --git a/core/daemon-selinux-context/main.fmf b/core/daemon-selinux-context/main.fmf index 3421140..c42771b 100644 --- a/core/daemon-selinux-context/main.fmf +++ b/core/daemon-selinux-context/main.fmf @@ -8,7 +8,6 @@ contact: Iveta Cesalova component: - squid test: ./runtest.sh -path: /Sanity/daemon-selinux-context framework: beakerlib require: - library(squid/squid) From af4d88711cc569158db56091db1bb81ae4e83645 Mon Sep 17 00:00:00 2001 From: Iveta Cesalova Date: Wed, 10 Mar 2021 18:47:29 +0100 Subject: [PATCH 08/10] adjust main.fmf --- core/smoke/main.fmf | 1 - 1 file changed, 1 deletion(-) diff --git a/core/smoke/main.fmf b/core/smoke/main.fmf index 7623219..1cb8ced 100644 --- a/core/smoke/main.fmf +++ b/core/smoke/main.fmf @@ -4,7 +4,6 @@ contact: Branislav Náter component: - squid test: ./runtest.sh -path: /Sanity/smoke framework: beakerlib require: - library(httpd/http) From 962d15465dbfaf176274e4a942b9b19277cd5b56 Mon Sep 17 00:00:00 2001 From: Iveta Cesalova Date: Fri, 12 Mar 2021 11:00:51 +0100 Subject: [PATCH 09/10] add new test --- .../TC#0602107.fmf | 8 +++ .../cache-peer-DNS-lookup-failed/main.fmf | 18 ++++++ .../cache-peer-DNS-lookup-failed/runtest.sh | 57 +++++++++++++++++++ 3 files changed, 83 insertions(+) create mode 100644 integration/cache-peer-DNS-lookup-failed/TC#0602107.fmf create mode 100644 integration/cache-peer-DNS-lookup-failed/main.fmf create mode 100755 integration/cache-peer-DNS-lookup-failed/runtest.sh diff --git a/integration/cache-peer-DNS-lookup-failed/TC#0602107.fmf b/integration/cache-peer-DNS-lookup-failed/TC#0602107.fmf new file mode 100644 index 0000000..d734fa6 --- /dev/null +++ b/integration/cache-peer-DNS-lookup-failed/TC#0602107.fmf @@ -0,0 +1,8 @@ +tag: +- NoRHEL4 +- NoRHEL5 +- Tier2 +relevancy: | + distro < rhel-7: False +extra-nitrate: TC#0602107 +extra-summary: /CoreOS/squid/Regression/bz1691741-cache-peer-DNS-lookup-failed-with-lower-case diff --git a/integration/cache-peer-DNS-lookup-failed/main.fmf b/integration/cache-peer-DNS-lookup-failed/main.fmf new file mode 100644 index 0000000..540071d --- /dev/null +++ b/integration/cache-peer-DNS-lookup-failed/main.fmf @@ -0,0 +1,18 @@ +summary: Test for BZ#1691741 (Squid cache_peer DNS lookup failed when not all) +description: | + Bug summary: Squid cache_peer DNS lookup failed when not all lower case + Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1691741 +contact: Iveta Cesalova +component: +- squid +test: ./runtest.sh +framework: beakerlib +require: +- library(squid/squid) +recommend: +- squid +duration: 10m +enabled: true +tier: '2' +extra-summary: /CoreOS/squid/Regression/bz1691741-cache-peer-DNS-lookup-failed-with-lower-case +extra-task: /CoreOS/squid/Regression/bz1691741-cache-peer-DNS-lookup-failed-with-lower-case diff --git a/integration/cache-peer-DNS-lookup-failed/runtest.sh b/integration/cache-peer-DNS-lookup-failed/runtest.sh new file mode 100755 index 0000000..24311ee --- /dev/null +++ b/integration/cache-peer-DNS-lookup-failed/runtest.sh @@ -0,0 +1,57 @@ +#!/bin/bash +# vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +# runtest.sh of /CoreOS/squid/Regression/bz1691741-cache-peer-DNS-lookup-failed-with-lower-case +# Description: Test for BZ#1691741 (Squid cache_peer DNS lookup failed when not all) +# Author: Maryna Nalbandian +# +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +# Copyright (c) 2019 Red Hat, Inc. +# +# This program is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 2 of +# the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be +# useful, but WITHOUT ANY WARRANTY; without even the implied +# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see http://www.gnu.org/licenses/. +# +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +# Include Beaker environment +. /usr/share/beakerlib/beakerlib.sh || exit 1 + +PACKAGES=${PACKAGES:-"squid"} +HOST=R610 + +rlJournalStart + rlPhaseStartSetup + rlRun "rlImport --all" || rlDie + rlAssertRpm --all + rlRun "rlFileBackup /etc/hosts $squidCONF" + rlRun "TmpDir=\$(mktemp -d)" 0 "Creating tmp directory" + rlRun "pushd $TmpDir" + rlPhaseEnd + + rlPhaseStartTest + rlRun "echo '127.0.0.2 $HOST' >> /etc/hosts" + rlRun "echo 'cache_peer $HOST parent 3128 3130 default' >> $squidCONF" + rlRun "squidRestart" + rlAssertNotGrep "WARNING: DNS lookup for '$HOST' failed!" /var/log/squid/cache.log + rlPhaseEnd + + rlPhaseStartCleanup + rlRun "popd" + rlRun "squidStop" + rlRun "rlFileRestore" + rlRun "rm -r $TmpDir" 0 "Removing tmp directory" + rlPhaseEnd +rlJournalPrintText +rlJournalEnd From b2cfc5919d8b48ae7e65c8ddb85d34759c5f2aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branislav=20N=C3=A1ter?= Date: Wed, 20 Apr 2022 10:32:00 +0200 Subject: [PATCH 10/10] Moving contact to root main.fmf --- core/smoke/main.fmf | 1 - main.fmf | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 main.fmf diff --git a/core/smoke/main.fmf b/core/smoke/main.fmf index 1cb8ced..70c3f8f 100644 --- a/core/smoke/main.fmf +++ b/core/smoke/main.fmf @@ -1,6 +1,5 @@ summary: simple and fast smoke test description: '' -contact: Branislav Náter component: - squid test: ./runtest.sh diff --git a/main.fmf b/main.fmf new file mode 100644 index 0000000..8df2dbd --- /dev/null +++ b/main.fmf @@ -0,0 +1,2 @@ +# QE owner +contact: Branislav Náter