From: Vlad Yasevich <vladislav.yasevich@hp.com>
To: Paolo Galtieri <pgaltieri@mvista.com>
Cc: Sridhar Samudrala <sri@us.ibm.com>, Net Dev <netdev@vger.kernel.org>
Subject: Re: What test suite exists for SCTP
Date: Tue, 05 Jun 2007 16:54:09 -0400 [thread overview]
Message-ID: <4665CD71.7050306@hp.com> (raw)
In-Reply-To: <4665CBC0.7030809@mvista.com>
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
prev parent reply other threads:[~2007-06-05 20:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-05 20:32 What test suite exists for SCTP Paolo Galtieri
2007-06-05 20:38 ` Vlad Yasevich
2007-06-05 20:46 ` Paolo Galtieri
2007-06-05 20:54 ` Vlad Yasevich [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4665CD71.7050306@hp.com \
--to=vladislav.yasevich@hp.com \
--cc=netdev@vger.kernel.org \
--cc=pgaltieri@mvista.com \
--cc=sri@us.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).