mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-22 04:25:21 +00:00
tests: Enable test_console_file case on AArch64
This test case could have been ready on AArch64 since the serial issue was fixed. Signed-off-by: Michael Zhao <michael.zhao@arm.com>
This commit is contained in:
parent
0268089ac6
commit
04aff2e2f9
@ -3203,7 +3203,6 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(target_arch = "x86_64")]
|
|
||||||
fn test_console_file() {
|
fn test_console_file() {
|
||||||
let focal = UbuntuDiskConfig::new(FOCAL_IMAGE_NAME.to_string());
|
let focal = UbuntuDiskConfig::new(FOCAL_IMAGE_NAME.to_string());
|
||||||
let guest = Guest::new(Box::new(focal));
|
let guest = Guest::new(Box::new(focal));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user