ironic/ironic/tests/unit/db
Riccardo Pittau cfc6818177 Use assertCountEqual instead of assertItemsEqual
The assertItemsEqual method has been removed in Python 3.3 [1] but
it was kept alive by unittest2, imported by testtools.
To prevent mayhem and despair caused by testtools removing unittest2
from its requirements in the near future, we switch to assertCountEqual.

[1] https://bugs.python.org/issue17866

Change-Id: I614bcedc9981370fb54cfe3da997a3d52484c07f
(cherry picked from commit ca1c1b87af)
2020-11-10 13:36:44 +00:00
..
sqlalchemy Add node lessee field 2020-04-07 15:33:42 +00:00
__init__.py Remove unused import 2016-07-21 09:03:40 +00:00
base.py Remove usage of some of the deprecated methods 2017-07-31 10:14:08 +00:00
test_allocations.py Allocation API: taking over allocations of offline conductors 2019-02-19 17:36:16 +01:00
test_api.py Fix the remaining hacking issues 2020-03-31 13:40:00 +00:00
test_bios_settings.py Use assertCountEqual instead of assertItemsEqual 2020-11-10 13:36:44 +00:00
test_chassis.py Stop using six library 2019-12-23 09:38:25 +01:00
test_conductor.py Make reservation checks caseless 2020-03-06 12:29:19 -08:00
test_deploy_templates.py Stop using six library 2019-12-23 09:38:25 +01:00
test_node_tags.py Use assertCountEqual instead of assertItemsEqual 2020-11-10 13:36:44 +00:00
test_node_traits.py Use assertCountEqual instead of assertItemsEqual 2020-11-10 13:36:44 +00:00
test_nodes.py Use assertCountEqual instead of assertItemsEqual 2020-11-10 13:36:44 +00:00
test_portgroups.py Stop using six library 2019-12-23 09:38:25 +01:00
test_ports.py Allow node owners to administer associated ports 2020-01-02 15:12:43 +00:00
test_volume_connectors.py Stop using six library 2019-12-23 09:38:25 +01:00
test_volume_targets.py Stop using six library 2019-12-23 09:38:25 +01:00
utils.py Add my new address to .mailmap 2020-04-13 07:29:37 -07:00