From: Xin Long <lucien.xin@xxxxxxxxx> Date: Thu, 4 Apr 2019 17:45:07 +0800 > We're thinking about adding some sctp tests into selftests, > but these ones are not good to be the first one, I think. > sysctl_sockets_memctl.sh is a multi-host test, even netns can't work for it. You can't set per-netns memory controls appropriately to make the tests work? > Each subcomponent seems to have its own test case in other git repo, > can I ask what kind of tests should I put into kernel selftests in > the future? It would be ideal that we have a decent base set of SCTP tests and then when bug fixes are added, we get a unit test with the fix. I guess a good baseline would be testing basic comminucation between SCTP sockets in different netns, and then adding tests for setting the various socket options and making sure the socket option had the desired effect.