diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/plans/shell.fmf b/plans/shell.fmf new file mode 100644 index 0000000..bcc3572 --- /dev/null +++ b/plans/shell.fmf @@ -0,0 +1,14 @@ +summary: + Run relevant tests from the shell tests repository +discover: + how: fmf + url: https://src.fedoraproject.org/tests/shell + filter: component:zsh +prepare: + how: install + package: zsh +execute: + how: tmt +environment: + PACKAGES: zsh + SH_BIN: zsh diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 3d505a4..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,17 +0,0 @@ ---- - -- hosts: localhost - roles: - - role: standard-test-beakerlib - tags: - - classic - repositories: - - repo: "https://src.fedoraproject.org/tests/shell.git" - dest: "shell" - fmf_filter: "tier: 1, 2" - environment: - PACKAGES: zsh - SH_BIN: zsh - required_packages: - - expect # login requires expect - - which # smoke requires which