ironic/ironic/tests/unit
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
..
api Use assertCountEqual instead of assertItemsEqual 2020-11-10 13:36:44 +00:00
cmd Change [deploy]/default_boot_option to local 2020-04-15 11:46:03 -07:00
common Use assertCountEqual instead of assertItemsEqual 2020-11-10 13:36:44 +00:00
conductor Allow configuring IPMI cipher suite 2020-09-18 07:34:29 -07:00
conf Remove deprecated [keystone] config section 2018-06-11 13:30:50 +00:00
db Use assertCountEqual instead of assertItemsEqual 2020-11-10 13:36:44 +00:00
dhcp "dual stack" support for PXE/iPXE 2020-04-13 06:32:15 -07:00
drivers Use assertCountEqual instead of assertItemsEqual 2020-11-10 13:36:44 +00:00
objects Stop using md5 for __repr__ of objects 2020-07-09 16:04:20 +00:00
__init__.py Add my new address to .mailmap 2020-04-13 07:29:37 -07:00
policy_fixture.py Add my new address to .mailmap 2020-04-13 07:29:37 -07:00
raid_constants.py Allow specifying target devices for software RAID 2020-03-17 14:31:38 +01:00
stubs.py Enhanced checksum support 2018-10-22 16:12:31 +08:00
test_base.py Fix pep8 2020-05-13 11:40:16 +02:00