neutron/neutron/tests/functional/scheduler
gugug 62729d4e74 Replace assertItemsEqual with assertCountEqual
assertItemsEqual was removed from Python's unittest.TestCase in
Python 3.3 [1][2]. 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.

NOTE(dmllr): added hacking check

[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: I7c20fec08e5dc9f67b34100c925ea6724bbd25f0
2020-11-30 10:21:57 +01:00
..
__init__.py Improve test coverage of dhcp agent scheduling 2015-01-20 15:24:28 +05:30
test_dhcp_agent_scheduler.py Replace assertItemsEqual with assertCountEqual 2020-11-30 10:21:57 +01:00
test_l3_agent_scheduler.py Remove 'gateway_external_network_id' config option 2019-07-26 13:19:14 +02:00