diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-01-10 17:58:25 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2017-01-10 18:24:22 +0100 |
commit | e7bbcaadaf37bf63267eb9a60cbbcd238117caf1 (patch) | |
tree | 7b7bbb97e4f0f856f1da68a404f0f6bc1446de56 | |
parent | cc234da58259069d40f502751a4793bc00dd4fb2 (diff) |
Add Daisy for reporting
Change-Id: Ie9d6d5e351e5d673252f08ed304d4fef96a1e00b
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
-rw-r--r-- | reporting/functest/template/index-status-tmpl.html | 1 | ||||
-rw-r--r-- | reporting/functest/template/index-tempest-tmpl.html | 1 | ||||
-rw-r--r-- | reporting/functest/template/index-vims-tmpl.html | 1 | ||||
-rw-r--r-- | reporting/reporting.yaml | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/reporting/functest/template/index-status-tmpl.html b/reporting/functest/template/index-status-tmpl.html index 094bbf8..52046c3 100644 --- a/reporting/functest/template/index-status-tmpl.html +++ b/reporting/functest/template/index-status-tmpl.html @@ -72,6 +72,7 @@ $(document).ready(function (){ <li class="active"><a href="../../index.html">Home</a></li> <li><a href="status-apex.html">Apex</a></li> <li><a href="status-compass.html">Compass</a></li> + <li><a href="status-daisy.html">Daisy</a></li> <li><a href="status-fuel.html">Fuel</a></li> <li><a href="status-joid.html">Joid</a></li> </ul> diff --git a/reporting/functest/template/index-tempest-tmpl.html b/reporting/functest/template/index-tempest-tmpl.html index db48307..3a22227 100644 --- a/reporting/functest/template/index-tempest-tmpl.html +++ b/reporting/functest/template/index-tempest-tmpl.html @@ -24,6 +24,7 @@ <li class="active"><a href="../../index.html">Home</a></li> <li><a href="tempest-apex.html">Apex</a></li> <li><a href="tempest-compass.html">Compass</a></li> + <li><a href="tempest-daisy.html">Daisy</a></li> <li><a href="tempest-fuel.html">Fuel</a></li> <li><a href="tempest-joid.html">Joid</a></li> </ul> diff --git a/reporting/functest/template/index-vims-tmpl.html b/reporting/functest/template/index-vims-tmpl.html index 033c8ab..cd51607 100644 --- a/reporting/functest/template/index-vims-tmpl.html +++ b/reporting/functest/template/index-vims-tmpl.html @@ -24,6 +24,7 @@ <li class="active"><a href="../../index.html">Home</a></li> <li><a href="vims-fuel.html">Fuel</a></li> <li><a href="vims-compass.html">Compass</a></li> + <li><a href="vims-daisy.html">Daisy</a></li> <li><a href="vims-joid.html">JOID</a></li> <li><a href="vims-apex.html">APEX</a></li> </ul> diff --git a/reporting/reporting.yaml b/reporting/reporting.yaml index 447d6e1..fa98626 100644 --- a/reporting/reporting.yaml +++ b/reporting/reporting.yaml @@ -4,6 +4,7 @@ general: - compass - fuel - joid + - daisy versions: - master |