diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-06-30 12:11:59 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-06-30 12:11:59 +0200 |
| commit | d0ae9f329685a19136cfd9a890b305db3bc384b9 (patch) | |
| tree | b3c72908b8930db16b1f682bb7119abeaf72fadf /tests/mobility_eth0_latency_2s1r | |
| parent | 1bef51d87860f782f687533012167bebb43c093d (diff) | |
Improve tests
Diffstat (limited to 'tests/mobility_eth0_latency_2s1r')
| -rwxr-xr-x | tests/mobility_eth0_latency_2s1r/simulator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mobility_eth0_latency_2s1r/simulator.py b/tests/mobility_eth0_latency_2s1r/simulator.py index 05dfee8..cb4a8bb 100755 --- a/tests/mobility_eth0_latency_2s1r/simulator.py +++ b/tests/mobility_eth0_latency_2s1r/simulator.py @@ -39,4 +39,4 @@ def callback(simulator): new_lat_eth0=simulator.netmat["eth0"]["latency"]+1/2 simulator.update_network({"wlan0":{"bandwidth":B, "latency":new_lat_wlan0, "is_wired":False},"eth0":{"bandwidth":B, "latency":new_lat_eth0, "is_wired":True}}) -s.run(breakpoints_every=1,breakpoint_callback=callback,debug=True) +s.run(breakpoints_every=1,breakpoint_callback=callback) |
