diff options
Diffstat (limited to 'tests/api_sendt_wlan0_1s2r')
| -rw-r--r-- | tests/api_sendt_wlan0_1s2r/platform.yaml | 4 | ||||
| -rwxr-xr-x | tests/api_sendt_wlan0_1s2r/simulator.py | 15 |
2 files changed, 0 insertions, 19 deletions
diff --git a/tests/api_sendt_wlan0_1s2r/platform.yaml b/tests/api_sendt_wlan0_1s2r/platform.yaml index 096d56a..c2e3b80 100644 --- a/tests/api_sendt_wlan0_1s2r/platform.yaml +++ b/tests/api_sendt_wlan0_1s2r/platform.yaml @@ -11,7 +11,3 @@ interfaces: - all 1Bps 0s all txperfs: - all 1Bps 0s - eth0: - type: "wired" - links: - - all 1Bps 0s all
\ No newline at end of file diff --git a/tests/api_sendt_wlan0_1s2r/simulator.py b/tests/api_sendt_wlan0_1s2r/simulator.py deleted file mode 100755 index e721a93..0000000 --- a/tests/api_sendt_wlan0_1s2r/simulator.py +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env python - -# Load ESDS -import esds -import numpy as np - -B=np.full((3,3),8) -L=np.full((3,3),0) -s=esds.Simulator({"wlan0":{"bandwidth":B, "latency":L, "is_wired":False}, "eth0":{"bandwidth":B, "latency":L, "is_wired":True}}) - -s.create_node("sender") -s.create_node("receiver") -s.create_node("receiver") - -s.run() |
