diff options
author | boucherv <valentin.boucher@orange.com> | 2016-06-17 14:56:20 +0200 |
---|---|---|
committer | boucherv <valentin.boucher@orange.com> | 2016-06-17 14:58:54 +0200 |
commit | 36eaad3a95901af6cf2d98ce0da1545b0e6e29b9 (patch) | |
tree | 34181d8aaaf0446055778b9339d3c954feb12495 /utils/test/reporting/functest/template | |
parent | 8077b5b76347b5698c32f60efce95a212e150739 (diff) |
bugfix: start test time
Change-Id: Ie916cc77373cbfae6e189ffeb1153400b2cc6f67
Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'utils/test/reporting/functest/template')
-rw-r--r-- | utils/test/reporting/functest/template/index-tempest-tmpl.html | 2 | ||||
-rw-r--r-- | utils/test/reporting/functest/template/index-vims-tmpl.html | 4 |
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> |