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>
19 lines
459 B
TOML
19 lines
459 B
TOML
[package]
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition.workspace = true
|
|
name = "test_infra"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
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 }
|
|
vmm-sys-util = { workspace = true }
|
|
wait-timeout = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|