Migrate tests from STI to TMT format
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
parent
25c3a8a9ee
commit
79cb9dd68d
6 changed files with 13 additions and 13 deletions
1
.fmf/version
Normal file
1
.fmf/version
Normal file
|
|
@ -0,0 +1 @@
|
|||
1
|
||||
3
tests/.gitignore
vendored
3
tests/.gitignore
vendored
|
|
@ -1,3 +0,0 @@
|
|||
# Ignore tests runs/artefacts.
|
||||
artifacts/**
|
||||
**/*.retry
|
||||
10
tests/plan.fmf
Normal file
10
tests/plan.fmf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
summary: Run all smoke tests
|
||||
discover:
|
||||
how: fmf
|
||||
execute:
|
||||
how: tmt
|
||||
prepare:
|
||||
how: install
|
||||
package:
|
||||
- iproute
|
||||
- omping
|
||||
2
tests/smoke/main.fmf
Normal file
2
tests/smoke/main.fmf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
summary: Basic smoke test
|
||||
test: ./runtest.sh
|
||||
0
tests/smoke/runtest.sh
Normal file → Executable file
0
tests/smoke/runtest.sh
Normal file → Executable file
|
|
@ -1,10 +0,0 @@
|
|||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- smoke
|
||||
required_packages:
|
||||
- iproute
|
||||
- omping
|
||||
Loading…
Add table
Add a link
Reference in a new issue