RETIRED, Fuel tests
Go to file
Vladimir Khlyunev 2596c8d796 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
2017-01-27 16:49:51 +04:00
core Fix "wrap functions with 2 blank lines" pep8 check 2016-11-16 14:15:38 +03:00
doc Add new test for multiqueue feature 2016-11-16 15:27:37 +03:00
fuel_tests Merge "Fix some typos in the files" 2016-08-24 14:18:10 +00:00
fuelweb_test Search bug links in testrail only in N days before 2017-01-27 16:49:51 +04:00
gates_tests Fix incorrect usage of YamlEditor in gates tests 2016-09-07 12:04:35 +03:00
packages_tests Migrate group thread_1 to pytest scope 2016-06-02 13:14:06 +03:00
system_test Add check that calculated space to filling not "negative" 2016-12-22 12:41:51 +00:00
utils/jenkins Fix "wrap functions with 2 blank lines" pep8 check 2016-11-16 14:15:38 +03:00
.coveragerc Create initial infrastructure for fuel-qa refactoring: .core package 2016-08-25 19:22:23 +03:00
.gitignore Move QuietLogger and logwrap to core 2016-09-05 10:39:58 +03:00
.gitreview Update .gitreview for stable/newton 2016-10-14 09:17:44 -04:00
.pylintrc Revert "Pylint: totally ignore testrail reporter" 2016-08-22 13:15:58 +00:00
.pylintrc_gerrit Revert "Pylint: totally ignore testrail reporter" 2016-08-22 13:15:58 +00:00
MAINTAINERS Maintainers change 2016-08-30 14:23:37 +03:00
README.md Fix links to documentation 2015-06-23 14:06:17 +03:00
pytest.ini Migrate group thread_1 to pytest scope 2016-06-02 13:14:06 +03:00
run_system_test.py run_system_test: check by pylint on gates 2016-08-24 15:35:00 +03:00
run_tests.sh System tests movement from fuel-main 2015-02-06 11:44:08 +02:00
tox.ini Move QuietLogger and logwrap to core 2016-09-05 10:39:58 +03:00

README.md

Tests documentation

Devops documentation

Code-generated documentation

You need to run make doc-html to generate them.

Output is stored in doc/_build/html/index.html.

For 'make iso'

Building ISO documentation