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:
Rob Bradford
2022-06-15 16:28:36 +01:00
parent b3569f084d
commit 094625242d
2 changed files with 160 additions and 1 deletions

View File

@@ -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 {