diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-08-22 19:05:27 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-08-22 19:05:27 +0200 |
| commit | 111ad7c34c505db6aa723454212b2e3f91931281 (patch) | |
| tree | 95f925e9c81811e986808c2220f49d89b05785d6 /tests | |
| parent | a7f38dc162b2b194cfe84a98d587888ca4033cde (diff) | |
Update tests
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/api_send_wlan0_2s1r/out | 12 | ||||
| -rw-r--r-- | tests/api_send_wlan0_2s1r/platform.yaml | 3 |
2 files changed, 9 insertions, 6 deletions
diff --git a/tests/api_send_wlan0_2s1r/out b/tests/api_send_wlan0_2s1r/out index 01a1cf1..354881c 100644 --- a/tests/api_send_wlan0_2s1r/out +++ b/tests/api_send_wlan0_2s1r/out @@ -1,13 +1,13 @@ [t=0.000,src=n0,grp=def] Send 1 bytes on wlan0 [t=0.000,src=n1,grp=def] Send 1 bytes on wlan0 -[t=1.000,src=n1,grp=def] Receive 1 bytes on wlan0 with errors -[t=1.000,src=n2,grp=def] Receive 1 bytes on wlan0 with errors -[t=1.000,src=n0,grp=def] Receive 1 bytes on wlan0 with errors +[t=1.000,src=n1,grp=def] Receive 1 bytes on wlan0 +[t=1.000,src=n2,grp=def] Receive 1 bytes on wlan0 +[t=1.000,src=n0,grp=def] Receive 1 bytes on wlan0 [t=1.000,src=n2,grp=def] Receive 1 bytes on wlan0 [t=1.000,src=n0,grp=def] Sender send code RCode.SUCCESS [t=1.000,src=n1,grp=def] Sender send code RCode.SUCCESS -[t=1.000,src=n2,grp=def] Receiver code 1 RCode.INTERFERENCES -[t=1.000,src=n0,grp=def] Sender receive code RCode.INTERFERENCES -[t=1.000,src=n1,grp=def] Sender receive code RCode.INTERFERENCES +[t=1.000,src=n2,grp=def] Receiver code 1 RCode.SUCCESS +[t=1.000,src=n0,grp=def] Sender receive code RCode.SUCCESS +[t=1.000,src=n1,grp=def] Sender receive code RCode.SUCCESS [t=1.000,src=n2,grp=def] Receiver code 2 RCode.SUCCESS [t=1.000,src=esds] Simulation ends diff --git a/tests/api_send_wlan0_2s1r/platform.yaml b/tests/api_send_wlan0_2s1r/platform.yaml index 999a7e9..7a0699b 100644 --- a/tests/api_send_wlan0_2s1r/platform.yaml +++ b/tests/api_send_wlan0_2s1r/platform.yaml @@ -1,3 +1,6 @@ +general: + interferences: no + nodes: count: 3 implementations: |
