Simplify plan, require cheat

This commit is contained in:
Petr Šplíchal 2020-12-07 10:14:29 +01:00
commit 34c019cbb0
4 changed files with 9 additions and 18 deletions

8
plans/basic.fmf Normal file
View file

@ -0,0 +1,8 @@
summary:
Basic functionality
discover:
how: fmf
provision:
how: local
execute:
how: tmt

View file

@ -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

View file

@ -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
View file

@ -0,0 +1 @@
require: [cheat]