summaryrefslogtreecommitdiff
path: root/tests/simple_breakpoints_auto_1n/simulator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple_breakpoints_auto_1n/simulator.py')
-rwxr-xr-xtests/simple_breakpoints_auto_1n/simulator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple_breakpoints_auto_1n/simulator.py b/tests/simple_breakpoints_auto_1n/simulator.py
index 99cdafc..85eb277 100755
--- a/tests/simple_breakpoints_auto_1n/simulator.py
+++ b/tests/simple_breakpoints_auto_1n/simulator.py
@@ -9,7 +9,7 @@ import numpy as np
n=2
B=np.full((2,2),n)
L=np.full((2,2),0)
-s=esds.Simulator(B,L,B,L)
+s=esds.Simulator({"wlan0":{"bandwidth":B, "latency":L},"eth0":{"bandwidth":B, "latency":L}})
s.create_node("node")
s.create_node("node")