tests: cvm: remove unused GuestAddress import

Drop an unused vm_memory::GuestAddress import from common_cvm
in integration tests to keep the module clean.

Signed-off-by: Muminul Islam <muislam@microsoft.com>
This commit is contained in:
Muminul Islam
2026-02-22 23:23:53 -08:00
committed by Rob Bradford
parent a216cf164f
commit b41927dbcc

View File

@@ -14432,9 +14432,8 @@ mod fw_cfg {
#[cfg(all(feature = "sev_snp", target_arch = "x86_64"))]
mod common_cvm {
use vm_memory::GuestAddress;
use crate::*;
#[test]
fn test_focal_simple_launch() {
let disk_config = UbuntuDiskConfig::new(FOCAL_IMAGE_NAME.to_string());