Testing Network Driver!

Hi ,
I am looking for a wide range of System Test cases to test my a network
driver (Apart from multiple, pings, FTP sessions, measuring the throuhput
under heavy load, etc)

Is there any Pointers where I can find those documents

Thanks
Jalaja

you might want to try out ISIC http://www.cotse.com/tools/packet.htm

it does a pretty good job of flooding a network, and sending illegal
packets.

Mike


JalajaDevi wrote:

Hi ,
I am looking for a wide range of System Test cases to test my a network
driver (Apart from multiple, pings, FTP sessions, measuring the throuhput
under heavy load, etc)

Is there any Pointers where I can find those documents

Thanks
Jalaja

Hi Jalaja,

You can look at the utility DT, the QA guys here use that for some
tests. Or you can write your own app that opens a socket and floods
data to it.

Hope this helps


Erick.


JalajaDevi <jganapat@storage.com> wrote:

Hi ,
I am looking for a wide range of System Test cases to test my a network
driver (Apart from multiple, pings, FTP sessions, measuring the throuhput
under heavy load, etc)

Is there any Pointers where I can find those documents

Thanks
Jalaja

Hardware Support Account wrote:

Hi Jalaja,

You can look at the utility DT, the QA guys here use that for some
tests. Or you can write your own app that opens a socket and floods
data to it.

Hope this helps

Search for “dt” in

http://quics.qnx.com/cgi-bin/dir_find.cgi?/usr/free/

This version looks a little ancient (V10.10, 1997).
Version 14.2 is available:

http://www.bit-net.com/~rmiller/dt.html

Tom Evans