added some way to test TCs

This commit is contained in:
Andrei Radchenko 2025-01-10 16:42:12 +01:00
commit e629adf99f

View file

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