mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
tests: Add initial support of CVM test on MSHV
This patch adds the skeleton of the CVM test support and modify existing scripts and test framework to enable such scenario. Split the sha1sum to support both regular and CVM guest. Add one test case for CVM. Will further add more test cases. Signed-off-by: Muminul Islam <muislam@microsoft.com>
This commit is contained in:
committed by
Rob Bradford
parent
f391a37a35
commit
258f826027
@@ -8,6 +8,7 @@ version = "0.1.0"
|
||||
dirs = { workspace = true }
|
||||
epoll = { workspace = true }
|
||||
libc = { workspace = true }
|
||||
rand = "0.9.2"
|
||||
serde_json = { workspace = true }
|
||||
ssh2 = { version = "0.9.5", features = ["vendored-openssl"] }
|
||||
thiserror = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user