Re: [Fault-injection-developer] RE: e100 frame reception test result draft.
Status: Alpha
Brought to you by:
rustyl
From: Rusty L. <ru...@li...> - 2003-02-19 16:40:26
|
On Wed, 2003-02-19 at 08:26, Mark Haverkamp wrote: > On Tue, 2003-02-18 at 16:12, Rusty Lynch wrote: > > Kevin, > > > > Could you publish a test plan with detailed test procedures for > > recreating your e100 test cases. For the purposes of the fault > > injection project, it is actually more valuable to see a practical > > example of how to utilize the fault injection features to perform useful > > device driver testing then it is to publish the results of testing. > > If that includes the code too, that would be great. I'm interested in > seeing how a test of a driver is implemented. > > Mark. > Ah, yes. Code is a must, even if it is a shell script that is reading/writing to sysfs files. As a mater of fact, lets aim for all test cases to be suitable for inclusion into LTP (http://ltp.sourceforge.net) which has some not so strict guidelines for how to create a test case. --rustyl |