From d0ae9f329685a19136cfd9a890b305db3bc384b9 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 30 Jun 2022 12:11:59 +0200 Subject: Improve tests --- tests/mobility_eth0_bandwidth_2s1r/simulator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/mobility_eth0_bandwidth_2s1r/simulator.py') 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) -- cgit v1.2.3