summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/README.org9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/README.org b/tests/README.org
index 026c703..1af37b4 100644
--- a/tests/README.org
+++ b/tests/README.org
@@ -37,7 +37,14 @@ Tests folders names convention:
- [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_send_eth0_3s1r [5/5]
+- [X] 3 senders transmit to same node get their bandwidth divided by 3
+- [X] If 2 of the 3 senders end their communications, the remaining one get its bandwidth divided by 2 to
+ send its remaining amount of data
+- [X] If 1 of the 3 senders end its communication, the remaining 2 get their bandwidth divided by 2 to
+ send their remaining amount of data
+- [X] 3 senders get their bandwidth divided by 3, 2 by 2 and 1 get full bandwidth
+- [X] Ensure that after all these bandwidth sharing, a single send work as expected
* api_sendt_eth0_1s1r [3/3]
- [X] sendt() works if timeout > transmission duration
- [X] sendt() works if timeout = transmission duration