summaryrefslogtreecommitdiff
path: root/tests/mobility_eth0_bandwidth_2s1r/simulator.py
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-06-30 12:11:59 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2022-06-30 12:11:59 +0200
commitd0ae9f329685a19136cfd9a890b305db3bc384b9 (patch)
treeb3c72908b8930db16b1f682bb7119abeaf72fadf /tests/mobility_eth0_bandwidth_2s1r/simulator.py
parent1bef51d87860f782f687533012167bebb43c093d (diff)
Improve tests
Diffstat (limited to 'tests/mobility_eth0_bandwidth_2s1r/simulator.py')
-rwxr-xr-xtests/mobility_eth0_bandwidth_2s1r/simulator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mobility_eth0_bandwidth_2s1r/simulator.py b/tests/mobility_eth0_bandwidth_2s1r/simulator.py
index ed58854..e1e6636 100755
--- a/tests/mobility_eth0_bandwidth_2s1r/simulator.py
+++ b/tests/mobility_eth0_bandwidth_2s1r/simulator.py
@@ -38,4 +38,4 @@ def callback(simulator):
new_bw_eth0=simulator.netmat["eth0"]["bandwidth"]*2
simulator.update_network({"wlan0":{"bandwidth":new_bw_wlan0, "latency":L, "is_wired":False}, "eth0":{"bandwidth":new_bw_eth0, "latency":L, "is_wired":True}})
-s.run(breakpoints_every=1,breakpoint_callback=callback,debug=True)
+s.run(breakpoints_every=1,breakpoint_callback=callback)