ironic/ironic/tests/unit
Riccardo Pittau ca1c1b87af 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
2020-06-11 14:37:56 +02:00
..
api Use assertCountEqual instead of assertItemsEqual 2020-06-11 14:37:56 +02:00
cmd Switch to unittest mock 2020-04-30 19:04:17 +02:00
common Use assertCountEqual instead of assertItemsEqual 2020-06-11 14:37:56 +02:00
conductor Fix fast track when exiting cleaning 2020-06-03 17:28:16 +00:00
conf Remove deprecated [keystone] config section 2018-06-11 13:30:50 +00:00
db Use assertCountEqual instead of assertItemsEqual 2020-06-11 14:37:56 +02:00
dhcp Temporary add per-file-ignores to flake8 tests 2020-05-06 16:24:55 +02:00
drivers Use assertCountEqual instead of assertItemsEqual 2020-06-11 14:37:56 +02:00
objects Add `network_data` field to ironic node object 2020-05-05 15:57:36 +02: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-12 15:37:38 +02:00