From 936780b059a6cc1f0c77118fd2278a3fa54c3960 Mon Sep 17 00:00:00 2001 From: Huzaifa Sidhpurwala Date: Sep 24 2018 08:02:06 +0000 Subject: Merge #1 `Enable tests from the shell tests repository` --- diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..cb012a5 --- /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 & component: dash" + environment: + PACKAGES: dash + SH_BIN: dash + required_packages: + - expect # login requires expect + - which # smoke requires which