From e7bbcaadaf37bf63267eb9a60cbbcd238117caf1 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Tue, 10 Jan 2017 17:58:25 +0100 Subject: Add Daisy for reporting Change-Id: Ie9d6d5e351e5d673252f08ed304d4fef96a1e00b Signed-off-by: Morgan Richomme --- reporting/functest/template/index-status-tmpl.html | 1 + reporting/functest/template/index-tempest-tmpl.html | 1 + reporting/functest/template/index-vims-tmpl.html | 1 + reporting/reporting.yaml | 1 + 4 files changed, 4 insertions(+) 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 (){
  • Home
  • Apex
  • Compass
  • +
  • Daisy
  • Fuel
  • Joid
  • 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 @@
  • Home
  • Apex
  • Compass
  • +
  • Daisy
  • Fuel
  • Joid
  • 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 @@
  • Home
  • Fuel
  • Compass
  • +
  • Daisy
  • JOID
  • APEX
  • 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 -- cgit