From d0ae9f329685a19136cfd9a890b305db3bc384b9 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 30 Jun 2022 12:11:59 +0200 Subject: Improve tests --- .../simple_breakpoints_manual_no_callback_1n/simulator.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 tests/simple_breakpoints_manual_no_callback_1n/simulator.py (limited to 'tests/simple_breakpoints_manual_no_callback_1n/simulator.py') diff --git a/tests/simple_breakpoints_manual_no_callback_1n/simulator.py b/tests/simple_breakpoints_manual_no_callback_1n/simulator.py deleted file mode 100755 index fe4b491..0000000 --- a/tests/simple_breakpoints_manual_no_callback_1n/simulator.py +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env python - -# Load ESDS -import esds -import numpy as np - -n=2 -B=np.full((n,n),n) -L=np.full((n,n),0) -s=esds.Simulator({"wlan0":{"bandwidth":B, "latency":L, "is_wired":False}, "eth0":{"bandwidth":B, "latency":L, "is_wired":True}}) - -s.create_node("node") -s.create_node("node") - -s.run(breakpoints=[1,2,3,10]) -- cgit v1.2.3