-
Notifications
You must be signed in to change notification settings - Fork 14
/
library.html.tpl
59 lines (57 loc) · 1.81 KB
/
library.html.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<title>#fileName# test using OpenModelica</title>
</head>
<body>
<h1>#fileName# test using OpenModelica</h1>
<table>
<tr>
<th>Total</th>
<th>Frontend</th>
<th>Backend</th>
<th>SimCode</th>
<th>Templates</th>
<th>Compilation</th>
<th>Simulation</th>
<th>Verification</th>
</tr>
<tr>
<td>#Total#</td>
<td bgcolor="#FrontendColor#">#Frontend#</td>
<td bgcolor="#BackendColor#">#Backend#</td>
<td bgcolor="#SimCodeColor#">#SimCode#</td>
<td bgcolor="#TemplatesColor#">#Templates#</td>
<td bgcolor="#CompilationColor#">#Compilation#</td>
<td bgcolor="#SimulationColor#">#Simulation#</td>
<td bgcolor="#VerificationColor#">#Verification#</td>
</tr>
</table>
<p>
Test started: #timeStart#<br/>
Total time taken: #totalTime#<br>
System info: #sysInfo#</p>
<p>OpenModelica Version: #omcVersion#<br>
#fmiToolVersion#
#fmi#
OpenModelicaLibraryTesting Changes<br>
#OpenModelicaLibraryTesting#</p>
<p>Tested Library: #fileName# #libraryVersionRevision#<pre>
#metadata#</pre></p>
<p>
BuildModel time limit: #ulimitOmc#s<br>
Simulation time limit: #ulimitExe#s<br>
Default tolerance: #defaultTolerance#<br>
Default number of intervals: #defaultNumberOfIntervals#<br>
Optimization level: #optlevel#</p>
#referenceFiles#
#referenceTool#
Flags: <pre>#customCommands#</pre>
Config: <pre>#config#</pre>
<p>Links are provided if getErrorString() or the simulation generates output. The links are coded with <font style="#FF0000">red</font> if there were errors, <font style="#FFCC66">yellow</font> if there were warnings, and normal links if there are only notifications.</p>
<table>
<tr><th>Model</th><th>Verified</th><th>Simulate</th><th>Total buildModel</th><th>Parsing</th><th>Frontend</th><th>Backend</th><th>SimCode</th><th>Templates</th><th>Compile</th><th>Total Execution</th></tr>
#testsHTML#
</table>
</body>
</html>