public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ondrej Mejzlik <omejzlik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [tests/memcached] main: disable repo
Date: Thu, 16 Jul 2026 08:56:35 GMT [thread overview]
Message-ID: <178419219538.1.10574669900050556918.tests-memcached-003066e33756@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : tests/memcached
Branch : main
Commit : 003066e337565f6cd36230dea29687bfc111d324
Author : Ondrej Mejzlik <omejzlik@redhat.com>
Date : 2026-07-16T10:56:24+02:00
Stats : +1/-419 in 20 file(s)
URL : https://src.fedoraproject.org/tests/memcached/c/003066e337565f6cd36230dea29687bfc111d324?branch=main
Log:
disable repo
---
diff --git a/.fmf/version b/.fmf/version
deleted file mode 100644
index d00491f..0000000
--- a/.fmf/version
+++ /dev/null
@@ -1 +0,0 @@
-1
diff --git a/README b/README
deleted file mode 100644
index 596aab6..0000000
--- a/README
+++ /dev/null
@@ -1 +0,0 @@
-This is a test repo for memcached on fedora
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..bd55c47
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+Public tests have been moved to: https://gitlab.com/redhat/centos-stream/tests/
diff --git a/Regression/bz883438-init-script-can-be-started-only-by-root/Makefile b/Regression/bz883438-init-script-can-be-started-only-by-root/Makefile
deleted file mode 100644
index 1b72214..0000000
--- a/Regression/bz883438-init-script-can-be-started-only-by-root/Makefile
+++ /dev/null
@@ -1,64 +0,0 @@
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-# Makefile of /CoreOS/memcached/Regression/bz883438-init-script-can-be-started-only-by-root
-# Description: Test tries to execute init script by an unprivileged user
-# Author: Leos Pol <lpol@redhat.com>
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-# Copyright (c) 2016 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/.
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-export TEST=/CoreOS/memcached/Regression/bz883438-init-script-can-be-started-only-by-root
-export TESTVERSION=1.4
-
-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: Leos Pol <lpol@redhat.com>" > $(METADATA)
- @echo "Name: $(TEST)" >> $(METADATA)
- @echo "TestVersion: $(TESTVERSION)" >> $(METADATA)
- @echo "Path: $(TEST_DIR)" >> $(METADATA)
- @echo "Description: Test tries to execute init script by an unprivileged user" >> $(METADATA)
- @echo "Type: Regression" >> $(METADATA)
- @echo "TestTime: 10m" >> $(METADATA)
- @echo "RunFor: memcached" >> $(METADATA)
- @echo "Requires: memcached psmisc polkit" >> $(METADATA)
- @echo "Priority: Normal" >> $(METADATA)
- @echo "License: GPLv2+" >> $(METADATA)
- @echo "Confidential: no" >> $(METADATA)
- @echo "Destructive: no" >> $(METADATA)
- @echo "Bug: 883438" >> $(METADATA)
- @echo "Releases: -RHEL4 -RHELClient5 -RHELServer5" >> $(METADATA)
-
- rhts-lint $(METADATA)
diff --git a/Regression/bz883438-init-script-can-be-started-only-by-root/PURPOSE b/Regression/bz883438-init-script-can-be-started-only-by-root/PURPOSE
deleted file mode 100644
index f455bbb..0000000
--- a/Regression/bz883438-init-script-can-be-started-only-by-root/PURPOSE
+++ /dev/null
@@ -1,3 +0,0 @@
-PURPOSE of /CoreOS/memcached/Regression/bz883438-init-script-can-be-started-only-by-root
-Description: Test tries to execute init script by an unprivileged user
-Author: Leos Pol <lpol@redhat.com>
diff --git a/Regression/bz883438-init-script-can-be-started-only-by-root/main.fmf b/Regression/bz883438-init-script-can-be-started-only-by-root/main.fmf
deleted file mode 100644
index 192b2a7..0000000
--- a/Regression/bz883438-init-script-can-be-started-only-by-root/main.fmf
+++ /dev/null
@@ -1,33 +0,0 @@
-summary: Test tries to execute init script by an unprivileged user
-description: ''
-author: Leos Pol <lpol@redhat.com>
-component:
- - memcached
-test: ./runtest.sh
-framework: beakerlib
-recommend:
- - memcached
- - psmisc
- - polkit
-duration: 10m
-enabled: true
-tag:
- - FedoraReady
- - NoRHEL4
- - NoRHEL5
- - TIP_fedora_pass
- - TIPfail_fedora
- - TIPfail_infra
- - TIPpass
- - Tier1
-tier: '1'
-link:
- - relates: https://bugzilla.redhat.com/show_bug.cgi?id=883438
-adjust:
- - enabled: false
- when: distro == rhel-4, rhel-5
- continue: false
-extra-nitrate: TC#0535486
-extra-summary: /CoreOS/memcached/Regression/bz883438-init-script-can-be-started-only-by-root
-extra-task: /CoreOS/memcached/Regression/bz883438-init-script-can-be-started-only-by-root
-id: affd9cc8-b0ca-4ac7-90c1-63af16d21f73
diff --git a/Regression/bz883438-init-script-can-be-started-only-by-root/runtest.sh b/Regression/bz883438-init-script-can-be-started-only-by-root/runtest.sh
deleted file mode 100755
index e623060..0000000
--- a/Regression/bz883438-init-script-can-be-started-only-by-root/runtest.sh
+++ /dev/null
@@ -1,61 +0,0 @@
-#!/bin/bash
-# vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-# runtest.sh of /CoreOS/memcached/Regression/bz883438-init-script-can-be-started-only-by-root
-# Description: Test tries to execute init script by an unprivileged user
-# Author: Leos Pol <lpol@redhat.com>
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-# Copyright (c) 2016 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
-
-PACKAGE="memcached"
-
-rlJournalStart
- rlPhaseStartSetup
- rlAssertRpm $PACKAGE
- rlRun "getent passwd testuser || useradd testuser"
- if rlIsRHEL '>=7' || rlIsFedora '>=34'
- then
- # I don't want to trigger polkit auth"
- rlRun "systemctl mask polkit" 0 "Masking polkit"
- rlServiceStop "polkit"
- fi
- rlPhaseEnd
-
- rlPhaseStartTest
- rlRun "sudo -u testuser service memcached start" 1,4
- rlRun "pidof memcached" 1
- # kill memcached if exists
- killall memcached || :
- rlPhaseEnd
-
- rlPhaseStartCleanup
- if rlIsRHEL '>=7' || rlIsFedora '>=34'
- then
- rlRun "systemctl unmask polkit" 0 "Masking polkit"
- rlServiceRestore "polkit"
- fi
- rlRun "userdel -rf testuser" 0 "Remove testuser"
- rlPhaseEnd
-rlJournalPrintText
-rlJournalEnd
diff --git a/Sanity/bz1298603-memcached-works-on-ipv6-env/Makefile b/Sanity/bz1298603-memcached-works-on-ipv6-env/Makefile
deleted file mode 100644
index 6297ef2..0000000
--- a/Sanity/bz1298603-memcached-works-on-ipv6-env/Makefile
+++ /dev/null
@@ -1,64 +0,0 @@
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-# Makefile of /CoreOS/memcached/Sanity/bz1298603-memcached-works-on-ipv6-env
-# Description: Test starts memcached on ::1 ip
-# Author: Leos Pol <lpol@redhat.com>
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-# Copyright (c) 2016 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/.
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-export TEST=/CoreOS/memcached/Sanity/bz1298603-memcached-works-on-ipv6-env
-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: Leos Pol <lpol@redhat.com>" > $(METADATA)
- @echo "Name: $(TEST)" >> $(METADATA)
- @echo "TestVersion: $(TESTVERSION)" >> $(METADATA)
- @echo "Path: $(TEST_DIR)" >> $(METADATA)
- @echo "Description: Test starts memcached on ::1 ip" >> $(METADATA)
- @echo "Type: Sanity" >> $(METADATA)
- @echo "TestTime: 10m" >> $(METADATA)
- @echo "RunFor: memcached" >> $(METADATA)
- @echo "Requires: memcached" >> $(METADATA)
- @echo "Priority: Normal" >> $(METADATA)
- @echo "License: GPLv2+" >> $(METADATA)
- @echo "Confidential: no" >> $(METADATA)
- @echo "Destructive: no" >> $(METADATA)
- @echo "Bug: 1298603 1366158" >> $(METADATA)
- @echo "Releases: -RHEL4 -RHELClient5 -RHELServer5 -RHEL6" >> $(METADATA)
-
- rhts-lint $(METADATA)
diff --git a/Sanity/bz1298603-memcached-works-on-ipv6-env/PURPOSE b/Sanity/bz1298603-memcached-works-on-ipv6-env/PURPOSE
deleted file mode 100644
index b2557c8..0000000
--- a/Sanity/bz1298603-memcached-works-on-ipv6-env/PURPOSE
+++ /dev/null
@@ -1,3 +0,0 @@
-PURPOSE of /CoreOS/memcached/Sanity/bz1298603-memcached-works-on-ipv6-env
-Description: Test starts memcached on ::1 ip
-Author: Leos Pol <lpol@redhat.com>
diff --git a/Sanity/bz1298603-memcached-works-on-ipv6-env/main.fmf b/Sanity/bz1298603-memcached-works-on-ipv6-env/main.fmf
deleted file mode 100644
index 7682d69..0000000
--- a/Sanity/bz1298603-memcached-works-on-ipv6-env/main.fmf
+++ /dev/null
@@ -1,29 +0,0 @@
-summary: Test starts memcached on ::1 ip
-description: ''
-author: Leos Pol <lpol@redhat.com>
-component:
- - memcached
-test: ./runtest.sh
-framework: beakerlib
-tier: '2'
-recommend:
- - memcached
-duration: 10m
-enabled: true
-tag:
- - NoRHEL4
- - NoRHEL5
- - NoRHEL6
- - TIPfail_infra
- - TIPpass
-link:
- - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1298603
- - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1366158
-adjust:
- - enabled: false
- when: distro == rhel-4, rhel-5, rhel-6
- continue: false
-extra-nitrate: TC#0533663
-extra-summary: /CoreOS/memcached/Sanity/bz1298603-memcached-works-on-ipv6-env
-extra-task: /CoreOS/memcached/Sanity/bz1298603-memcached-works-on-ipv6-env
-id: 082daad9-1a75-49ba-9bef-1bc8ad13f924
diff --git a/Sanity/bz1298603-memcached-works-on-ipv6-env/runtest.sh b/Sanity/bz1298603-memcached-works-on-ipv6-env/runtest.sh
deleted file mode 100755
index e6e2e45..0000000
--- a/Sanity/bz1298603-memcached-works-on-ipv6-env/runtest.sh
+++ /dev/null
@@ -1,47 +0,0 @@
-#!/bin/bash
-# vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-# runtest.sh of /CoreOS/memcached/Sanity/bz1298603-memcached-works-on-ipv6-env
-# Description: Test starts memcached on ::1 ip
-# Author: Leos Pol <lpol@redhat.com>
-#
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-# Copyright (c) 2016 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
-
-PACKAGE="memcached"
-
-rlJournalStart
- rlPhaseStartSetup
- rlAssertRpm $PACKAGE
- rlPhaseEnd
-
- rlPhaseStartTest
- # if memcached works properly timeout will sent term signal and returns
- # exit 124
- rlRun "timeout 5 memcached -l ::1 -p12345 -u memcached" 124
- rlPhaseEnd
-
- rlPhaseStartCleanup
- rlPhaseEnd
-rlJournalPrintText
-rlJournalEnd
diff --git a/main.fmf b/main.fmf
deleted file mode 100644
index 41e2fab..0000000
--- a/main.fmf
+++ /dev/null
@@ -1,2 +0,0 @@
-# QE owner
-contact: Petr Sklenar <psklenar@redhat.com>
diff --git a/plans/all.fmf b/plans/all.fmf
deleted file mode 100644
index e1a0780..0000000
--- a/plans/all.fmf
+++ /dev/null
@@ -1,5 +0,0 @@
-summary: Run all tests
-discover:
- how: fmf
-execute:
- how: tmt
diff --git a/plans/basic/basic.fmf b/plans/basic/basic.fmf
deleted file mode 100644
index 0abae5b..0000000
--- a/plans/basic/basic.fmf
+++ /dev/null
@@ -1,5 +0,0 @@
-summary: Functionalities tested by upstream
-description:
- Mainly upstream testsuite
-discover:
- how: fmf
diff --git a/plans/main.fmf b/plans/main.fmf
deleted file mode 100644
index f18dda9..0000000
--- a/plans/main.fmf
+++ /dev/null
@@ -1,11 +0,0 @@
-# Run on localhost by default
-provision:
- how: local
-
-# Use the internal executor
-execute:
- how: tmt
-
-# Disable cruncher until it is replaced
-artifact:
- - disable-cruncher
diff --git a/plans/others.fmf b/plans/others.fmf
deleted file mode 100644
index 6f30064..0000000
--- a/plans/others.fmf
+++ /dev/null
@@ -1,20 +0,0 @@
-/public:
- summary: Public other tests
- discover:
- how: fmf
- filter: 'tier: -1 & tier: -2 & tier: -3 & tag: -multihost'
- url: "https://src.fedoraproject.org/tests/memcached.git"
- execute:
- how: tmt
-
-/internal:
- summary: Internal other tests
- discover:
- how: fmf
- filter: 'tier: -1 & tier: -2 & tier: -3 & tag: -multihost'
- url: git://pkgs.devel.redhat.com/tests/memcached
- adjust:
- enabled: false
- when: distro == centos-stream or distro == fedora
- execute:
- how: tmt
diff --git a/plans/tier1.fmf b/plans/tier1.fmf
deleted file mode 100644
index 845499c..0000000
--- a/plans/tier1.fmf
+++ /dev/null
@@ -1,20 +0,0 @@
-/public:
- summary: Public Tier1 tests
- discover:
- how: fmf
- filter: 'tier: 1'
- url: "https://src.fedoraproject.org/tests/memcached.git"
- execute:
- how: tmt
-
-/internal:
- summary: Internal Tier1 tests
- discover:
- how: fmf
- filter: 'tier: 1'
- url: git://pkgs.devel.redhat.com/tests/memcached
- adjust:
- enabled: false
- when: distro == centos-stream or distro == fedora
- execute:
- how: tmt
diff --git a/plans/tier2-tier3.fmf b/plans/tier2-tier3.fmf
deleted file mode 100644
index b97cba8..0000000
--- a/plans/tier2-tier3.fmf
+++ /dev/null
@@ -1,20 +0,0 @@
-/public:
- summary: Public Tier2 and Tier3 tests
- discover:
- how: fmf
- filter: 'tier: 2 | tier: 3'
- url: "https://src.fedoraproject.org/tests/memcached.git"
- execute:
- how: tmt
-
-/internal:
- summary: Internal Tier2 and Tier3 tests
- discover:
- how: fmf
- filter: 'tier: 2 | tier: 3'
- url: git://pkgs.devel.redhat.com/tests/memcached
- adjust:
- enabled: false
- when: distro == centos-stream or distro == fedora
- execute:
- how: tmt
diff --git a/tests/gating/main.fmf b/tests/gating/main.fmf
deleted file mode 100644
index 120fac6..0000000
--- a/tests/gating/main.fmf
+++ /dev/null
@@ -1,13 +0,0 @@
-summary: Concise summary describing what the test does
-test: ./runtest.sh
-framework: beakerlib
-duration: 17m
-author: Petr Sklenar <psklenar@redhat.com>
-component:
- - memcached
-recommend:
- - memcached
-enabled: true
-tag:
- - Tier1
-tier: "1"
diff --git a/tests/gating/runtest.sh b/tests/gating/runtest.sh
deleted file mode 100755
index a2fe644..0000000
--- a/tests/gating/runtest.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-# vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k
-. /usr/share/beakerlib/beakerlib.sh || exit 1
-
-rlJournalStart
- rlPhaseStartSetup
- rlServiceStart "memcached"
- rlPhaseEnd
-
- rlPhaseStartTest
- rlRun "systemctl status memcached" 0 "verify that memcached is running"
- rlPhaseEnd
-
- rlPhaseStartCleanup
- rlServiceRestore memcached
- rlPhaseEnd
-rlJournalEnd
reply other threads:[~2026-07-16 8:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178419219538.1.10574669900050556918.tests-memcached-003066e33756@fedoraproject.org \
--to=omejzlik@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox