Skip to content

Commit c9f2fd0

Browse files
committed
testing: litevm: add UEK8
Signed-off-by: Stephen Brennan <[email protected]>
1 parent ab5fef6 commit c9f2fd0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

testing/litevm/rpm.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,6 @@ def get_oot_modules(self) -> List[Path]:
251251
# configurations and any customizations. It's not officially supported, but
252252
# it's an excellent test bed to ensure we are ready to support the latest
253253
# upstream features.
254-
# We also apparently need to add "-modules-core" RPMs, because there weren't
255-
# enough kernel RPMs yet.
256-
# Tests currently fail on UEK-next. Uncomment this to enable the tests:
257254
TestKernel(
258255
9,
259256
"next",
@@ -269,6 +266,8 @@ def get_oot_modules(self) -> List[Path]:
269266
),
270267
pkgbase="kernel-ueknext",
271268
),
269+
# UEK8 further distributes modules, so we need to add -modules-core.
270+
TestKernel(9, 8, "x86_64", ["kernel-uek-core", "kernel-uek-modules", "kernel-uek-modules-core"]),
272271
# UEK7 switches from a single "kernel-uek" to "-core" and "-modules".
273272
# The "kernel-uek" package still exists as a placeholder.
274273
TestKernel(9, 7, "x86_64", ["kernel-uek-core", "kernel-uek-modules"]),

0 commit comments

Comments
 (0)