mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
tests: Fix an error message in VHDX expansion test
The VHDX image is generated directly, not converted from a RAW image. Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
@@ -3402,7 +3402,7 @@ mod common_parallel {
|
||||
.arg(vhdx_path)
|
||||
.arg(VIRTUAL_DISK_SIZE.to_string())
|
||||
.output()
|
||||
.expect("Expect generating dynamic VHDx image from RAW image");
|
||||
.expect("Expect generating dynamic VHDX image");
|
||||
|
||||
// Check if the size matches with empty VHDx file size
|
||||
assert_eq!(vhdx_image_size(vhdx_path), EMPTY_VHDX_FILE_SIZE);
|
||||
|
||||
Reference in New Issue
Block a user