ironic/ironic/tests/unit/drivers
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
..
modules Use assertCountEqual instead of assertItemsEqual 2020-06-11 14:37:56 +02:00
__init__.py Add my new address to .mailmap 2020-04-13 07:29:37 -07:00
boot.ipxe Convert iPXE boot script to Jinja template 2016-11-21 18:44:38 +02:00
ipxe_config.template Correct handling of ramdisk_params in (i)PXE boot 2019-10-28 10:03:25 +01:00
ipxe_config_boot_from_volume_extra_volume.template Correct handling of ramdisk_params in (i)PXE boot 2019-10-28 10:03:25 +01:00
ipxe_config_boot_from_volume_no_extra_volumes.template Correct handling of ramdisk_params in (i)PXE boot 2019-10-28 10:03:25 +01:00
ipxe_config_timeout.template Correct handling of ramdisk_params in (i)PXE boot 2019-10-28 10:03:25 +01:00
pxe_config.template Correct handling of ramdisk_params in (i)PXE boot 2019-10-28 10:03:25 +01:00
pxe_grub_config.template Correct handling of ramdisk_params in (i)PXE boot 2019-10-28 10:03:25 +01:00
test_base.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_drac.py Implement the bios-interface for idrac-wsman driver 2020-04-17 15:41:24 +05:00
test_fake_hardware.py Fix the remaining hacking issues 2020-03-31 13:40:00 +00:00
test_generic.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_ibmc.py Add Huawei iBMC driver support 2019-03-14 11:04:29 +08:00
test_ilo.py Out-of-band `erase_devices` clean step for Proliant Servers 2019-08-23 08:09:20 +00:00
test_ipmi.py Fix the remaining hacking issues 2020-03-31 13:40:00 +00:00
test_irmc.py Fix 3rd party driver mocks and related tests 2020-05-06 16:24:55 +02:00
test_redfish.py Add Redfish Virtual Media Boot support 2019-08-14 14:19:03 +02:00
test_snmp.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_utils.py Collect ramdisk logs also during cleaning 2020-05-14 18:38:31 +02:00
test_xclarity.py tox.ini: flake8: Remove I202 from ignore list 2018-02-26 09:00:42 -08:00
third_party_driver_mock_specs.py Add indicator management to redfish hw type 2019-11-21 12:35:24 +01:00
third_party_driver_mocks.py Change ibmcclient compatible version 2020-05-15 18:31:51 +02:00