diff options
author | mrichomme <morgan.richomme@orange.com> | 2018-04-09 09:18:32 +0200 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2018-04-09 09:18:32 +0200 |
commit | 0ef1b046faf349bbd6f6c7bda669d4ad095ae538 (patch) | |
tree | 77950c675482e9b8a3f3c24ff05b45eadfe54124 /reporting/html/index.html | |
parent | 1f51c766e461bed2b1d1f61a46a824f273da9ec9 (diff) |
Minor fix for Fraser reporting
* put functest pages under functest directory (nomore at root)
* fix tempest reporting (change of data model for the results)
* remove colorado and danube
Change-Id: I9fdb3a8cf6f0d12668467bb8bccea4bd57436e50
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'reporting/html/index.html')
-rw-r--r-- | reporting/html/index.html | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/reporting/html/index.html b/reporting/html/index.html index 6bf0408..858ac47 100644 --- a/reporting/html/index.html +++ b/reporting/html/index.html @@ -43,29 +43,7 @@ <h1>OPNFV Testing group reporting</h1> </header> <section class="tiles"> - <article class="style3"> - <span class="image"> - <img src="img/colorado.jpg" alt="" /> - </span> - <a href="colorado.html"> - <h2>Colorado</h2> - <div class="content"> - <p>Colorado 1.0 (22/09/2016)</p> - </div> - </a> - </article> - <article class="style2"> - <span class="image"> - <img src="img/danube.jpg" alt="" /> - </span> - <a href="danube.html"> - <h2>Danube</h2> - <div class="content"> - <p>Danube 1.0 (22/03/2017)</p> - </div> - </a> - </article> - <article class="style4"> + <article class="style4"> <span class="image"> <img src="img/euphrates.jpg" alt="" /> </span> |