mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
committed by
Rob Bradford
parent
a216cf164f
commit
b41927dbcc
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user