From ff0206e3925f04a0758cd3504eaadc47b0b25093 Mon Sep 17 00:00:00 2001 From: Michal Ruprich Date: Mon, 2 Jan 2023 12:30:22 +0100 Subject: [PATCH] Removing STI tests, tests should now be run via tmt --- tests/tests.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tests/tests.yml diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 76443fc..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -# This first play always runs on the local staging system -- hosts: localhost - roles: - - role: standard-test-beakerlib - tags: - - classic - repositories: - - repo: "https://src.fedoraproject.org/tests/tcpdump.git" - dest: "tcpdump" - fmf_filter: "tier: 1"