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.
This commit is contained in:
Petr Stodulka 2025-08-15 11:13:49 +02:00
parent e5be660e95
commit 8dcd9d6b6d

View File

@ -7,8 +7,6 @@ summary: Internal Tier0 tests
environment:
SOURCE_RELEASE: '9.7'
TARGET_RELEASE: '10.1'
LEAPP_UNSUPPORTED: '1'
LEAPP_DEVEL_SKIP_CHECK_OS_RELEASE: '1'
context:
distro: rhel-9.7
@ -18,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