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
View File
@@ -7,6 +7,7 @@ edition = "2018"
[dependencies]
dirs = "3.0.1"
epoll = "4.3.1"
lazy_static= "1.4.0"
libc = "0.2.91"
ssh2 = "0.9.1"
vmm-sys-util = "0.9.0"