diff options
Diffstat (limited to 'utils/test/reporting/html/danube.html')
-rw-r--r-- | utils/test/reporting/html/danube.html | 17 |
1 files changed, 14 insertions, 3 deletions
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> |