tests: Enable vhost-user-net self-spawned test cases

Signed-off-by: Michael Zhao <michael.zhao@arm.com>
This commit is contained in:
Michael Zhao 2020-08-26 21:37:22 +08:00 committed by Sebastien Boeuf
parent 23e5a726ec
commit 85c9bd0f47

View File

@ -2587,13 +2587,11 @@ mod tests {
}
#[test]
#[cfg(target_arch = "x86_64")]
fn test_vhost_user_net_self_spawning() {
test_vhost_user_net(None, 4, None, true, false)
}
#[test]
#[cfg(target_arch = "x86_64")]
fn test_vhost_user_net_self_spawning_host_mac() {
test_vhost_user_net(None, 2, None, true, true)
}