forked from rpms/leapp
54 lines
1.8 KiB
Plaintext
54 lines
1.8 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.9'
|
|
|
|
context:
|
|
distro: rhel-8.10
|
|
distro_target: rhel-9.9
|
|
|
|
adjust:
|
|
- enabled: false
|
|
when: distro == centos-stream-8
|
|
- environment+:
|
|
INSTALL_LEAPP_FROM_COMPOSE: yes
|
|
|
|
/destructive:
|
|
/TestBasic:
|
|
plan:
|
|
import:
|
|
url: https://gitlab.cee.redhat.com/oamg/leapp-tests
|
|
name: /plans/newstyle/upgrades/tests/destructive/test_basic.py::TestBasic$
|
|
ref: next
|
|
/TestSubsequentRebootAfterFailedUpgrade:
|
|
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: next
|
|
/TestDevtmpfsInFstab:
|
|
plan:
|
|
import:
|
|
url: https://gitlab.cee.redhat.com/oamg/leapp-tests
|
|
name: /plans/newstyle/upgrades/tests/destructive/test_devtmpfs_in_fstab.py::TestDevtmpfsInFstab
|
|
ref: next
|
|
/TestBasicRhsm:
|
|
plan:
|
|
import:
|
|
url: https://gitlab.cee.redhat.com/oamg/leapp-tests
|
|
name: /plans/newstyle/upgrades/tests/destructive/test_basic.py::TestBasicRhsm$
|
|
ref: next
|
|
|
|
/nondestructive:
|
|
/tier0only:
|
|
plan:
|
|
import:
|
|
url: https://gitlab.cee.redhat.com/oamg/leapp-tests
|
|
name: /plans/newstyle/nondestructive/tier0only
|
|
ref: next
|