performance-metrics: Create test image for block I/O tests from main

In this way, we can avoid create/delete large temporary files during
every iteration of block I/O performance tests. Also, we can reuse the
'init/clean_tests()' interface in the future for other setup/cleanup.

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen
2022-02-07 16:39:15 -08:00
committed by Rob Bradford
parent 1cf73c83e2
commit b806935941
4 changed files with 23 additions and 23 deletions

1
Cargo.lock generated
View File

@@ -637,7 +637,6 @@ dependencies = [
"serde_derive",
"serde_json",
"test_infra",
"vmm-sys-util",
"wait-timeout",
]