diff options
Diffstat (limited to 'tests/TESTBENCH')
-rw-r--r-- | tests/TESTBENCH | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/TESTBENCH b/tests/TESTBENCH index 9e6383e..7a4df94 100644 --- a/tests/TESTBENCH +++ b/tests/TESTBENCH @@ -1,4 +1,19 @@ ------------------------------------------------------------------------------- +TODO : + - DOC DOC DOC + - make run + - asynchronous sending ? + - automate all the following: + - test the protocol errors (broadcast, bindregexps, etc) + - use a parameter for the local domain address . 10.192.36 is hardcoded, + this is ugly + - check the malformed broadcasts + echo "coucou" | nc -u -b -q 0 127.255.255.255 2010 + - check the remote disconnections (ivyprobe ^C ) and check if the + disappearance is OK + - propagate the testbenches to other implementations ... + +------------------------------------------------------------------------------- How to check if it doesn't work ? -> There is now a simple testbench. It can fail if the architecture doesn't support broadcast on loopback address |