mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
tests: Use vmm_sys_util::tempfile::Tempfile in integration tests
This removes the requirement for an extra crate and simplifies the dependency chain. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
committed by
Sebastien Boeuf
parent
946c484590
commit
d78b2ec8b5
@@ -44,7 +44,6 @@ dirs = "3.0.1"
|
||||
credibility = "0.1.3"
|
||||
tempdir = "0.3.7"
|
||||
lazy_static= "1.4.0"
|
||||
tempfile = "3.2.0"
|
||||
serde_json = "1.0.62"
|
||||
net_util = { path = "net_util" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user