mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
Count the crashes, WARNINGS, BUGS and other logging errors and propagate counts to the summary pages.
71 lines
3.8 KiB
HTML
71 lines
3.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8' />
|
|
<meta name='viewport' content='width=device-width, initial-scale=1' />
|
|
<title>___TITLE___</title> <link rel='shortcut icon' href='canvil.ico' type='image/x-icon' />
|
|
<link rel='stylesheet' href='report.css' />
|
|
<link rel='stylesheet' href='custom.css' />
|
|
<style>
|
|
pre {
|
|
overflow: auto;
|
|
}
|
|
img {
|
|
width: 100%;
|
|
max-width: 8in;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class='HeaderStyle'>
|
|
<h1 class='TitleFontPrint'>___TITLE___</h1><br/>
|
|
|
|
<div class='contentDiv'>
|
|
|
|
<br>
|
|
<h3>Latest test run details.</h3>
|
|
<table border="1" cellpadding="6" cellspacing="0" style="border-top-color: gray; border-top-style: solid; border-top-width: 1px; border-right-color: gray; border-right-style: solid; border-right-width: 1px; border-bottom-color: gray; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: gray; border-left-style: solid; border-left-width: 1px">
|
|
<tr><th>Test ID</th><th>Test Run</th><th>Date</th><th>DUT Hardware</th><th>DUT Sofware</th><th>DUT Model</th><th>Pass</th><th>Fail</th><th>Log Bugs</th><th>Warnings</th><th>Crashes</th><th>Other</th></tr>
|
|
___LATEST_RUN___
|
|
</table>
|
|
<table border=0>
|
|
___LATEST_RUN_PNGS___
|
|
</table>
|
|
<P>
|
|
|
|
<h3>Scores and other top-priority test results.</h3>
|
|
<table border="1" cellpadding="6" cellspacing="0" style="border-top-color: gray; border-top-style: solid; border-top-width: 1px; border-right-color: gray; border-right-style: solid; border-right-width: 1px; border-bottom-color: gray; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: gray; border-left-style: solid; border-left-width: 1px">
|
|
<tr><th>Test ID</th><th>Description</th><th>Plot Thumbnail</th><th>Last Run Details</th></tr>
|
|
___SCORE_RUNS___
|
|
</table>
|
|
<P>
|
|
|
|
<h3>Historical graphs for each Data Set Group.</h3>
|
|
<table border="1" cellpadding="6" cellspacing="0" style="border-top-color: gray; border-top-style: solid; border-top-width: 1px; border-right-color: gray; border-right-style: solid; border-right-width: 1px; border-bottom-color: gray; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: gray; border-left-style: solid; border-left-width: 1px">
|
|
<tr><th>Test-Id</th><th>Description</th><th>Plot Thumbnail</th></tr>
|
|
___GROUP_GRAPHS___
|
|
</table>
|
|
<P>
|
|
|
|
<h3>Individual Test Run Details for all data sets.</h3>
|
|
<table border="1" cellpadding="6" cellspacing="0" style="border-top-color: gray; border-top-style: solid; border-top-width: 1px; border-right-color: gray; border-right-style: solid; border-right-width: 1px; border-bottom-color: gray; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: gray; border-left-style: solid; border-left-width: 1px">
|
|
<tr><th>Test ID</th><th>Test Run</th><th>Date</th><th>DUT Hardware</th><th>DUT Sofware</th><th>DUT Model</th><th>Pass</th><th>Fail</th><th>Log Bugs</th><th>Warnings</th><th>Crashes</th><th>Other</th></tr>
|
|
___TEST_RUNS___
|
|
</table>
|
|
<P>
|
|
|
|
<h3>Historical graphs for each Data Set.</h3>
|
|
<table border="1" cellpadding="6" cellspacing="0" style="border-top-color: gray; border-top-style: solid; border-top-width: 1px; border-right-color: gray; border-right-style: solid; border-right-width: 1px; border-bottom-color: gray; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: gray; border-left-style: solid; border-left-width: 1px">
|
|
<tr><th>Test ID</th><th>Description</th><th>Plot Thumbnail</th><th>Last Run Details</th></tr>
|
|
___DATA_GRAPHS___
|
|
</table>
|
|
<P>
|
|
|
|
</div><!--end content-div -->
|
|
<div class='FooterStyle'><span class='Gradient'>Generated by Candela Technologies LANforge network testing tool.<br/>
|
|
<a href='https://www.candelatech.com/' target='_blank'>www.candelatech.com</a>
|
|
</span>
|
|
<a class='LogoImgLink' href='https://www.candelatech.com/' target='_blank'><img align='right' src='candela_swirl_small-72h.png'></a></div><br/>
|
|
</body>
|
|
</html>
|