ironic-python-agent/ironic_python_agent/tests/unit
Julia Kreger 928db63156 Fix py27 compatability for train
Train release of OpenStack is intended to support compatability
with python2.7 and we inadvertently broke it earlier.

Due to a broken gate, we created a change which removed the py27
jobs, bandit, and lower constraints checking due to multiple
gates failing all at once. Ide0f6c38a59ae6486fa33cfb19b383d022e57d5a

The removal of the py27 change was due to Bandit 1.7.0 which
dropped py2 support. We should have restricted Bandit in our
test-requirements.txt at that time.

As such, this commit addresses that, plus python3 only exception
names which slipped in on a backport breaking py27 compatability.

Change-Id: I4a441495d078b9c46b8ad443fc0e7862efd12bde
2021-06-10 06:35:51 -07:00
..
extensions Fix py27 compatability for train 2021-06-10 06:35:51 -07:00
hardware_managers Fix: make Intel CNA hardware manager none generic 2020-09-24 20:05:12 +08:00
__init__.py Add base for IPA functional tests 2015-08-18 16:19:47 +00:00
base.py Limit Inspection->Lookup->Heartbeat lag 2020-07-06 20:23:11 +02:00
test_agent.py Limit Inspection->Lookup->Heartbeat lag 2020-07-06 20:23:11 +02:00
test_api.py Prevent tests' unmocked access to utils.execute() 2017-05-15 10:48:43 +10:00
test_base.py Fix issue with double mocking of utils.execute functions 2017-12-01 07:42:02 -08:00
test_dmi_inspector.py Collect processor, memory and BIOS output of dmidecode - follow-up 2017-07-27 07:30:54 -07:00
test_encoding.py Fix serializing ironic-lib exceptions 2020-07-06 16:50:46 +00:00
test_errors.py Prevent tests' unmocked access to utils.execute() 2017-05-15 10:48:43 +10:00
test_hardware.py Fix bootloader install issue with MDRAID 2020-08-05 10:48:25 +01:00
test_inspector.py Limit Inspection->Lookup->Heartbeat lag 2020-07-06 20:23:11 +02:00
test_ironic_api_client.py Fix TypeError on agent lookup failure 2020-08-07 22:30:00 +00:00
test_multi_hardware.py Prevent tests' unmocked access to utils.execute() 2017-05-15 10:48:43 +10:00
test_multi_hardware_clean_steps.py Fix waiting for target disk to appear 2017-10-16 15:39:25 +02:00
test_netutils.py [LLDP] Skip NICs that say they are ready but are unreadable. 2017-11-28 17:25:43 +00:00
test_numa_inspector.py Skip nic numa_node discovery if it's not assigned to a numa_node 2020-01-17 14:54:44 +00:00
test_utils.py Omit configdrive and system_logs from logging 2020-06-30 16:47:11 +02:00