|
|
@ -1,48 +1,49 @@ |
|
|
|
<!DOCTYPE HTML> |
|
|
|
<!DOCTYPE HTML> |
|
|
|
|
|
|
|
<html lang="en"> |
|
|
|
<head> |
|
|
|
<head> |
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
|
|
<title>ArduPilot Automatic Testing</title> |
|
|
|
<title>ArduPilot Automatic Testing</title> |
|
|
|
|
|
|
|
|
|
|
|
<!--CSS --> |
|
|
|
<!--CSS --> |
|
|
|
<link href="/css/main.css" rel="stylesheet" type="text/css" /> |
|
|
|
<link rel="stylesheet" href="css/main.css" type="text/css" /> |
|
|
|
</head> |
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
|
|
<body> |
|
|
|
<body> |
|
|
|
<div id="main"> |
|
|
|
<div class="main"> |
|
|
|
<a href="https://autotest.ardupilot.org/"> |
|
|
|
<a href="https://autotest.ardupilot.org/"> |
|
|
|
<div id="logo"> |
|
|
|
<div class="logo"> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
|
|
|
|
|
|
|
|
<h2>Automatic test run at ${date}</h2> |
|
|
|
<h2>Automatic test run at ${date}</h2> |
|
|
|
|
|
|
|
|
|
|
|
<div id="git">Test run on git commit <a href="https://github.com/ArduPilot/ardupilot/commit/${githash}">${githash}</a> |
|
|
|
<div class="git">Test run on git commit <a href="https://github.com/ArduPilot/ardupilot/commit/${githash}">${githash}</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<h2>Test Results</h2> |
|
|
|
<h2>Test Results</h2> |
|
|
|
<img src="autotest-badge.svg"></img> |
|
|
|
<img src="autotest-badge.svg" alt="missing autotest badge"/> |
|
|
|
|
|
|
|
|
|
|
|
<ul id="testresults"> |
|
|
|
<ul class="testresults"> |
|
|
|
${{tests:<li>${name} - ${result} (${elapsed} seconds)</li> |
|
|
|
${{tests:<li>${name} - ${result} (${elapsed} seconds)</li> |
|
|
|
}} |
|
|
|
}} |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
|
|
<h2>Test logs</h2> |
|
|
|
<h2>Test logs</h2> |
|
|
|
|
|
|
|
|
|
|
|
<ul id=testlogs> |
|
|
|
<ul class=testlogs> |
|
|
|
${{files:<li>${name} - <a href="${fname}">${fname}</a> |
|
|
|
${{files:<li>${name} - <a href="${fname}">${fname}</a> |
|
|
|
}} |
|
|
|
}} |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
|
|
<h2>Flight Tracks</h2> |
|
|
|
<h2>Flight Tracks</h2> |
|
|
|
|
|
|
|
|
|
|
|
<ul id=testlogs> |
|
|
|
<ul class=testlogs> |
|
|
|
${{images:${fname}<br><img src="${fname}" alt="${name}" /><p></a> |
|
|
|
${{images:${fname}<br><img src="${fname}" alt="${name}" /> |
|
|
|
}} |
|
|
|
}} |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
|
|
<h2>Older results</h2> |
|
|
|
<h2>Older results</h2> |
|
|
|
<div id="git"> |
|
|
|
<div class="git"> |
|
|
|
Older test results are <a href="history">available here</a> |
|
|
|
Older test results are <a href="history">available here</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|