octavia/octavia/tests/functional/api
melissaml 103653503c Switch from unittest2 compat methods to Python 3.x methods
With the removal of Python 2.x we can remove the unittest2 compat
wrappers and switch to assertCountEqual instead of assertItemsEqual

We have been able to use them since then, because
testtools required unittest2, which still included it. With testtools
removing Python 2.7 support [3][4], we will lose support for
assertItemsEqual, so we should switch to use assertCountEqual.

[1] - https://bugs.python.org/issue17866
[2] - https://hg.python.org/cpython/rev/d9921cb6e3cd
[3] - testing-cabal/testtools#286
[4] - testing-cabal/testtools#277

Change-Id: I3e8725eb77ea947e71d85ea406a60ed94c7bf971
2020-07-07 09:52:52 +08:00
..
drivers Add VIP access control list 2019-09-13 10:09:25 +02:00
v2 Switch from unittest2 compat methods to Python 3.x methods 2020-07-07 09:52:52 +08:00
__init__.py Add license for empty __init__.py 2018-03-14 07:02:56 +09:00
test_healthcheck.py Add oslo middleware healthcheck to Octavia API 2020-03-19 11:24:16 -07:00
test_root_controller.py Add TLS version configuration for pools 2020-06-03 21:58:47 +00:00