1
0
forked from rpms/leapp
leapp/plans/tier0.fmf
Petr Stodulka 33f672a1b1 tests: require leapp-repository for the leapp testing
The full testing of the leapp framework requires installation of the
leapp-repository builds to perform the in-place upgrade. Setting
the `INSTALL_LEAPP_FROM_COMPOSE` envar to `yes` implicates installation
of the leapp-repository packages for the test execution.

Also set LEAPP_UNSUPPORTED and LEAPP_DEVEL_* envars to be able
to perform upgrade also with old builds on the wanted new upgrade
path. We are going to resolve this in future.
2025-08-15 18:32:54 +02:00

59 lines
1.7 KiB
Plaintext

# These test plans were created manually based on information taken from
# https://gitlab.cee.redhat.com/oamg/leapp-tests/-/blob/main/config.yaml. The tmt definitions can be simplified, once
# https://github.com/teemtee/tmt/issues/1770 is implemented.
summary: Internal Tier0 tests
environment:
SOURCE_RELEASE: '8.10'
TARGET_RELEASE: '9.7'
LEAPP_UNSUPPORTED: '1'
LEAPP_DEVEL_SKIP_CHECK_OS_RELEASE: '1'
context:
distro: rhel-8.10
distro_target: rhel-9.7
adjust:
- enabled: false
when: distro == centos-stream-8
- environment+:
INSTALL_LEAPP_FROM_COMPOSE: yes
/customrepos_test_basic_upgrade:
plan:
import:
url: https://gitlab.cee.redhat.com/oamg/leapp-tests
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/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/newstyle/upgrades/tests/destructive/test_devtmpfs_in_fstab.py::TestDevtmpfsInFstab
ref: main
/rhsm_test_basic_upgrade:
plan:
import:
url: https://gitlab.cee.redhat.com/oamg/leapp-tests
name: /plans/newstyle/upgrades/tests/destructive/test_basic.py::TestBasicRhsm
ref: main
/tier0only:
plan:
import:
url: https://gitlab.cee.redhat.com/oamg/leapp-tests
name: /plans/newstyle/nondestructive/tier0only
ref: main