Add smoke tests

Related: rhbz#1978701
This commit is contained in:
Vendula Poncova 2021-08-09 14:13:30 +02:00
parent 03c7c26ecd
commit 392be91066
2 changed files with 17 additions and 0 deletions

View File

@ -3,4 +3,5 @@ product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}

16
tests/tests.yml Normal file
View File

@ -0,0 +1,16 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
required_packages:
- x3270
- xorg-x11-server-Xvfb
tests:
- version_test:
dir: .
run: x3270 --version
- smoke_test:
dir: .
run: echo -e 'Wait(3, seconds)\nQuit()' | xvfb-run -s '-screen 0 640x480x8 -extension RANDR' x3270 -script