Merge #8 Use FMF filter instead of listing tests manually

This commit is contained in:
Siteshwar Vashisht 2018-09-12 07:15:33 +00:00
commit 21427f3e40

View File

@ -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