From bd8168adbd9b59dc9e8086463266a367ca00a788 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Mon, 8 Jun 2020 20:06:46 -0500 Subject: [PATCH] CI hotfix: Remove cpu passthrough Some hypervisors really dislike cpu passthrough and it causes tests to fail. --- test/image-tests/qcow2.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/image-tests/qcow2.sh b/test/image-tests/qcow2.sh index 52f8b9ae3..b27dace28 100755 --- a/test/image-tests/qcow2.sh +++ b/test/image-tests/qcow2.sh @@ -172,7 +172,6 @@ sudo virt-install \ --import \ --os-variant rhel8-unknown \ --noautoconsole \ - --cpu host-passthrough \ --network network=default # Wait for the image to make a DHCP request. @@ -233,4 +232,4 @@ else exit 1 fi -exit 0 \ No newline at end of file +exit 0