summaryrefslogtreecommitdiff
path: root/tests/api_send_4interfaces_1s2r
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-06-29 09:37:27 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-06-29 09:37:27 +0200
commite082a7b51983b4a277243f9bb02d3b5126b4b74a (patch)
tree3c0d2751465e04f7621aa817f91a0548990fb184 /tests/api_send_4interfaces_1s2r
parent9a1578ae752075cbe4e0c658307d037cb18b56c9 (diff)
Interfaces are now assigned to specific nodes
Diffstat (limited to 'tests/api_send_4interfaces_1s2r')
-rw-r--r--tests/api_send_4interfaces_1s2r/platform.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/api_send_4interfaces_1s2r/platform.yaml b/tests/api_send_4interfaces_1s2r/platform.yaml
index 1665f05..b0c4391 100644
--- a/tests/api_send_4interfaces_1s2r/platform.yaml
+++ b/tests/api_send_4interfaces_1s2r/platform.yaml
@@ -7,6 +7,7 @@ nodes:
interfaces:
wlan0:
type: "wireless"
+ nodes: all
links:
- all 1Bps 0s all
- 0 0bps 0s 2 # Sender cannot reach n2 on wlan0
@@ -14,15 +15,18 @@ interfaces:
- all 1Bps 0s
wlan1:
type: "wireless"
+ nodes: all
links:
- all 1Bps 0s all # Sender can reach n1 AND n2 on wlan1
txperfs:
- all 1Bps 0s
eth0:
type: "wired"
+ nodes: all
links:
- all 1Bps 0s all
eth1:
type: "wired"
+ nodes: all
links:
- all 2Bps 0s all # On eth1 sender can reach receiver twice faster than eth0 \ No newline at end of file