mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-19 03:59:45 +00:00
Improve tests
This commit is contained in:
parent
b1b59d5fe6
commit
988237bbd5
3 changed files with 20 additions and 7 deletions
|
@ -27,17 +27,26 @@ Tests folders names convention:
|
|||
- [X] If timeout not expire receivet() should receive the data in the queue
|
||||
- [X] If timeout expire receivet() should return -1
|
||||
- [X] If data received when timeout expire (same simulated time), data should be received
|
||||
* api_send0_eth0_1s1r
|
||||
* api_send_4interfaces_1s2r
|
||||
* api_send_eth0_1s1r
|
||||
* api_send_eth0_2s1r
|
||||
* api_send0_eth0_1s1r [1/1]
|
||||
- [X] Whatever the simulated time, instantaneous send() works as expected
|
||||
* api_send_4interfaces_1s2r [1/1]
|
||||
- [X] Perform send with 4 interfaces: 2 wireless and 2 wired
|
||||
* api_send_eth0_1s1r [3/3]
|
||||
- [X] Proper duration for 1 communication with latency=0
|
||||
- [X] No data receive on eth0 when receiver is turned off
|
||||
- [X] Communications on eth0 is created and performed (simulated time increase) even if receiver is turned off
|
||||
* api_send_eth0_2s1r [1/1]
|
||||
- [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_wait_2n
|
||||
* api_wait_end_3n
|
||||
* 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue