On Mon, Feb 11, 2008 at 11:20:35AM +0530, Dhinakaran K wrote: > I have installed LTP suit and ran generic tests via runltp script. > Having done with basics, got some doubts. > 1. How to run two or more tests in parallel?
You can either use the -x option to runltp, or you can dig in deeper and use the -x option on the pan test driver. If you really want to customize the load, I would recommend making new command files and running them directly with pan. > 2. Can LTP test suite be tailored to test private (third party or > custom applications) modules? Absolutely. You just need to choose the tests you want to run and write new command files to run that load. You probably want to read the pan man page ltp/doc/man1/pan.1. > Say, I have a SPI driver, how can LTP be used in testing my driver. I don't know what kinds of tests you would need to run to verify your SPI driver. Most of the tests in LTP verify Linux at the system call level. You probably need to write some custom tests. You can then use pan to run them sequentially, in parallel, or any combination of orders. Nate ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
