From 21427f3e40f03c4bb222f73e75d46fd4325c320b Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Sep 12 2018 07:15:33 +0000 Subject: Merge #8 `Use FMF filter instead of listing tests manually` --- 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