fuel-qa/fuelweb_test/testrail
Vladimir Khlyunev d4bd269aae Search bug links in testrail only in N days before
For now there is over 200 requests in batch of 5 test runs iterating over all
created testplans, even older than half of year. Its absolutely not required
and testrail allow us to iterate through testplans created after date X.
We can use this feature and reduce time spent on useless get requests.

This patch introduces new variable TESTRAIL_DAYS_TO_ANALYZE that allow
us not to go too deep into testrail history. For now the default is 14 days.
It decreases uploading time from 20 minutes to 30-60 seconds and also reduces
load of testrail.

Change-Id: I468b14f6c5d6f8472b78980e3798f306068d3df2
(cherry picked from commit 2596c8d796)
2017-01-30 07:58:25 +00:00
..
__init__.py Pylint: fix trivial issues 2 2016-03-16 10:30:31 +03:00
builds.py Fix upload test rail cases mechanism 2016-08-19 17:27:33 +03:00
datetime_util.py Add update testrail fields functionality for testrail reporter 2016-04-27 12:16:06 +03:00
generate_failure_group_statistics.py Fix "wrap functions with 2 blank lines" pep8 check 2016-11-16 11:17:10 +00:00
generate_statistics.py Add extra factor of TC definition in testrail 2016-09-13 14:34:54 +03:00
launchpad_client.py Use unicode for strings in TestRail statistics 2016-04-07 14:40:09 +03:00
report.py Search bug links in testrail only in N days before 2017-01-30 07:58:25 +00:00
report_pi.py Fix encoding errors while working with APIs 2016-05-23 11:04:05 +03:00
report_tempest_results.py Fix "wrap functions with 2 blank lines" pep8 check 2016-11-16 11:17:10 +00:00
settings.py Search bug links in testrail only in N days before 2017-01-30 07:58:25 +00:00
testrail.py [TestRail] Wait up to 10 min for API is up 2016-06-05 21:45:18 +00:00
testrail_client.py Search bug links in testrail only in N days before 2017-01-30 07:58:25 +00:00
upload_cases_description.py Fix baremetal test report 2016-11-17 10:11:50 +00:00
upload_tempest_test_suite.py Fix script for update tempest suite on testrail 2016-06-23 19:15:49 +03:00