From 40b6a48815be606c9c0f4fef38606faf233beda0 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 29 May 2024 09:53:45 +0200 Subject: [PATCH] ci: Adjust Cockpit test plans Cockpit recently reorganized its fmf test plans to better balance the test durations [1]. Follow suit. It would be really nice to have https://github.com/teemtee/tmt/issues/1770 to avoid this duplication.. https://github.com/cockpit-project/cockpit/commit/18814b60c97cbbba --- plans/cockpit.fmf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/plans/cockpit.fmf b/plans/cockpit.fmf index d08f48f546..d51e2874a0 100644 --- a/plans/cockpit.fmf +++ b/plans/cockpit.fmf @@ -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