tests: Add tests checking for host MAC address setting

Extend the set of tests we have for virtio-net and vhost-user-net to
check for host MAC address setting.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2020-05-15 10:19:51 +01:00
parent 1b8b5ac179
commit 391508f054
3 changed files with 51 additions and 6 deletions
+1
View File
@@ -36,6 +36,7 @@ tempdir= "0.3.7"
lazy_static= "1.4.0"
tempfile = "3.1.0"
serde_json = ">=1.0.9"
net_util = { path = "net_util" }
[features]
default = ["acpi", "pci", "cmos"]