summaryrefslogtreecommitdiffstats
path: root/server/sql/rteval-1.5.sql
Commit message (Collapse)AuthorAgeFilesLines
* Fix minor issues in rteval-parser database schemasDavid Sommerseth2012-12-201-1/+2
| | | | | | | - The rtevxmlrpc database user needs SELECT privileges on rtevalruns, otherwise the DatabaseStatus() XML-RPC call fails. - The hwlatdetect_summary table was defined with a wrong column name
* rteval-parserd: Extend the xmlparser.xsl to also process hwlatdetect resultsDavid Sommerseth2012-11-081-0/+233
This adds two new tables to the database schema, and adds the needed bits to extract hwlatdetect results from the rteval summary.xml reports. Signed-off-by: David Sommerseth <davids@redhat.com>