From 04727232951209a50fa73233e3d6a718ca0278a3 Mon Sep 17 00:00:00 2001 From: Andrew Walsh Date: Tue, 19 Jul 2022 19:20:23 +0000 Subject: [PATCH] Removed 'uds' module from smoke test. As part of the rebase and efforts to get VDO included upstream into the mainline kernel, we joined the two kernel modules (previously kvdo and uds) into a single module now named 'kvdo'. - Resolves: rhbz#2071648 Signed-off-by: Andrew Walsh --- tests/smoke/runtest.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/smoke/runtest.sh b/tests/smoke/runtest.sh index 4942e3c..399b58e 100644 --- a/tests/smoke/runtest.sh +++ b/tests/smoke/runtest.sh @@ -67,7 +67,6 @@ rlPhaseStartTest "Gather Relevant Info" # Gather some system information for debug purposes rlRun "uname -a" rlRun "find /lib/modules -name kvdo.ko" - rlRun "modinfo uds" || insertModuleWithDMesgOutput uds rlRun "modinfo kvdo" || insertModuleWithDMesgOutput kvdo rlPhaseEnd