Skip to content

Commit

Permalink
ci: Adjust Cockpit test plans
Browse files Browse the repository at this point in the history
Cockpit recently reorganized its fmf test plans to better balance the
test durations [1]. Follow suit.

It would be really nice to have teemtee/tmt#1770
to avoid this duplication..

cockpit-project/cockpit@18814b60c97cbbba
  • Loading branch information
martinpitt committed May 29, 2024
1 parent 1f7f05d commit 138e35a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions plans/cockpit.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ discover:
execute:
how: tmt

/basic:
summary: Run tests for basic packages
/main:
summary: Non-storage tests
discover+:
test: /test/browser/basic
test: /test/browser/main

/network:
summary: Run tests for cockpit-networkmanager
/storage-basic:
summary: Basic storage tests
discover+:
test: /test/browser/network
test: /test/browser/storage-basic

/optional:
summary: Run tests for optional packages
/storage-extra:
summary: More expensive storage tests (LVM, LUKS, Anaconda)
discover+:
test: /test/browser/optional
test: /test/browser/storage-extra

0 comments on commit 138e35a

Please sign in to comment.