diff options
Diffstat (limited to 'utils/test/reporting/html')
-rw-r--r-- | utils/test/reporting/html/colorado.html | 4 | ||||
-rw-r--r-- | utils/test/reporting/html/danube.html | 17 | ||||
-rw-r--r-- | utils/test/reporting/html/master.html | 40 |
3 files changed, 53 insertions, 8 deletions
diff --git a/utils/test/reporting/html/colorado.html b/utils/test/reporting/html/colorado.html index ad1cdd456..58cb00933 100644 --- a/utils/test/reporting/html/colorado.html +++ b/utils/test/reporting/html/colorado.html @@ -56,7 +56,7 @@ <section class="tiles">
<article class="style3">
<span class="image">
- <img src="img/functest.jpg" alt="" />
+ <img src="img/projectIcon_functest_250x250.png" alt="" />
</span>
<a href="functest-colorado.html">
<h2>Functest</h2>
@@ -67,7 +67,7 @@ </article>
<article class="style2">
<span class="image">
- <img src="img/yardstick.jpg" alt="" />
+ <img src="img/projectIcon_yardstick_250x250.png" alt="" />
</span>
<a href="colorado/yardstick/status-apex.html">
<h2>Yardstick</h2>
diff --git a/utils/test/reporting/html/danube.html b/utils/test/reporting/html/danube.html index d63e19d90..09de789d4 100644 --- a/utils/test/reporting/html/danube.html +++ b/utils/test/reporting/html/danube.html @@ -56,7 +56,7 @@ <section class="tiles"> <article class="style3"> <span class="image"> - <img src="img/functest.jpg" alt="" /> + <img src="img/projectIcon_functest_250x250.png" alt="" /> </span> <a href="functest-danube.html"> <h2>Functest</h2> @@ -67,7 +67,7 @@ </article> <article class="style2"> <span class="image"> - <img src="img/yardstick.jpg" alt="" /> + <img src="img/projectIcon_yardstick_250x250.png" alt="" /> </span> <a href="danube/yardstick/status-apex.html"> <h2>Yardstick</h2> @@ -78,7 +78,7 @@ </article> <article class="style4"> <span class="image"> - <img src="img/storperf.jpg" alt="" /> + <img src="img/projectIcon_storperf_250x250.png" alt="" /> </span> <a href="danube/storperf/status-apex.html"> <h2>Storperf</h2> @@ -87,6 +87,17 @@ </div> </a> </article> + <article class="style5"> + <span class="image"> + <img src="img/projectIcon_vsperf_250x250.png" alt="" /> + </span> + <a href="danube/vsperf/status-apex.html"> + <h2>Vsperf</h2> + <div class="content"> + <p>Virtual switch testing</p> + </div> + </a> + </article> </section> </div> </div> diff --git a/utils/test/reporting/html/master.html b/utils/test/reporting/html/master.html index 438bf2023..7805386fe 100644 --- a/utils/test/reporting/html/master.html +++ b/utils/test/reporting/html/master.html @@ -56,7 +56,7 @@ <section class="tiles"> <article class="style3"> <span class="image"> - <img src="img/functest.jpg" alt="" /> + <img src="img/projectIcon_functest_250x250.png" alt="" /> </span> <a href="functest-master.html"> <h2>Functest</h2> @@ -67,7 +67,7 @@ </article> <article class="style2"> <span class="image"> - <img src="img/yardstick.jpg" alt="" /> + <img src="img/projectIcon_yardstick_250x250.png" alt="" /> </span> <a href="master/yardstick/status-apex.html"> <h2>Yardstick</h2> @@ -78,7 +78,7 @@ </article> <article class="style4"> <span class="image"> - <img src="img/storperf.jpg" alt="" /> + <img src="img/projectIcon_storperf_250x250.png" alt="" /> </span> <a href="master/storperf/status-apex.html"> <h2>Storperf</h2> @@ -87,6 +87,40 @@ </div> </a> </article> + <article class="style5"> + <span class="image"> + <img src="img/projectIcon_vsperf_250x250.png" alt="" /> + </span> + <a href="master/vsperf/status-apex.html"> + <h2>Vsperf</h2> + <div class="content"> + <p>Virtual switch testing</p> + </div> + </a> + </article> + <article class="style1"> + <span class="image"> + <img src="img/projectIcon_qtip_250x250.png" alt="" /> + </span> + <a href="master/qtip/status-apex.html"> + <h2>Qtip</h2> + <div class="content"> + <p>Benchmark as a service</p> + </div> + </a> + </article> + <article class="style6"> + <span class="image"> + <img src="img/projectIcon_bottlenecks_250x250.png" alt="" /> + </span> + <a href="master/bottlenecks/status-apex.html"> + <h2>Bottlenecks</h2> + <div class="content"> + <p>Bottleneck finder</p> + </div> + </a> + </article> + </section> </div> </div> |