From 9bba558cc887c7ecd955959b08861de8e5a17aed Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Sep 21 2018 11:47:25 +0000 Subject: Enable CI tests using the Standard Test Interface Adding initial set of basic functionality tests for mksh according to the Standard Test Interface [1]. See Quick Start Guide [2] for brief introduction about how to run these tests and the Fedora CI portal [3] for more detailed info and links. [1] https://fedoraproject.org/wiki/CI/Standard_Test_Interface [2] https://fedoraproject.org/wiki/CI/Quick_Start_Guide [3] https://fedoraproject.org/wiki/CI --- 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