RHEL patches: * Select correct qemu binary for -o qemu mode * Disable the --qemu-boot / -oo qemu-boot option * Fix list of supported sound cards to match RHEL qemu * Fixes for libguestfs-winsupport * -i disk: force VNC as display * point to KB for supported v2v hypervisors/guests * Remove -o glance * Remove the --in-place option * tests: Remove btrfs test * Remove --block-driver option Remove input from Xen resolves: RHEL-37687 Remove -o rhv, -o rhv-upload and -o vdsm modes resolves: RHEL-36712
23 lines
734 B
Diff
23 lines
734 B
Diff
From 410859a7b81684dfe3229e029cf07e6885d8da89 Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Tue, 5 Jul 2022 11:58:09 +0100
|
|
Subject: [PATCH] RHEL: tests: Remove btrfs test
|
|
|
|
RHEL does not have btrfs so this test always fails.
|
|
---
|
|
tests/Makefile.am | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
|
index 4bfa1c7a..a380a9bf 100644
|
|
--- a/tests/Makefile.am
|
|
+++ b/tests/Makefile.am
|
|
@@ -101,7 +101,6 @@ TESTS = \
|
|
test-v2v-sound.sh \
|
|
test-v2v-virtio-win-iso.sh \
|
|
test-v2v-fedora-conversion.sh \
|
|
- test-v2v-fedora-btrfs-conversion.sh \
|
|
test-v2v-fedora-luks-on-lvm-conversion.sh \
|
|
test-v2v-fedora-lvm-on-luks-conversion.sh \
|
|
test-v2v-fedora-md-conversion.sh \
|