On Mon, Jul 29, 2024 at 7:01 AM Daniel P. Berrangé <berrange@xxxxxxxxxx> wrote: > > On Fri, Jul 26, 2024 at 09:44:34AM -0400, Cleber Rosa wrote: > > The kernel is a common blob used in all tests. By moving it to the > > setUp() method, the "fetch asset" plugin will recognize the kernel and > > attempt to fetch it and cache it before the tests are started. > > The other tests don't call fetch_asset() from their setUp > method - what's different about this test that prevents the > asset caching working ? > The "wizardry" of the "fetch asset" plugin limits itself to analyzing test methods and the setUp() method. This test currently does that in the "fetch_guest_kernel()" method, which makes it blind to the "fetch asset" plugin. If there are other tests doing that (in custom methods), then a similar change would be desirable. Regards, - Cleber.