summaryrefslogtreecommitdiffstats
path: root/utils/test/reporting
diff options
context:
space:
mode:
authorboucherv <valentin.boucher@orange.com>2016-06-17 14:56:20 +0200
committerboucherv <valentin.boucher@orange.com>2016-06-17 14:58:54 +0200
commit36eaad3a95901af6cf2d98ce0da1545b0e6e29b9 (patch)
tree34181d8aaaf0446055778b9339d3c954feb12495 /utils/test/reporting
parent8077b5b76347b5698c32f60efce95a212e150739 (diff)
bugfix: start test time
Change-Id: Ie916cc77373cbfae6e189ffeb1153400b2cc6f67 Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'utils/test/reporting')
-rw-r--r--utils/test/reporting/functest/template/index-tempest-tmpl.html2
-rw-r--r--utils/test/reporting/functest/template/index-vims-tmpl.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/utils/test/reporting/functest/template/index-tempest-tmpl.html b/utils/test/reporting/functest/template/index-tempest-tmpl.html
index b8260ed3c..c56214346 100644
--- a/utils/test/reporting/functest/template/index-tempest-tmpl.html
+++ b/utils/test/reporting/functest/template/index-tempest-tmpl.html
@@ -49,7 +49,7 @@
<div class="panel-heading">
<div class="progress-bar" role="progressbar" aria-valuenow="{{result.pr_step_ok}}" aria-valuemin="0" aria-valuemax="100" style="width: {{result.pr_step_ok}}%"></div>
<span class="panel-header-item">
- <h4><b>{{result.creation_date}}</b></h4>
+ <h4><b>{{result.start_date}}</b></h4>
</span>
<span class="badge panel-pod-name">{{result.pod_name}}</span>
</div>
diff --git a/utils/test/reporting/functest/template/index-vims-tmpl.html b/utils/test/reporting/functest/template/index-vims-tmpl.html
index 8858182c1..25499dc46 100644
--- a/utils/test/reporting/functest/template/index-vims-tmpl.html
+++ b/utils/test/reporting/functest/template/index-vims-tmpl.html
@@ -23,7 +23,7 @@
<ul class="nav nav-justified">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="index-vims-fuel.html">Fuel</a></li>
- <li><a href="index--vims-compass.html">Compass</a></li>
+ <li><a href="index-vims-compass.html">Compass</a></li>
<li><a href="index-vims-joid.html">JOID</a></li>
<li><a href="index-vims-apex.html">APEX</a></li>
</ul>
@@ -49,7 +49,7 @@
<div class="panel-heading">
<div class="progress-bar" role="progressbar" aria-valuenow="{{result.pr_step_ok}}" aria-valuemin="0" aria-valuemax="100" style="width: {{result.pr_step_ok}}%"></div>
<span class="panel-header-item">
- <h4><b>{{result.creation_date}}</b></h4>
+ <h4><b>{{result.start_date}}</b></h4>
</span>
<span class="badge panel-pod-name">{{result.pod_name}}</span>
</div>