ardupilot/Tools/autotest/web/index.html

32 lines
703 B
HTML
Raw Normal View History

2011-11-09 08:25:08 -04:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<TITLE>ArduPilot Automatic Testing</TITLE>
</HEAD>
<BODY>
2011-11-09 09:31:50 -04:00
<a href="http://autotest.diydrones.com/"><image src="logo.png"/></a>
2011-11-09 08:25:08 -04:00
<h1>ArduPilot Automatic Testing</h1>
<h2>Automatic test run at ${date}</h2>
2011-11-09 08:43:25 -04:00
Test run on git commit <a href="http://code.google.com/p/ardupilot-mega/source/detail?r=${githash}">${githash}</a>
2011-11-09 08:25:08 -04:00
<ul>
${{tests:<li>${name} - ${result} (${elapsed} seconds)</li>
}}
</ul>
<h2>Test logs</h2>
<ul>
${{files:<li>${name} - <a href="${fname}">${fname}</a>
}}
</ul>
2011-11-09 09:19:36 -04:00
<h2>Older results</h2>
Older test results are <a href="history">available here</a>
2011-11-09 08:25:08 -04:00
</BODY>
</HTML>