On Mon, Feb 19, 2024, at 7:09 AM, Jeremy Stanley wrote:
On 2024-02-19 14:29:39 +0100 (+0100), Ettore Simone wrote: [...]
result> AttributeError: module 'dnf.util' has no attribute '_is_file_pattern_present' [1] [...]
We ran into a similar looking error in Nodepool's testing recently, which seems to be related to changes in the upstream repository for DNF plugins no longer working with older DNF versions. It's possible you could have luck porting this workaround:
This nodepool fix addressed the problem for diskimage-builder tests that use nodepool to drive the building of images. However, the dib functests run without nodepool and will need this fix as prescribed above. I've pushed this change to address that: https://review.opendev.org/c/openstack/diskimage-builder/+/909466.