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 <awalsh@redhat.com>
This commit is contained in:
Andrew Walsh 2022-07-19 19:20:23 +00:00
parent f03cace3ff
commit 0472723295

View File

@ -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