From e338b67e10abce6c9d849463845e35a7f4ee1467 Mon Sep 17 00:00:00 2001 From: Maria Kuklina Date: Thu, 26 Sep 2024 17:34:57 +0200 Subject: [PATCH] fix test --- crates/server-config/src/resolved_config.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/server-config/src/resolved_config.rs b/crates/server-config/src/resolved_config.rs index 1c93e6aaca..ec3f824bed 100644 --- a/crates/server-config/src/resolved_config.rs +++ b/crates/server-config/src/resolved_config.rs @@ -883,6 +883,7 @@ mod tests { libvirt_uri: "qemu:///system".to_string(), allow_gpu: true, network: VmNetworkConfig { + interface: Some("eth0".to_string()), bridge_name: "br422442".to_string(), public_ip: Ipv4Addr::new(1, 1, 1, 1), vm_ip: Ipv4Addr::new(2, 2, 2, 2),