Simplify plan, require cheat
This commit is contained in:
parent
b77ef8e226
commit
34c019cbb0
4 changed files with 9 additions and 18 deletions
8
plans/basic.fmf
Normal file
8
plans/basic.fmf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
summary:
|
||||
Basic functionality
|
||||
discover:
|
||||
how: fmf
|
||||
provision:
|
||||
how: local
|
||||
execute:
|
||||
how: tmt
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
summary: Basic command line features
|
||||
description:
|
||||
Wide set of tests that cover individual steps, commands
|
||||
and features. These tests do not require virtualization,
|
||||
their individual duration should not exceed 5 minutes.
|
||||
discover:
|
||||
how: fmf
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
# Run on localhost by default
|
||||
provision:
|
||||
how: local
|
||||
|
||||
# Use the internal executor
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
# Disable cruncher until it is replaced
|
||||
artifact:
|
||||
- disable-cruncher
|
||||
1
tests/main.fmf
Normal file
1
tests/main.fmf
Normal file
|
|
@ -0,0 +1 @@
|
|||
require: [cheat]
|
||||
Loading…
Add table
Add a link
Reference in a new issue