aboutsummaryrefslogtreecommitdiff
path: root/pan/cgi/README
diff options
context:
space:
mode:
Diffstat (limited to 'pan/cgi/README')
-rw-r--r--pan/cgi/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/pan/cgi/README b/pan/cgi/README
index 740e1069d..544c5466b 100644
--- a/pan/cgi/README
+++ b/pan/cgi/README
@@ -1,5 +1,5 @@
Here are some CGI scripts I was using to view and compare RTS style output.
-It will probably need a little more tweaking to be useful to LTP.
+It will probably need a little more tweaking to be useful to LTP.
Expectations:
@@ -11,16 +11,16 @@ Expectations:
<ISO Date> ISO standard format date. i.e. YYYYmmDDHHMM
<suite> The name of the pan file that was used
<type> One of driver, scanner, or summary
-
+
driver - the raw output from pan with <<<test_end>>>
- scanner - the output from scanner
+ scanner - the output from scanner
summary - a very brief table listing how many tests passed,
failed, didn't run, etc. This wasn't released.
Scripts:
results.cgi
-
+
This lists out all of the results that are the results directory. It
provides links to the driver output, scanned results, and summary for
each suite. The sort order is host, date, suite. On the results
@@ -31,11 +31,11 @@ Scripts:
This is a more complex form that I started working on. It allows you
to compare as many results as you want, side by side. Also, I started
- working on sorting the results different ways, but didn't get too far.
+ working on sorting the results different ways, but didn't get too far.
The side by side comparison is done with in reconsile.cgi
reconsile.cgi
-
+
This script compares multiple scanner files and shows the differences
side by side in a table. It expects to find .scanner files for the
results it is comparing.