mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-09 22:24:51 +00:00
hypervisor: fix CH network test initializer pci_path field
Set the new pci_path field in cloud-hypervisor network test config so unit tests compile with the updated NetworkConfig struct. Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com> Assisted-by: OpenAI Codex <codex@openai.com>
This commit is contained in:
@@ -571,6 +571,7 @@ mod tests {
|
||||
allow_duplicate_mac: false,
|
||||
use_generic_irq: None,
|
||||
use_shared_irq: None,
|
||||
pci_path: None,
|
||||
};
|
||||
|
||||
let net = NetConfig::try_from(cfg.clone());
|
||||
|
||||
Reference in New Issue
Block a user