neutron/neutron/tests/unit/services
gugug ada26647ec 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
(cherry picked from commit 62729d4e74)
2021-08-24 10:00:56 +00:00
..
auto_allocate Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
conntrack_helper Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
l3_router trivial: Make driver_controller's _attrs_to_driver py3 compatible 2021-04-21 07:28:33 +00:00
logapi [OVN] security group logging support (2 of 2) 2021-03-02 10:48:23 -05:00
metering Remove leading zeroes from an IP address 2021-06-03 15:08:14 +00:00
network_segment_range Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
ovn_l3 Replace assertItemsEqual with assertCountEqual 2021-08-24 10:00:56 +00:00
placement_report Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
portforwarding create or delete port forwarding, update the floating ip status 2021-01-12 19:55:37 +08:00
qos Add minimum bw qos rule validation for network 2021-02-19 11:26:40 +03:00
revisions Check the revision number only once 2021-01-08 08:31:26 +00:00
trunk Replace assertItemsEqual with assertCountEqual 2021-08-24 10:00:56 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_provider_configuration.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00