[PATCH v4 00/12] Add imx8mp video support
Miquel Raynal
miquel.raynal at bootlin.com
Thu Apr 3 09:30:56 CEST 2025
Hi Tom,
>> I need the tests to run on the test.dts and not the default sandbox.dts.
>> The documentation states to use -T for that when doing the checks
>> locally. Unfortunately, the Azure pipelines do use the default sandbox
>> DT. I can add few mostly useless nodes to the default DTS for the tests
>> to pass, but I feel like this is not the correct approach.
>>
>> Is there a way to tell Azure to run some of the unit tests (especially
>> the DM ones) only with the test DT?
>
> I saw the older email first, sorry. But I think the docs have become
> disconnected from how things have been done practically.
Actually, tests are actually running with the test.dts (with the option
-T) otherwise I don't think it would work. In practice I haven't found
the proof of it, but I strongly believe it is not using the default DTS.
However, many tests depend on Kconfig symbols to be enabled, which means
we need to constantly enable more support in the various sandbox
defconfigs to make them run. For instance the video_bridge tests I
rebased on top of where only running on the regular sandbox defconfig,
not the others.
I believe it is all sorted out now, CI is green, so let me respin this
series :-)
Thanks,
Miquèl
More information about the U-Boot
mailing list