From 21cdfc802121aaeb7b73b05adc7682c4d648c932 Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Aug 31 2018 13:58:41 +0000 Subject: Use FMF filter instead of listing tests manually There is a new feature in the Standard Test Roles which allows to use an FMF filter instead of listing all tests manually. This commit includes all Tier1 and Tier2 tests for respective targets. --- diff --git a/tests/tests.yml b/tests/tests.yml index 5cee817..2eaaa7a 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -9,10 +9,7 @@ repositories: - repo: "https://src.fedoraproject.org/tests/shell.git" dest: "shell" - tests: - - shell/func - - shell/login - - shell/smoke + fmf_filter: "tier: 1, 2 & tags: classic" required_packages: - expect # login requires expect - which # smoke requires which @@ -27,8 +24,6 @@ repositories: - repo: "https://src.fedoraproject.org/tests/shell.git" dest: "shell" - tests: - - shell/func - - shell/smoke + fmf_filter: "tier: 1, 2 & tags: container, atomic" required_packages: - which # smoke requires which