On Thu, 12 Feb 2026 at 21:42, Cédric Le Goater <[email protected]> wrote: > > Add functional tests for AST2500 and AST2600 machines using the > OpenBMC SDK v11.00 with Linux kernel 5.15. These tests complement the > existing SDK tests and verify that QEMU correctly boots older kernel > versions on these platforms.
> + ASSET_SDK_V1100_AST2600_515 = Asset( > + > 'https://github.com/AspeedTech-BMC/openbmc/releases/download/v11.00/ast2600-default-515-obmc.tar.gz', > + 'ece1a934095378929780f03e7d092e562f4b33b2841b80ad7c3d12a85744c0f6') This asset file is over a gigabyte in size, it takes forever to download, and our functional test asset download framework has no mechanism for giving any kind of progress indication for downloads (or even for telling you the URL it is downloading until after the download is complete). Can we have a size limit for test assets please, at least until the framework can support large assets a bit better ? thanks -- PMm
