summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-08-11 14:22:27 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2017-08-11 14:22:27 +0200
commit0b1265b850471397d413b80c94e5e48cf38b637b (patch)
tree96564ea406e6ddd1fa49a001e4591158d82a5ab3
parentbe3f797263efd68c1b2258719b60457937f910e0 (diff)
Bug fix: generate fuel reporting page when no aarch64 available
In fuel we may deal with x86 or aarch64 architecture We generate dedicated reporting page - fuel@x86 - fuel@aarch64 However when there is no results for one of the architecture the test on the number of architecture lead to a bug Change-Id: I9906bd6078c8493587dc667eb23399a1e8311e77 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
-rwxr-xr-xutils/test/reporting/reporting/functest/reporting-status.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/reporting/reporting/functest/reporting-status.py b/utils/test/reporting/reporting/functest/reporting-status.py
index 48c4bb1c7..c7c2051a3 100755
--- a/utils/test/reporting/reporting/functest/reporting-status.py
+++ b/utils/test/reporting/reporting/functest/reporting-status.py
@@ -126,7 +126,7 @@ for version in versions:
# in case of more than 1 architecture supported
# precise the architecture
installer_display = installer
- if (len(architectures) > 1):
+ if "fuel" in installer:
installer_display = installer + "@" + architecture
# For all the scenarios get results