diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-08-16 08:33:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-16 08:33:54 +0000 |
commit | fc449f385ce391f4cf0a35c098279e9d962a4320 (patch) | |
tree | 0f0fd26203fe1acc66fbc27822a067596535e77c | |
parent | 8bb8ae48264a74ada235109715f4794875baadca (diff) | |
parent | 0b1265b850471397d413b80c94e5e48cf38b637b (diff) |
Merge "Bug fix: generate fuel reporting page when no aarch64 available"
-rwxr-xr-x | utils/test/reporting/reporting/functest/reporting-status.py | 2 |
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 |