----- Original Message ----- >Date: Wed, 30 Apr 2008 23:37:37 -0700 (PDT) >From: Alan DuBoff <[EMAIL PROTECTED]> >To: Jim Walker <[EMAIL PROTECTED]> >Cc: [email protected] >Subject: Re: [driver-discuss] NICDRV Test Suite Released > > >On Thu, 24 Apr 2008, Jim Walker wrote: > >> The Solaris Quality Engineering nicdrv test team has released >> the nicdrv test suite today on opensolaris.org. >> >> The test source tarballs and packages can be downloaded at: >> http://dlc.sun.com/osol/test/downloads/current >> >> Source code is also available from the STC2 Mercurial repository at: >> http://www.opensolaris.org/os/project/test-dev/repositories >> >> The test suite source can be browsed at: >> http://cvs.opensolaris.org/source/xref/test/ontest-stc2/src/suites/net/nicd rv >> >> More information on this test suite is at: >> http://opensolaris.org/os/community/device_drivers/projects/nicdrvtest >> >> Questions about the this test suite can be sent to driver-discuss at: >> http://www.opensolaris.org/jive/forum.jspa?forumID=79 >> >> Cheers, >> Jim > >Has anyone successfully installed these nicdrv test suites and have them >working? > >Seems to be missing some stuff and the configure doesn't run inside the >directory after I install. > >I copied an old version of netperf2 over from a different test server, >with an old version of the test suites, but it doesn't seem to be happy.
Alan, you need put netperf and netserver into both of $NETPERF_HOME and $NETPERF_HOME/amd64 directories for amd64 systems. It's very stupid behaviour of nicdrv, I think. You also need to fix a bug in include/getParameter.ksh I mentioned previously. Make "echo $result" alive in get_default_parameter(), which is currently commented out. -masa >If anyone has a recipe on getting a working test system, I'd like to hear >what you had to do. > >I've installed build 88 to a test system, but it is unclear on how to >install or use the suites. I have manually configured, but the missing >/opt/SUNWstc-netperf2 has me puzzled as I don't see them after adding all >the test suites from the SDL. > >Did you install these Jim? > >-- > >Alan DuBoff - Solaris x86 IHV/OEM Group >_______________________________________________ >driver-discuss mailing list >[email protected] >http://mail.opensolaris.org/mailman/listinfo/driver-discuss _______________________________________________ driver-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/driver-discuss
