octavia-tempest-plugin/octavia_tempest_plugin
Carlos Goncalves c451ff963f Fix dependency on requests library version
The code was calling property Response.next which is only available in
requests >= 2.15.0 [1]. At present minimum version of requests library
is 2.14.2 in requirements.txt. Instead of bumping its version (impacts
packaging specially to already released OpenStack versions), we can
solve it on our side with this patch.

The error was:
    AttributeError: 'Response' object has no attribute 'next'
    
[1] https://github.com/requests/requests/blob/v2.15.0/HISTORY.rst

Story: 2004641
Task: 28591

Change-Id: I15b496c740b0c7c8970501d08497ba43cbffda2b
2018-12-19 19:08:54 +00:00
..
common Fix tests to honor Octavia API versioning 2018-09-06 13:57:38 +00:00
contrib Create scenario tests for load balancers 2018-04-10 12:20:01 -07:00
services Fix tests to honor Octavia API versioning 2018-09-06 13:57:38 +00:00
tests Fix dependency on requests library version 2018-12-19 19:08:54 +00:00
__init__.py Initial setup of the octavia-tempest-plugin repo 2017-05-11 18:32:01 +00:00
clients.py Create scenario tests for amphora 2018-06-04 20:47:33 +00:00
config.py Merge "Raise build_timeout from 60 to 300" 2018-10-18 15:34:29 +00:00
plugin.py Add configuration support for skipping tests 2018-10-16 15:35:03 +00:00