mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 11:22:26 +00:00
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:
parent
e0830640b7
commit
e1ff142392
12
src/main.rs
12
src/main.rs
@ -2041,18 +2041,6 @@ mod tests {
|
||||
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")?;
|
||||
thread::sleep(std::time::Duration::new(10, 0));
|
||||
let _ = child.kill();
|
||||
|
Loading…
x
Reference in New Issue
Block a user