view templates/index.html @ 184:40990362e151

Improved reporter - for compatibility report thermostat versions are now diplayed in heading and title of pages. - fixed bug in replacePatterns method in CommonUtilities class, when there is more then one pattern on single line.
author Zdenek Zambersky <zzambers@redhat.com>
date Fri, 15 May 2015 19:09:02 +0200
parents 6b6ac47a811f
children
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--

    ThermostatQA - test framework for Thermostat Monitoring Tool

    Copyright 2013 Red Hat, Inc.

This file is part of ThermostatQA

ThermostatQA is distributed under the GNU General Public License,
version 2 or any later version (with a special exception described
below, commonly known as the "Classpath Exception").

A copy of GNU General Public License (GPL) is included in this
distribution, in the file COPYING.

Linking ThermostatQA code with other modules is making a combined work
based on ThermostatQA.  Thus, the terms and conditions of the GPL
cover the whole combination.

As a special exception, the copyright holders of ThermostatQA give you
permission to link this code with independent modules to produce an
executable, regardless of the license terms of these independent
modules, and to copy and distribute the resulting executable under
terms of your choice, provided that you also meet, for each linked
independent module, the terms and conditions of the license of that
module.  An independent module is a module which is not derived from
or based on ThermostatQA code.  If you modify ThermostatQA, you may
extend this exception to your version of the software, but you are
not obligated to do so.  If you do not wish to do so, delete this
exception statement from your version.
-->

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
        <title>${TESTS_NAME} report</title>
        <meta name="Author" content="Pavel Tisnovsky" />
        <meta name="Generator" content="org.thermostat.qa.reporter.Reporter" />
        <meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
        <link type="text/css" rel="StyleSheet" href="style.css" />
    </head>
<body>
<div>
    <h1>${TESTS_NAME} report</h1>
    
    <p>
    <!--
    Link to more results + javadoc: 
    <a href="${RESULTS_URL}">
    ${RESULTS_URL}</a>
    -->
    </p>
    

    <table border='2' frame='border' rules='all' cellspacing='1' cellpadding='1' class='forms' style='width:1000px' summary=''>
        <tr><td colspan='5' class='table-header'>Daily report</td></tr>
        <tr>
            <td rowspan='3' class='group-id'>${DATE}</td>
            <td>Log location:</td>
            <td colspan='2'><a href='log_${DATE}.xhtml'>
            log_${DATE}.xhtml</a></td>
        </tr>
        <tr>
            <td style='width:20%' class='passed-header'>Passed</td>
            <td style='width:20%' class='failed-header'>Failed</td>
            <td style='width:20%' class='error-header'>Error</td>
            <td style='width:20%' class='ignored-header'>Not applicable</td>
        </tr>
        <tr>
            <td style='width:20%' class='passed-text'>${PASSED}</td>
            <td style='width:20%' class='failed-text'>${FAILED}</td>
            <td style='width:20%' class='error-text'>${ERROR}</td>
            <td style='width:20%' class='ignored-text'>${IGNORED}</td>
        </tr>
        <tr>
            <td colspan='5'>&nbsp;</td>
        </tr>
        <tr><td colspan='4' class='table-header'>Full history</td><td rowspan="18"><img src="graph.png" title="test results in graphical form" alt="missing image" /></td></tr>
        <tr>
            <td>&nbsp;</td><td colspan='3'><a href='hist_all_tests.xhtml'>All tests (huge page!)</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td><td colspan='3'><a href='hist_failed_tests.xhtml'>Failed tests (more useful)</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td><td colspan='3'>Last <i>n</i> results: <a href='hist_10.xhtml'>[10]</a><a href='hist_20.xhtml'>[20]</a><a href='hist_30.xhtml'>[30]</a></td>
        </tr>
        <tr>
            <td colspan='4'>&nbsp;</td>
        </tr>
        <tr><td colspan='4' class='table-header'>Graphs</td></tr>
        <tr>
            <td>&nbsp;</td><td colspan='3'><a href='graph_all.xhtml'>All tests</a></td>
        </tr>
        <tr>
            <td>&nbsp;</td><td colspan='3'>Last <i>n</i> results: <a href='graph_10.xhtml'>[10]</a><a href='graph_20.xhtml'>[20]</a><a href='graph_30.xhtml'>[30]</a></td>
        </tr>
        <tr>
            <td colspan='4'>&nbsp;</td>
        </tr>
        <tr><td colspan='4' class='table-header'>System info</td></tr>
        <tr>
            <td>OS name</td>
            <td colspan='3'>${OS_NAME}</td>
        </tr>
        <tr>
            <td>Version</td>
            <td colspan='3'>${OS_VER}</td>
        </tr>
        <tr>
            <td>Architecture</td>
            <td colspan='3'>${OS_ARCH}</td>
        </tr>
        <tr>
            <td colspan='4'>&nbsp;</td>
        </tr>
        <tr><td colspan='4' class='table-header'>JDK/JRE info</td></tr>
        <tr>
            <td>Java version</td>
            <td colspan='3'>${JAVA_VERSION}</td>
        </tr>
        <tr>
            <td>VM name</td>
            <td colspan='3'>${VM_NAME}</td>
        </tr>
        <tr>
            <td>VM version</td>
            <td colspan='3'>${VM_VERSION}</td>
        </tr>
    </table>
</div>
</body>
</html>