From 36eaad3a95901af6cf2d98ce0da1545b0e6e29b9 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 --- utils/test/reporting/functest/template/index-tempest-tmpl.html | 2 +- utils/test/reporting/functest/template/index-vims-tmpl.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'utils/test/reporting/functest') 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 @@
-

{{result.creation_date}}

+

{{result.start_date}}

{{result.pod_name}}
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 @@ @@ -49,7 +49,7 @@
-

{{result.creation_date}}

+

{{result.start_date}}

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