diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-13 14:38:30 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-13 14:38:30 +0200 |
| commit | 17bfda379be17acb20abfb7f0c9231d36ef8766d (patch) | |
| tree | f263d1b37e223278e4b929460c7f4dc7798493ef /tests/api_send_4interfaces_1s2r/platform.yaml | |
| parent | b3cbb52f00e000277c3c74e1e9eab230d8b2d843 (diff) | |
Debug and improve tests
Diffstat (limited to 'tests/api_send_4interfaces_1s2r/platform.yaml')
| -rw-r--r-- | tests/api_send_4interfaces_1s2r/platform.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/api_send_4interfaces_1s2r/platform.yaml b/tests/api_send_4interfaces_1s2r/platform.yaml new file mode 100644 index 0000000..1665f05 --- /dev/null +++ b/tests/api_send_4interfaces_1s2r/platform.yaml @@ -0,0 +1,28 @@ +nodes: + count: 3 + implementations: + - 0 sender.py + - 1,2 receiver.py + +interfaces: + wlan0: + type: "wireless" + links: + - all 1Bps 0s all + - 0 0bps 0s 2 # Sender cannot reach n2 on wlan0 + txperfs: + - all 1Bps 0s + wlan1: + type: "wireless" + links: + - all 1Bps 0s all # Sender can reach n1 AND n2 on wlan1 + txperfs: + - all 1Bps 0s + eth0: + type: "wired" + links: + - all 1Bps 0s all + eth1: + type: "wired" + links: + - all 2Bps 0s all # On eth1 sender can reach receiver twice faster than eth0
\ No newline at end of file |
