fix plasmavmc kvm smoke shutdown test
This commit is contained in:
parent
105dccfaa9
commit
311bcdf2c0
1 changed files with 4 additions and 4 deletions
|
|
@ -1416,9 +1416,9 @@ mod tests {
|
|||
"unexpected state: {:?}",
|
||||
status.actual_state
|
||||
);
|
||||
backend
|
||||
.stop(&handle, Duration::from_secs(2))
|
||||
.await
|
||||
.expect("stop vm");
|
||||
// The smoke path may use an empty qcow2, so there is no guest userspace to
|
||||
// honor ACPI powerdown. Use force-kill here to validate QEMU launch
|
||||
// without depending on guest shutdown behavior.
|
||||
backend.kill(&handle).await.expect("kill vm");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue