ironic-python-agent/ironic_python_agent/tests/unit/extensions
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
..
__init__.py Split functional and py27 tests 2015-08-28 14:16:34 -07:00
test_base.py Have unit tests all derive from our base unit test class 2017-10-18 11:06:30 -07:00
test_clean.py Have unit tests all derive from our base unit test class 2017-10-18 11:06:30 -07:00
test_flow.py Have unit tests all derive from our base unit test class 2017-10-18 11:06:30 -07:00
test_image.py Fix py27 compatability for train 2021-06-10 06:35:51 -07:00
test_iscsi.py Prevent un-needed iscsi cleanup 2020-07-28 07:16:47 -07:00
test_log.py Have unit tests all derive from our base unit test class 2017-10-18 11:06:30 -07:00
test_rescue.py Rescue extension for CoreOS with DHCP tenant networks 2017-11-06 04:48:58 -05:00
test_standby.py Extend retries to 9, 10 seconds apart. 2020-07-02 07:57:31 +00:00