diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..3d505a4 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,17 @@ +--- + +- 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