Dan Bungert

Results 16 issues of Dan Bungert

The 'bad signature' error messages appear to have changed. Adjust test to accept both old anew new style openssl error strings.

* simplify `guided()` with singledispatch * move gaps.within to a gap object method * add warning about autoinstall having layout and manual config * expand a side-by-side unit test to...

Underscore is used with the gettext integration, so remove this otherwise-harmless assignment that is intended as disposal of an unused variable.

By using networkctl delete/down, we should be able to let networkctl decide if more drastic operations are needed, and drop the forced network restart.

For python 3.10, some items formerly from collections must now be obtained from collections.abc. This should be backwards compatible. https://docs.python.org/3.5/library/collections.abc.html#collections.abc.Callable

Per discussion in LP: #[1961079](https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1961079), permit bootable raid if the system appears to be a "PowerEdge". Tested by way of CI, added unit tests, and a quick VM smoke test.

In #1579 we enabled autoinstall to supply a LVM passphrase. Add a test case looking for that passphrase.

To eventually run these in parallel, we want to not have a single test instance hogging the console. Add a background-runner script which uses a detached screen session that also...

Add a 'wait' mode for shutdown for autoinstall. The idea here is that an install can be automated but it waits at the end before rebooting. During autoinstall, a new...