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:
Muminul Islam
2025-10-17 20:03:41 -07:00
committed by Rob Bradford
parent f391a37a35
commit 258f826027
13 changed files with 155 additions and 12 deletions

View File

@@ -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 }