From f01789afbfee2878e9b4493e80e2bc0c17d5b6be Mon Sep 17 00:00:00 2001 From: boucherv Date: Fri, 17 Jun 2016 14:56:20 +0200 Subject: bugfix: start test time Change-Id: Ie916cc77373cbfae6e189ffeb1153400b2cc6f67 Signed-off-by: boucherv --- reporting/functest/template/index-tempest-tmpl.html | 2 +- reporting/functest/template/index-vims-tmpl.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'reporting/functest') diff --git a/reporting/functest/template/index-tempest-tmpl.html b/reporting/functest/template/index-tempest-tmpl.html index b8260ed..c562143 100644 --- a/reporting/functest/template/index-tempest-tmpl.html +++ b/reporting/functest/template/index-tempest-tmpl.html @@ -49,7 +49,7 @@
-

{{result.creation_date}}

+

{{result.start_date}}

{{result.pod_name}}
diff --git a/reporting/functest/template/index-vims-tmpl.html b/reporting/functest/template/index-vims-tmpl.html index 8858182..25499dc 100644 --- a/reporting/functest/template/index-vims-tmpl.html +++ b/reporting/functest/template/index-vims-tmpl.html @@ -23,7 +23,7 @@ @@ -49,7 +49,7 @@
-

{{result.creation_date}}

+

{{result.start_date}}

{{result.pod_name}}
-- cgit 1.2.3-korg