tests: Remove MSI only test from test_serial_off

Now we have a GED device we are not MSI only when the serial port is
turned off.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2019-11-29 09:32:25 +00:00
parent e0830640b7
commit e1ff142392
-12
View File
@@ -2041,18 +2041,6 @@ mod tests {
0 0
); );
// Further test that we're MSI only now
aver_eq!(
tb,
guest
.ssh_command("cat /proc/interrupts | grep -c 'IO-APIC'")
.unwrap_or_default()
.trim()
.parse::<u32>()
.unwrap_or(1),
0
);
guest.ssh_command("sudo shutdown -h now")?; guest.ssh_command("sudo shutdown -h now")?;
thread::sleep(std::time::Duration::new(10, 0)); thread::sleep(std::time::Duration::new(10, 0));
let _ = child.kill(); let _ = child.kill();