Linux kernel test suites
Can someone pass me pointer to Linux kernel test suite ? I am specially interested in iptables (netfilter) and socket APIs. Thanks
On Fri, May 20, 2011 at 7:33 PM, Abu Rasheda <rcpilot2010@gmail.com> wrote:
Can someone pass me pointer to Linux kernel test suite ? I am specially interested in iptables (netfilter) and socket APIs.
Thanks
I can't help specifically. You may need to ask on the relevant list. Each area of the kernel keeps its own test suite I believe. As an example, a lot of the filesystems use xfstests as their test suite. The reason for the name is primarily legacy I believe since historically it only supported XFS. Now it supports many filesystems. Greg
On Sat, May 21, 2011 at 2:33 AM, Abu Rasheda <rcpilot2010@gmail.com> wrote:
Can someone pass me pointer to Linux kernel test suite ? I am specially interested in iptables (netfilter) and socket APIs.
Hello Abu, Linux Test Project can be a good starting point ([1]). thanks, Daniel. [1] http://ltp.sourceforge.net/
Hey, You can refer Autotest. Thanks Sanjeev sharma On Sat, May 21, 2011 at 5:03 AM, Abu Rasheda <rcpilot2010@gmail.com> wrote:
Can someone pass me pointer to Linux kernel test suite ? I am specially interested in iptables (netfilter) and socket APIs.
Thanks
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
Thank to all of you who replied. I will check these out. Abu Rasheda On Sun, May 22, 2011 at 9:40 PM, sanjeev sharma <sanjeevsharmaengg@gmail.com> wrote:
Hey,
You can refer Autotest.
Thanks Sanjeev sharma
On Sat, May 21, 2011 at 5:03 AM, Abu Rasheda <rcpilot2010@gmail.com> wrote:
Can someone pass me pointer to Linux kernel test suite ? I am specially interested in iptables (netfilter) and socket APIs.
Thanks
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
participants (4)
-
Abu Rasheda -
Daniel Baluta -
Greg Freemyer -
sanjeev sharma