From 6b3c12842a7549b95c51cbed31ed5def139fb339 Mon Sep 17 00:00:00 2001 From: Petr Stodulka Date: Fri, 15 Aug 2025 11:55:48 +0200 Subject: [PATCH] tests: Migrate tmt test plans to new style The original tier0 test plans have been replaced by "new style" tests and the original plans do not exist anymore. Updating so the tier0 test can be executed correctly. --- plans/tier0.fmf | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/plans/tier0.fmf b/plans/tier0.fmf index a0e96eb..636dee1 100644 --- a/plans/tier0.fmf +++ b/plans/tier0.fmf @@ -16,51 +16,39 @@ adjust: enabled: false when: distro == centos-stream-9 -/customrepos_upgrade_happy_path: +/customrepos_test_basic_upgrade: plan: import: url: https://gitlab.cee.redhat.com/oamg/leapp-tests - name: /plans/destructive/customrepos/basic_upgrade/upgrade_happy_path + name: /plans/newstyle/upgrades/tests/destructive/test_basic.py::TestBasic ref: main /oamg3661_two_reboots: plan: import: url: https://gitlab.cee.redhat.com/oamg/leapp-tests - name: /plans/destructive/customrepos/oamg/oamg3661_two_reboots + name: /plans/newstyle/upgrades/tests/destructive/test_subsequent_reboot_after_failed_upgrade.py::TestSubsequentRebootAfterFailedUpgrade ref: main /oamg9299_devtmpfs_in_fstab: plan: import: url: https://gitlab.cee.redhat.com/oamg/leapp-tests - name: /plans/destructive/customrepos/oamg/oamg9299_devtmpfs_in_fstab + name: /plans/newstyle/upgrades/tests/destructive/test_devtmpfs_in_fstab.py::TestDevtmpfsInFstab ref: main -/rhsm_upgrade_happy_path: +/rhsm_test_basic_upgrade: plan: import: url: https://gitlab.cee.redhat.com/oamg/leapp-tests - name: /plans/destructive/rhsm/upgrade_happy_path + name: /plans/newstyle/upgrades/tests/destructive/test_basic.py::TestBasicRhsm ref: main -/customrepos_tier0only: +/tier0only: plan: import: url: https://gitlab.cee.redhat.com/oamg/leapp-tests - name: /plans/nondestructive/customrepos/tier0only + name: /plans/newstyle/nondestructive/tier0only ref: main -/none_tier0only: - plan: - import: - url: https://gitlab.cee.redhat.com/oamg/leapp-tests - name: /plans/nondestructive/none/tier0only - ref: main -/rhsm_tier0only: - plan: - import: - url: https://gitlab.cee.redhat.com/oamg/leapp-tests - name: /plans/nondestructive/rhsm/tier0only - ref: main