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/simple_log_5n/simulator.py | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 tests/simple_log_5n/simulator.py (limited to 'tests/simple_log_5n/simulator.py') diff --git a/tests/simple_log_5n/simulator.py b/tests/simple_log_5n/simulator.py deleted file mode 100755 index d9346cd..0000000 --- a/tests/simple_log_5n/simulator.py +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env python - -# Load ESDS -import esds -import numpy as np - -B=np.full((5,5),5) -L=np.full((5,5),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.create_node("node") -s.create_node("node") -s.create_node("node") - -s.run() -- cgit v1.2.3