fuel-qa/fuelweb_test/testrail
Artem Panchenko 21931edd79 Fix encoding errors while working with APIs
Use 'requests' module for HTTP requests to TestRail
and Jenkins API instead of 'urllib'. It provides a
method which decode response data using proper
character encoding (charset from headers) and returns
unicode string.

Also add one more environment variable to settings,
because it's needed by proboscis for test plan
generation (since I9b9d40a59d24f579502a38dfc9b8c142bc219a06
was merged).

Closes-bug: #1584401
Change-Id: I3d6cde2c8066bd58e735142fe26d56e83d1c90de
(cherry picked from commit 5072b8426c)
2016-05-23 12:52:08 +03:00
..
__init__.py Pylint: fix trivial issues 2 2016-03-16 10:30:31 +03:00
builds.py Fix encoding errors while working with APIs 2016-05-23 12:52:08 +03:00
datetime_util.py Add update testrail fields functionality for testrail reporter 2016-04-27 13:47:19 +00:00
generate_statistics.py Fix encoding errors while working with APIs 2016-05-23 12:52:08 +03:00
launchpad_client.py Use unicode for strings in TestRail statistics 2016-04-07 12:23:13 +00:00
report_pi.py Fix encoding errors while working with APIs 2016-05-23 12:52:08 +03:00
report_tempest_results.py Swith to unicode for whole testrail 2016-04-12 13:06:39 +00:00
report.py Search target Test Runs across all available Plans 2016-04-21 09:06:11 +00:00
settings.py Fix encoding errors while working with APIs 2016-05-23 12:52:08 +03:00
testrail_client.py Add update testrail fields functionality for testrail reporter 2016-04-27 13:47:19 +00:00
testrail.py Fix encoding errors while working with APIs 2016-05-23 12:52:08 +03:00
upload_cases_description.py Don't process pre-checks methods like test cases 2016-05-06 10:20:00 +00:00
upload_tempest_test_suite.py Swith to unicode for whole testrail 2016-04-12 13:06:39 +00:00