From bcbc07b37f1590651cce7ccb596e50f97423226f Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Mon, 26 Jun 2017 17:04:41 +0200 Subject: bug fix: consider pagination when retrieveing results for reporting Due to pagination feature introduced in test API, reporting pages only considered the first page of results retrieved by the API the number of pages is now detected to aggregate the results JIRA: RELENG-259 Change-Id: I0ac90b125baf8c16341c8db22f5602fedd4cdf1b Signed-off-by: Morgan Richomme --- reporting/functest/reporting-status.py | 1 - 1 file changed, 1 deletion(-) (limited to 'reporting/functest') diff --git a/reporting/functest/reporting-status.py b/reporting/functest/reporting-status.py index e700e04..77ab784 100755 --- a/reporting/functest/reporting-status.py +++ b/reporting/functest/reporting-status.py @@ -107,7 +107,6 @@ for version in versions: scenario_results = rp_utils.getScenarios(healthcheck, installer, version) - # get nb of supported architecture (x86, aarch64) architectures = rp_utils.getArchitectures(scenario_results) logger.info("Supported architectures: {}".format(architectures)) -- cgit 1.2.3-korg