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

ChenQi Qi.Chen at windriver.com
Fri Jun 1 05:58:01 UTC 2018


On 06/01/2018 01:41 PM, Alexander Kanavin wrote:
> 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
>
I don't know yet. I guess if test case is written with more 
sophisticated considerations, we don't need such variable. But I'm not 
sure about it. I'll start to investigate it from next week.

Best Regards,
Chen Qi



More information about the Openembedded-core mailing list