From 0c5b6ef69899efc7269e4c12b8241cff533e93e5 Mon Sep 17 00:00:00 2001 From: Jan Kurik Date: Wed, 31 Mar 2021 14:37:19 +0200 Subject: [PATCH] Cleanup of not used install-pcp testcase --- tests/Install/install-pcp/Makefile | 65 ---------------------------- tests/Install/install-pcp/PURPOSE | 3 -- tests/Install/install-pcp/main.fmf | 14 ------ tests/Install/install-pcp/runtest.sh | 39 ----------------- 4 files changed, 121 deletions(-) delete mode 100644 tests/Install/install-pcp/Makefile delete mode 100644 tests/Install/install-pcp/PURPOSE delete mode 100644 tests/Install/install-pcp/main.fmf delete mode 100755 tests/Install/install-pcp/runtest.sh diff --git a/tests/Install/install-pcp/Makefile b/tests/Install/install-pcp/Makefile deleted file mode 100644 index 7c8aa91..0000000 --- a/tests/Install/install-pcp/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# Makefile of /tools/pcp/Install/install-pcp -# Description: This task simply install pcp, by pulling it via Requires -# Author: Jan Kuřík -# -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# Copyright (c) 2015 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=/tools/pcp/Install/install-pcp -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: Jan Kuřík " > $(METADATA) - @echo "Name: $(TEST)" >> $(METADATA) - @echo "TestVersion: $(TESTVERSION)" >> $(METADATA) - @echo "Path: $(TEST_DIR)" >> $(METADATA) - @echo "Description: This task simply install pcp, by pulling it via Requires" >> $(METADATA) - @echo "Type: Install" >> $(METADATA) - @echo "TestTime: 15m" >> $(METADATA) - @echo "Provides: library(pcp/install-pcp)" >> $(METADATA) - @echo "RunFor: pcp" >> $(METADATA) - @echo "Requires: pcp-testsuite" >> $(METADATA) - @echo "Priority: Normal" >> $(METADATA) - @echo "License: GPLv2" >> $(METADATA) - @echo "Confidential: no" >> $(METADATA) - @echo "Destructive: no" >> $(METADATA) - @echo "Releases: -RHEL4 -RHELClient5 -RHELServer5" >> $(METADATA) - - rhts-lint $(METADATA) diff --git a/tests/Install/install-pcp/PURPOSE b/tests/Install/install-pcp/PURPOSE deleted file mode 100644 index 88af095..0000000 --- a/tests/Install/install-pcp/PURPOSE +++ /dev/null @@ -1,3 +0,0 @@ -PURPOSE of /tools/pcp/Install/install-pcp -Description: This task simply install pcp, by pulling it via Requires -Author: Jan Kuřík diff --git a/tests/Install/install-pcp/main.fmf b/tests/Install/install-pcp/main.fmf deleted file mode 100644 index 56d6a80..0000000 --- a/tests/Install/install-pcp/main.fmf +++ /dev/null @@ -1,14 +0,0 @@ -summary: This task simply install pcp, by pulling it via Requires -description: '' -contact: Jan Kuřík -component: -- pcp -test: ./runtest.sh -framework: beakerlib -recommend: -- pcp -- pcp-testsuite -- time -duration: 15m -extra-summary: /tools/pcp/Install/install-pcp -extra-task: /tools/pcp/Install/install-pcp diff --git a/tests/Install/install-pcp/runtest.sh b/tests/Install/install-pcp/runtest.sh deleted file mode 100755 index ace060d..0000000 --- a/tests/Install/install-pcp/runtest.sh +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/bash -# vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# runtest.sh of /tools/pcp/Install/install-pcp -# Description: This task simply install pcp, by pulling it via Requires -# Author: Jan Kuřík -# -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# Copyright (c) 2015 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="pcp" - -rlJournalStart - rlPhaseStartTest - rlPass "dummy assert" - rlPhaseEnd -rlJournalPrintText -rlJournalEnd