[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4665CD71.7050306@hp.com>
Date: Tue, 05 Jun 2007 16:54:09 -0400
From: Vlad Yasevich <vladislav.yasevich@...com>
To: Paolo Galtieri <pgaltieri@...sta.com>
Cc: Sridhar Samudrala <sri@...ibm.com>,
Net Dev <netdev@...r.kernel.org>
Subject: Re: What test suite exists for SCTP
Paolo Galtieri wrote:
> Vlad,
> I'm looking for something that exercises the SCTP stack. Something
> that can be run against different kernel versions for comparing features
> and regression testing.
>
lksctp-tools git repo is a good start. There 2 different sets of test:
1. Frame tests in lksctp-tools/test. These run the kernel sctp code in
userspace and are programmable to do whatever you want. You can add tests
to cover new functionality or ever force corner cases. The only limitation
of these is that you can't simulate race conditions.
2. Userspace functional tests in lksctp-tools/src/func_tests. These are mostly
API tests.
That's a good start. You can add to it anything that could be missing.
One warning about frame tests. You need different version of them for each
different kernel version. They depend on the kernel internals and when those change
we have to continually change these tests.
-vlad
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists