|
From: Sebastien D. <sde...@us...> - 2005-07-13 13:42:55
|
Update of /cvsroot/tslogparser/tslogparser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13598 Modified Files: HISTORY USAGE Log Message: USAGE updated + contrib/ added Index: USAGE =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/USAGE,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- USAGE 26 Jan 2005 17:48:51 -0000 1.2 +++ USAGE 13 Jul 2005 13:42:46 -0000 1.3 @@ -26,13 +26,10 @@ The tool requires the test suite to be of a specific format. We will assume that you have a 'posixtestsuite-1.5.0' directory containing the testsuite. -(*) Rename the testsuite directory to 'ts': - mv posixtestsuite-1.5.0 ts (*) tar and gzip the directory. With GNU tar this is done with: - tar zcf ts.tar.gz ts/ + tar zcf ts.tar.gz posixtestsuite-1.5.0/ -Future releases may handle variable directory names -- but yet the 'ts' directory name -is mandatory. +Note: In releases before 0.6, the directory inside the archive had to be named 'ts'. -> Point your browser to the admin interface: @@ -89,6 +86,7 @@ as for example the command line options, kernel patchs, ... Log file : Browse to your log file and select it. The compression is not supported yet, so be sure to provide clear plain-text file. + (Note that some plug-ins can handle archives here) -> Press "Send" when you are done. This will upload your logfile to the server, then the file is parsed, information is displayed on the next page and if successful the @@ -119,14 +117,13 @@ -> Now you can see a list of testsuite releases and runs. -> Click "browse" to enter the detail of a particular run. -> Check the boxes of several runs and then click "Compare selected" at the bottom - to compare several runs. In the current version, only runs from the same TS release - can be compared -- this may change in future releases. + to compare several runs. --------------------- 4 - Browse and filter a logfile ----------------------- - When you click "browse" from the run-browse.pgp page, you enter the + When you click "browse" from the run-browse.php page, you enter the log browser interface. See previous section(s) if you cannot see a "browse" button. The browser interface contains several parts: @@ -135,7 +132,7 @@ Reload: Push this to reload the page, in case something went wrong at load time. (your browser 'Reload' facility may bother with POST data re-posting) Show logs / Hide logs: This will include each test log in the current page display. - When the logs are hidden, the "(log)" indicator is happened to the test case status + When the logs are hidden, the " (log)" indicator is added to the test case status to signal when a log message is available. When the logs are shown, an additionnal column in the table contains the log text when available. @@ -156,6 +153,8 @@ When you open the page, the default is to hide all PASSED and SKIP tests and show everything else. + + (*) The results. The table below shows the tests status list, testcase names, status, optionaly logs and assertions. You can click on a testcase status to get a full summary of this testcase result. @@ -165,11 +164,12 @@ --------------------- 5 - Compare logs ----------------------- From the browser page (http://localhost/tslogparser/) in case you have several runs -in a given TS release (or module in future versions) you are able to check some runs +in a given TS module (e.g. OPTS, TAHI, LTP...) you are able to check several runs and push the "Compare selected" button. There is no limitation on the number of selectable runs, but the machine memory. I would -suggest not to compare more than 3 runs but you just try and see your limitation. +suggest not to compare more than 5 runs but you just try and see the limit. (don't tell me +you're not curious!) Once you push "Compare Selected", you enter in the log comparator module. This module is very similar to the log browser, with small changes: @@ -183,7 +183,8 @@ (*) Statistics: For each test status, the number of testcases returning this status for each run is shown. - In the current version no filtering command is available here. + In the current version no filtering command is available here. (If you have requirements + or ideas, please send it on the mailing list!!) (*) The table. As in log browser mode, the table then shows for each testcase and each runs the status Index: HISTORY =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/HISTORY,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- HISTORY 11 Jul 2005 09:09:59 -0000 1.34 +++ HISTORY 13 Jul 2005 13:42:46 -0000 1.35 @@ -1,3 +1,8 @@ +2005-07-13: +- USAGE file updated. +- new folder: contrib/. See contrib/README file for more information. + This folder will receive contributed modules (aka. plug-ins). + 2005-07-11: - Fix in admin/modules/tahi.mod.php for the "Fatal error: Non-static method tahi::deldir() cannot be called statically in |