test_infra: Move struct Guest and struct GuestCommand from tests

In this way, these structs can be reused for performance tests.

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen
2022-02-04 11:14:41 -08:00
committed by Sebastien Boeuf
parent a3a175216a
commit 7f987552ef
4 changed files with 600 additions and 590 deletions

1
Cargo.lock generated
View File

@@ -955,6 +955,7 @@ version = "0.1.0"
dependencies = [
"dirs 3.0.2",
"epoll",
"lazy_static",
"libc",
"ssh2",
"vmm-sys-util",