Add tmt testcase for CI
This commit is contained in:
parent
9f743449fd
commit
bc3f83caf6
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
5
plans/zaf.fmf
Normal file
5
plans/zaf.fmf
Normal file
@ -0,0 +1,5 @@
|
||||
summary: Basic smoke test
|
||||
discover:
|
||||
how: fmf
|
||||
execute:
|
||||
how: tmt
|
8
tests/main.fmf
Normal file
8
tests/main.fmf
Normal file
@ -0,0 +1,8 @@
|
||||
require:
|
||||
- hyphen-af
|
||||
- hyphen-zu
|
||||
- hyphen-devel
|
||||
- gcc
|
||||
test: bash ./run_tests.sh
|
||||
framework: shell
|
||||
|
0
tests/scripts/run_tests.sh → tests/run_tests.sh
Normal file → Executable file
0
tests/scripts/run_tests.sh → tests/run_tests.sh
Normal file → Executable file
@ -1,13 +0,0 @@
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
required_packages:
|
||||
- hyphen-devel
|
||||
- gcc
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- sample:
|
||||
dir: scripts/
|
||||
run: ./run_tests.sh
|
||||
|
Loading…
Reference in New Issue
Block a user