mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
3b43551d98
The Windows image is quite large (about 20GiB), hence it takes some time to copy it for every test in order to avoid potential corruption. One way to mitigate that without compromising on safety between each test is by using device mapper. By creating a read-only base, we ensure the image won't be modified by any of the tests, and by creating one snapshot for each test, we avoid copying the entire image each time. A dedicated Copy On Write disk image is created to handle any change that might be performed on the base image, letting the tests behave as expected. Fixes #2155 Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com> |
||
---|---|---|
.. | ||
create-cloud-init.sh | ||
dev_cli.sh | ||
run_cargo_tests.sh | ||
run_integration_tests_aarch64.sh | ||
run_integration_tests_sgx.sh | ||
run_integration_tests_windows.sh | ||
run_integration_tests_x86_64.sh | ||
run_openapi_tests.sh | ||
run_unit_tests.sh | ||
sha1sums-aarch64 | ||
sha1sums-x86_64 | ||
test-util.sh |