infamy: Expose the new IsolatedMacVlans for tests

This commit is contained in:
Mattias Walström
2024-11-25 14:03:03 +01:00
parent c7db71d095
commit 82fd4bdb68
+1 -1
View File
@@ -3,7 +3,7 @@ import os
from .container import Container
from .env import Env
from .furl import Furl
from .netns import IsolatedMacVlan
from .netns import IsolatedMacVlan,IsolatedMacVlans
from .sniffer import Sniffer
from .tap import Test
from .util import parallel, until