Rename UML to KVM tests
This commit is contained in:
committed by
Tobias Brunner
parent
472a411aa8
commit
b27836412b
+7
-7
@@ -136,20 +136,20 @@ ENVIRONMENT_HEADER=$(cat <<@EOF
|
|||||||
cat > $INDEX <<@EOF
|
cat > $INDEX <<@EOF
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>strongSwan UML Tests</title>
|
<title>strongSwan KVM Tests</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2>strongSwan UML Tests</h2>
|
<h2>strongSwan KVM Tests</h2>
|
||||||
$ENVIRONMENT_HEADER
|
$ENVIRONMENT_HEADER
|
||||||
@EOF
|
@EOF
|
||||||
|
|
||||||
cat > $TESTRESULTSHTML <<@EOF
|
cat > $TESTRESULTSHTML <<@EOF
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>strongSwan UML Tests - All Tests</title>
|
<title>strongSwan KVM Tests - All Tests</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div><a href="index.html">strongSwan UML Tests</a> / All Tests</div>
|
<div><a href="index.html">strongSwan KVM Tests</a> / All Tests</div>
|
||||||
<h2>All Tests</h2>
|
<h2>All Tests</h2>
|
||||||
$ENVIRONMENT_HEADER
|
$ENVIRONMENT_HEADER
|
||||||
<tr align="left">
|
<tr align="left">
|
||||||
@@ -210,11 +210,11 @@ do
|
|||||||
<title>strongSwan $SUBDIR Tests</title>
|
<title>strongSwan $SUBDIR Tests</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div><a href="../index.html">strongSwan UML Tests</a> / $SUBDIR</div>
|
<div><a href="../index.html">strongSwan KVM Tests</a> / $SUBDIR</div>
|
||||||
<h2>strongSwan $SUBDIR Tests</h2>
|
<h2>strongSwan $SUBDIR Tests</h2>
|
||||||
<table border="0" cellspacing="2" cellpadding="2">
|
<table border="0" cellspacing="2" cellpadding="2">
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<td><b>UML kernel</b></td>
|
<td><b>Guest kernel</b></td>
|
||||||
<td colspan="3">$KERNELVERSION</td>
|
<td colspan="3">$KERNELVERSION</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
@@ -461,7 +461,7 @@ do
|
|||||||
<body>
|
<body>
|
||||||
<table border="0" cellpadding="0" cellspacing="0" width="600">
|
<table border="0" cellpadding="0" cellspacing="0" width="600">
|
||||||
<tr><td>
|
<tr><td>
|
||||||
<div><a href="../../index.html">strongSwan UML Tests</a> / <a href="../index.html">$SUBDIR</a> / $name</div>
|
<div><a href="../../index.html">strongSwan KVM Tests</a> / <a href="../index.html">$SUBDIR</a> / $name</div>
|
||||||
<h2>Test $testname</h2>
|
<h2>Test $testname</h2>
|
||||||
<h3>Description</h3>
|
<h3>Description</h3>
|
||||||
@EOF
|
@EOF
|
||||||
|
|||||||
@@ -20,10 +20,10 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>strongSwan UML Testing Environment</h2>
|
<h2>strongSwan Testing Environment</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="testresults/">UML Test Results</a>
|
<a href="testresults/">Test Results</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a href="images/umlArchitecture_large.png" target="_blank">
|
<a href="images/umlArchitecture_large.png" target="_blank">
|
||||||
|
|||||||
Reference in New Issue
Block a user