Add smoke tests
Related: rhbz#1978701
This commit is contained in:
parent
03c7c26ecd
commit
392be91066
@ -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
16
tests/tests.yml
Normal 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user