Files
infix/test/infamy/__init__.py
T

15 lines
272 B
Python

import os
from .env import Env
from .netns import IsolatedMacVlan
from .tap import Test
def std_topology(name):
return os.path.realpath(
os.path.join(
os.path.dirname(__file__),
"topologies",
name + ".dot"
)
)