[OE-core] [PATCH 01/14] oeqa/core/loader.py: support the 'auto' keyword

Alexander Kanavin alex.kanavin at gmail.com
Fri Jun 1 05:41:33 UTC 2018


2018-06-01 7:42 GMT+03:00 ChenQi <Qi.Chen at windriver.com>:
> I agree with you that we need to re-evaluate the settings of
> DEFAULT_TEST_SUITES.
>
> I plan to do this work from next week. And I plan to put such changes in
> another patchset.
>
> Looking at the codes, I can see that the DEFAULT_TEST_SUITES are set with
> consideration of qemu machines and libc.
> e.g.
> # aarch64 has no graphics
> DEFAULT_TEST_SUITES_remove_aarch64 = "xorg"
> # musl doesn't support systemtap
> DEFAULT_TEST_SUITES_remove_libc-musl = "stap"

I suppose we can introduce TEST_SUITES_EXCLUDE for such cases, which
would be considered when 'auto' is expanded to a specific list?

Alex



More information about the Openembedded-core mailing list