From: Frantisek Sumsal Date: Sat, 1 Oct 2022 18:56:01 +0000 (+0200) Subject: test: drop the explicit bus assignment for the pci-bridge X-Git-Tag: v252-rc1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d0c1256b4a60fc2635fa79153af10faa2d88345;p=thirdparty%2Fsystemd.git test: drop the explicit bus assignment for the pci-bridge as it doesn't work with the Q35 chipset due to a different topology. Auto-assignment seems to work with both Q35 and i440FX chipsets. --- diff --git a/test/TEST-64-UDEV-STORAGE/test.sh b/test/TEST-64-UDEV-STORAGE/test.sh index 26d72944987..f662d4dafb6 100755 --- a/test/TEST-64-UDEV-STORAGE/test.sh +++ b/test/TEST-64-UDEV-STORAGE/test.sh @@ -420,7 +420,7 @@ testcase_long_sysfs_path() { local testdisk="${TESTDIR:?}/longsysfspath.img" local qemu_opts=( "-drive if=none,id=drive0,format=raw,cache=unsafe,file=$testdisk" - "-device pci-bridge,id=pci_bridge0,bus=pci.0,chassis_nr=64" + "-device pci-bridge,id=pci_bridge0,chassis_nr=64" ) dd if=/dev/zero of="$testdisk" bs=1M count=64