Skip to content
Snippets Groups Projects

CI: Extend integration testing

Merged Caleb Connolly requested to merge caleb/moar-testing into master
All threads resolved!
3 files
+ 218
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 3
0
@@ -35,6 +35,9 @@ def _parse_kernel_suffix(info, device, kernel):
"b": "second",
"b_downstream": "third"}
"""
if os.getenv("PMBOOTSTRAP_TEST_DEVICEINFO_PARSING"):
assert kernel is None
return info
# Do nothing if the configured kernel isn't available in the kernel (e.g.
# after switching from device with multiple kernels to device with only one
# kernel)
Loading