diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-07-02 13:06:23 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-07-02 13:06:23 +0200 |
| commit | 76a83847910c8763141f078610785110fcfff6e8 (patch) | |
| tree | b4ac0730ab8b1ef0badf4daef33ebc62c795fa97 /tests/README.org | |
| parent | 988237bbd5d01379433bd22e99fba06837b359f9 (diff) | |
Update README.org
Diffstat (limited to 'tests/README.org')
| -rw-r--r-- | tests/README.org | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/tests/README.org b/tests/README.org index fdb12f4..f510daf 100644 --- a/tests/README.org +++ b/tests/README.org @@ -39,17 +39,26 @@ Tests folders names convention: - [X] Check send on 2 receivers works * api_send_eth0_3s1r * api_sendt_eth0_1s1r -* api_sendt_wlan0_1s2r -* api_send_wlan0_1s2r -* api_send_wlan0_2s1r +* api_sendt_wlan0_1s2r [2/2] +- [X] Transmission work if timeout do not expire +- [X] Transmission does not work if timeout expire +* api_send_wlan0_1s2r [3/3] +- [X] All reachable receivers get the data +- [X] If receiver turned off data is not received +- [X] If receiver turned off at least one time during communication it must not receive the data +* api_send_wlan0_2s1r [1/1] +- [X] If 2 receivers send at the same time to the same receiver, interference should happend on the receiver * api_wait_2n [1/1] - [X] Wait works as expected on 2 nodes * api_wait_end_3n [2/2] - [X] Wait for 0s works as expected - [X] wait_end() works as expected -* breakpoints_auto_1n -* breakpoints_manual_1n -* breakpoints_manual_no_callback_1n +* breakpoints_auto_1n [1/1] +- [X] Simulation is interrupted every 3.3s during a transmission +* breakpoints_manual_1n [1/1] +- [X] Simulation breaks at 1,2,3 and 10s +* breakpoints_manual_no_callback_1n [1/1] +- [X] Breakpoints work if no callback specified * hidden_node_2s1r * mobility_eth0_bandwidth_1s1r * mobility_eth0_bandwidth_2s1r |
