tests: Embed test framework within OCL repository
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
<!--
|
||||
Copyright(c) 2019-2021 Intel Corporation
|
||||
SPDX-License-Identifier: BSD-3-Clause
|
||||
-->
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>[title]</title>
|
||||
<link rel="stylesheet" type="text/css" href="../main.css"/>
|
||||
<script src="../main.js"></script>
|
||||
<meta charset="UTF-8"/>
|
||||
</head>
|
||||
<body onload="onLoadDocument();">
|
||||
<div class="floating">
|
||||
<b>View: </b>
|
||||
<select id="mode-selector" onchange="selectMode();">
|
||||
<option style="background-color: white; color: black;" value="info">Info</option>
|
||||
<option style="background-color: white; color: black" value="debug">Debug</option>
|
||||
</select>
|
||||
<b>Errors: </b>
|
||||
<button onclick="previousError()"><</button>
|
||||
<select id="error-list-selector" onchange="errorSelected('error-list-selector')">
|
||||
<option value="top" class="empty">-empty-</option>
|
||||
</select>
|
||||
<button onclick="nextError()">></button>
|
||||
</div>
|
||||
<br/>
|
||||
<a name="top"><h1 class="iteration-title" style="border-bottom: 4px solid rgba(255, 0, 0, 1)">[title]</h1></a>
|
||||
<div class="iteration-status">Iteration status: [status]</div>
|
||||
<div class="iteration-execution-time">Execution time: [time] [s]</div>
|
||||
<section class="iteration-chapters" id="iteration-chapters">
|
||||
<h2>Groups:</h2>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user