esds/tests
2022-07-01 20:53:13 +02:00
..
api_log_5n Improve tests 2022-06-30 12:11:59 +02:00
api_read_clock_2n Improve tests 2022-06-30 12:11:59 +02:00
api_read_eth0_ncom_2s1r Improve tests 2022-06-30 12:11:59 +02:00
api_read_order_ncom_1s2r Improve tests 2022-06-30 12:11:59 +02:00
api_read_wlan0_ncom_2s1r Improve tests 2022-06-30 12:11:59 +02:00
api_receivet0_eth0_1s1r Improve tests 2022-06-30 12:11:59 +02:00
api_receivet_eth0_1s1r Improve tests 2022-06-30 12:11:59 +02:00
api_send0_eth0_1s1r Improve tests 2022-06-30 12:11:59 +02:00
api_send_4interfaces_1s2r Improve tests 2022-06-30 12:11:59 +02:00
api_send_eth0_1s1r Debug wired communications when receiver is off. 2022-07-01 18:12:28 +02:00
api_send_eth0_2s1r Improve tests 2022-06-30 12:11:59 +02:00
api_send_eth0_3s1r Improve tests 2022-06-30 12:11:59 +02:00
api_send_wlan0_1s2r Improve tests 2022-06-30 12:11:59 +02:00
api_send_wlan0_2s1r Improve tests 2022-06-30 12:11:59 +02:00
api_sendt_eth0_1s1r Improve tests 2022-06-30 12:11:59 +02:00
api_sendt_wlan0_1s2r Improve tests 2022-06-30 12:11:59 +02:00
api_wait_2n Improve tests 2022-06-30 12:11:59 +02:00
api_wait_end_3n Improve tests 2022-06-30 12:11:59 +02:00
breakpoints_auto_1n Improve tests 2022-06-30 12:11:59 +02:00
breakpoints_manual_1n Improve tests 2022-06-30 12:11:59 +02:00
breakpoints_manual_no_callback_1n Improve tests 2022-06-30 12:11:59 +02:00
hidden_node_2s1r Major refactoring: 2022-06-14 17:13:46 +02:00
mobility_eth0_bandwidth_1s1r Major refactoring: 2022-06-14 17:13:46 +02:00
mobility_eth0_bandwidth_2s1r Improve tests 2022-06-30 12:11:59 +02:00
mobility_eth0_latency_1s1r Major refactoring: 2022-06-14 17:13:46 +02:00
mobility_eth0_latency_2s1r Improve tests 2022-06-30 12:11:59 +02:00
mobility_wlan0_bandwidth_1s1r Major refactoring: 2022-06-14 17:13:46 +02:00
mobility_wlan0_latency_1s1r Major refactoring: 2022-06-14 17:13:46 +02:00
README.org Add tests tracking document 2022-07-01 20:53:13 +02:00
run.sh Debug event processing 2022-06-29 11:19:36 +02:00

Test Description

Tests folders names convention:

  • m senders and n receivers is written "<m>s<n>r" (ex: "1s5r")
  • n nodes is written "<n>n" (ex: "5n")
  • Tests names follow the following format "<title>_<m>s<n>r" or "<title>_<n>n" (ex: "simple_send_rcv_1s5r", "ping_pong_2n")
  • Tests that test elementary API functions should start with the "api" keyword

api_log_5n [1/1]

  • Logs are performed in order

api_read_clock_2n [1/1]

  • Read the current simulated time

api_read_eth0_ncom_2s1r [3/4]

  • No communication should return 0
  • If a communication starts while read to ncom is performed, it should return 0 (deterministic rule)
  • Work with 1 communication
  • Work with 2 communications

api_read_order_ncom_1s2r

api_read_wlan0_ncom_2s1r

api_receivet0_eth0_1s1r

api_receivet_eth0_1s1r

api_send0_eth0_1s1r

api_send_4interfaces_1s2r

api_send_eth0_1s1r

api_send_eth0_2s1r

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

breakpoints_auto_1n

breakpoints_manual_1n

breakpoints_manual_no_callback_1n

hidden_node_2s1r

mobility_eth0_bandwidth_1s1r

mobility_eth0_bandwidth_2s1r

mobility_eth0_latency_1s1r

mobility_eth0_latency_2s1r

mobility_wlan0_bandwidth_1s1r

mobility_wlan0_latency_1s1r