summaryrefslogtreecommitdiff
path: root/tests/simple_send_eth0_2s1r/simulator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple_send_eth0_2s1r/simulator.py')
-rwxr-xr-xtests/simple_send_eth0_2s1r/simulator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple_send_eth0_2s1r/simulator.py b/tests/simple_send_eth0_2s1r/simulator.py
index 9980b2a..f23eec3 100755
--- a/tests/simple_send_eth0_2s1r/simulator.py
+++ b/tests/simple_send_eth0_2s1r/simulator.py
@@ -8,7 +8,7 @@ import numpy as np
B=np.full((3,3),8)
L=np.full((3,3),0)
-s=esds.Simulator(B,L,B,L)
+s=esds.Simulator({"wlan0":{"bandwidth":B, "latency":L},"eth0":{"bandwidth":B, "latency":L}})
s.create_node("sender")
s.create_node("sender")