summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-07-02 14:23:38 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2022-07-02 14:23:38 +0200
commitc5fa6d856af2945e19ab3669f804677a03b4f6e9 (patch)
tree71edb28d42bbc586540638ffe641efd7e50b2cef /tests
parent33d24479dea9e4573e9fdcbf22bb2093c37ea191 (diff)
Update README.org
Diffstat (limited to 'tests')
-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