Commit b2bf86e0 authored by Antoine Kaufmann's avatar Antoine Kaufmann Committed by Antoine Kaufmann
Browse files

WIP orchestration: add init_network method to NetSim

this allows this to be called on all networks for mixed experiments.
parent 9473430c
...@@ -236,6 +236,9 @@ class NetSim(Simulator): ...@@ -236,6 +236,9 @@ class NetSim(Simulator):
def wait_terminate(self) -> Bool: def wait_terminate(self) -> Bool:
return self.wait return self.wait
def init_network(self) -> None:
pass
# FIXME: Class hierarchy is broken here as an ugly hack # FIXME: Class hierarchy is broken here as an ugly hack
class MemDevSim(NICSim): class MemDevSim(NICSim):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment