diff --git a/tests/integration.rs b/tests/integration.rs index 87ffc08a9..a419f9d27 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -3007,7 +3007,7 @@ mod common_parallel { ); assert_eq!( guest - .ssh_command("ls /sys/kernel/iommu_groups/0/devices") + .ssh_command("ls /sys/kernel/iommu_groups/1/devices") .unwrap() .trim(), "0001:00:01.0" @@ -7126,7 +7126,7 @@ mod common_parallel { ); assert_eq!( guest - .ssh_command("ls /sys/kernel/iommu_groups/0/devices") + .ssh_command("ls /sys/kernel/iommu_groups/1/devices") .unwrap() .trim(), "0001:00:01.0"