-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathTODO
More file actions
22 lines (15 loc) · 699 Bytes
/
TODO
File metadata and controls
22 lines (15 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# User space networking test suite TODO list
## Client-server test suite
### Test framework
* Fix various issues resulting in tracebacks and error messages.
- Avoid spurious messages.
- Improve output.
* Implement proper UDP operation analysis based on existing UDP tests.
* Work with upstream python-ptrace so that the next release can be used
without patches.
* Review the results of all tests and the behavior of the test suite.
* Consider constraining writes to non-tmp directories.
### Tests
* Add new tests for various pieces of client-server software
## DHCP/NDP test suite
* Add test suite for IPv4/IPv6 automatic configuration using standard protocols.