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

2018-06-03 Thread Chen Qi
In previous OEQA, having 'auto' in TEST_SUITES results in executing as many test cases as possible. This behaviour is broken for now. From the codes in core/loader.py, I can see that it tries to use another keyword 'all'. But in fact, it does not work. I've checked the current manual. The manual

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

2018-06-03 Thread Richard Purdie
On Fri, 2018-06-01 at 13:58 +0800, ChenQi wrote: > On 06/01/2018 01:41 PM, Alexander Kanavin wrote: > > 2018-06-01 7:42 GMT+03:00 ChenQi : > > > 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

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

2018-05-31 Thread ChenQi
On 06/01/2018 01:41 PM, Alexander Kanavin wrote: 2018-06-01 7:42 GMT+03:00 ChenQi : 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

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

2018-05-31 Thread Alexander Kanavin
2018-06-01 7:42 GMT+03:00 ChenQi : > 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 > c

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

2018-05-31 Thread Chen Qi
In previous OEQA, having 'auto' in TEST_SUITES results in executing as many test cases as possible. This behaviour is broken for now. From the codes in core/loader.py, I can see that it tries to use another keyword 'all'. But in fact, it does not work. I've checked the current manual. The manual

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

2018-05-31 Thread ChenQi
On 05/31/2018 09:57 PM, Alexander Kanavin wrote: 2018-05-31 11:32 GMT+03:00 Chen Qi : In previous OEQA, having 'auto' in TEST_SUITES results in executing as many test cases as possible. This behaviour is broken for now. From the codes in core/loader.py, I can see that it tries to use another ke

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

2018-05-31 Thread Alexander Kanavin
2018-05-31 11:32 GMT+03:00 Chen Qi : > In previous OEQA, having 'auto' in TEST_SUITES results in executing > as many test cases as possible. > > This behaviour is broken for now. From the codes in core/loader.py, > I can see that it tries to use another keyword 'all'. But in fact, > it does not wor

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

2018-05-31 Thread Chen Qi
In previous OEQA, having 'auto' in TEST_SUITES results in executing as many test cases as possible. This behaviour is broken for now. From the codes in core/loader.py, I can see that it tries to use another keyword 'all'. But in fact, it does not work. I've checked the current manual. The manual