On Tue, 2007-12-18 at 13:55 +0530, new user wrote: > Hi Subrata, > > Thanx for the reply. It was so much helpfull to me. > > But i still have an issue with the "result directory ". Even after > building the binaries I am not able to get the directory. I have even > tried it on another PC, but no luck. Results directory is created only when you choose the -l <logfilename> option. If you do not want to create the log file then results directory will not be created. Logfile will contain one line status entry for each of the tests that has been executed. But you will find output directory created in all instances. When you choose the -o option, that file will be created in this directory only (output). > > I have used the option > ./runalltests.sh -o output_file_name but i am getting the output > screen in that file. I want it to be displayed in more readable format > (human readable format).
With this release of LTP (ltp-full-20071130.tgz) comes another option of generating the HTML version of LTP output. You can use -g <html-filename.html> to generate this. This gives you a tabular format data with clear distinction between PASSED and FAILED tests. You can explore that also. For any option related to ltp, just execute runltp -h. > > I am running the LTP test suite on Fedora 2.6 kernel. Do you think > this might be any cause of the issue ? > > And regarding the test cases, the division with details of the test > cases - is not available for the complete test cases. It is available in the output file as well as the HTML file generated. > > The Test Plan Document available in the Documention Feild, do contain > the details to some extent. The details of the test cases present are > not complete. For example test cases of the USB device are not > available. Well we do not have enough device drivers test cases as did not find people voluntarily contributing to them. Like any other Open Source Project, LTP also depends on community contribution. Hope you can also submit test cases of your choice and which is already not existing in LTP. > > Can you tell me where in I can get the complete details of all the > test cases. There is no clear cut documentation on this. The only way for you is to explore all the directories and sub-directories in LTP. The directories are named in proper convention to the test cases they hold. --Subrata > > I once again thank you for the information provided. > > ~Venkat > > On 12/17/07, Subrata Modak <[EMAIL PROTECTED]> wrote: > On Mon, 2007-12-17 at 13:32 +0530, new user wrote: > > Dear Sir/Madam, > > I am interested in joining the > mailing list > > of LTP. I want to know the procedure to be a part to the > mailing > > list. > > Please go to the following link and register yourself: > https://sourceforge.net/mail/?group_id=3382, > > You can register depending upon your interest to any > particular mailing > list. However the list where most discussions happen and > anybody submits > patches is the ltp-list. > > For all general information about ltp you can visit the > following link > too: > http://ltp.sourceforge.net/, > For writing new test cases you can consult: > http://ltp.sourceforge.net/documentation/how-to/ltp.php, > > > > > I am having few problems with the LTP package downloaded. > The " > > results " folder is missing in the package and i am not able > to trace > > the results. > > Ok. The Downloads will contain only the source code and not > the built > binaries. You need to build on your own linux box to create > those > Binaries. Only when you have completed running the test suite, > is then > the results directory created. > > > > I want to know how to run test cases individually. > Please provide me > > links where-in i can get more information about LTP. > > You can look in to the following document for all your > queries: > http://ltp.sourceforge.net/documentation/how-to/ltp.php, > > Let me know if you have not found any other useful information > from the > above link. > > --Subrata > > > > > thanks. > > > > > > ------------------------------------------------------------------------- > > SF.Net email is sponsored by: > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services > > for just about anything Open Source. > > > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > _______________________________________________ Ltp-list > mailing list [email protected] > https://lists.sourceforge.net/lists/listinfo/ltp-list > > ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
