ironic-python-agent/ironic_python_agent/tests/unit/extensions
Derek Higgins 8531d14c22 Bind mount /run into chroot when installing grub
grub-mkconfig runs a lvs command that attempts to access /run/lvm
once for each block device, currently it times out after 10 seconds
for each device and moves on. Multiple 10 second delays become
a problem (causing IPA API timeouts) when multiple block devices
are present. Bind mounting in /run avoids the delay and the
timeouts.

Task: 30616
Story: 2005507

Change-Id: Iae8b7808a35bff121f64971aadd4bd36b5f5bb71
(cherry picked from commit 9c35f02792)
2019-05-08 19:22:41 +01: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 Bind mount /run into chroot when installing grub 2019-05-08 19:22:41 +01:00
test_iscsi.py Update version of flake8-import-order package 2017-12-08 14:17:56 -08: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 Install grub to PReP partition when prep_boot_part_uuid is provided 2018-07-20 16:07:16 +00:00