From 8e30851577b422e9839a8dd7550af8aa87d97263 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Mon, 15 May 2023 20:08:36 +0200 Subject: [PATCH] Replace whole repo with latest content from branch stream-1.23-rhel-8.8.0 Content corresponds with RHEL dist-git commit f08e3dd --- .fmf/version | 1 - .gitignore | 2 +- gating.yaml | 6 ------ plans.fmf | 4 ---- tests/super_smoke.fmf | 5 ----- 5 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 .fmf/version delete mode 100644 gating.yaml delete mode 100644 plans.fmf delete mode 100644 tests/super_smoke.fmf 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/.gitignore b/.gitignore index 1e47893..37f0196 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/urllib3-1.24.2.tar.gz +/urllib3-1.23.tar.gz /urllib3-1.24.2.tar.gz diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 648918d..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - rhel-9 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/plans.fmf b/plans.fmf deleted file mode 100644 index e6427de..0000000 --- a/plans.fmf +++ /dev/null @@ -1,4 +0,0 @@ -discover: - how: fmf -execute: - how: tmt diff --git a/tests/super_smoke.fmf b/tests/super_smoke.fmf deleted file mode 100644 index 6207261..0000000 --- a/tests/super_smoke.fmf +++ /dev/null @@ -1,5 +0,0 @@ -test: python3 -c 'import urllib3' -framework: shell -require: -- python3 -- python3-urllib3