mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
tests: Add tests for vm.delete and vm.shutdown
Fixes: #1295 Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -52,7 +52,7 @@ pub struct GuestNetworkConfig {
|
||||
|
||||
pub const DEFAULT_TCP_LISTENER_MESSAGE: &str = "booted";
|
||||
pub const DEFAULT_TCP_LISTENER_PORT: u16 = 8000;
|
||||
pub const DEFAULT_TCP_LISTENER_TIMEOUT: i32 = 80;
|
||||
pub const DEFAULT_TCP_LISTENER_TIMEOUT: i32 = 120;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum WaitForBootError {
|
||||
|
||||
Reference in New Issue
Block a user