added some way to test TCs
This commit is contained in:
parent
2de7eb22a3
commit
e629adf99f
1 changed files with 9 additions and 2 deletions
11
plans.fmf
11
plans.fmf
|
|
@ -27,10 +27,17 @@ prepare:
|
|||
summary: Run all smoke tests
|
||||
discover:
|
||||
how: fmf
|
||||
filter: "tier: smoke"
|
||||
filter: "tag:smoke"
|
||||
|
||||
/integration:
|
||||
summary: Run all intergraion tests
|
||||
discover:
|
||||
how: fmf
|
||||
filter: "tier: integration"
|
||||
filter: "tag: integration"
|
||||
|
||||
# Way to test new TCs
|
||||
#/new:
|
||||
# summary: Test new TC
|
||||
# discover:
|
||||
# how: fmf
|
||||
# filter: "tag: new"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue