mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-05-05 02:53:57 +00:00
Debug and improve tests
This commit is contained in:
parent
b3cbb52f00
commit
17bfda379b
25 changed files with 376 additions and 21 deletions
tests/api_send_4interfaces_1s2r
28
tests/api_send_4interfaces_1s2r/platform.yaml
Normal file
28
tests/api_send_4interfaces_1s2r/platform.yaml
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue