mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-06-06 13:27:39 +00:00
Improve tests
This commit is contained in:
parent
1bef51d878
commit
d0ae9f3296
85 changed files with 77 additions and 44 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue