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
This commit is contained in:
Petr Šplíchal 2018-09-12 09:30:44 +02:00 committed by Kamil Dudka
parent b1f219f712
commit 9bba558cc8

17
tests/tests.yml Normal file
View File

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