Test error handling for itf creation.

This commit is contained in:
Pierre Lannoy 2025-08-18 18:34:46 +02:00
commit bc297ea337

View file

@ -291,6 +291,7 @@ class Network(object):
name=nic['name'], mac=nic['mac'], device=self.device.name name=nic['name'], mac=nic['mac'], device=self.device.name
) )
) )
interface = None
if interface: if interface: