[OE-core] [PATCH 02/14] testimage.bbclass: fix behavior of empty TEST_SUITES

2018-06-03 Thread Chen Qi
The current behaviour of TEST_SUITES is very confusing. setting: TEST_SUITES = "" result: Execute all test cases. setting: TEST_SUITES = "some_case_not_exist" result: Error out with 'Empty test suite' message. The expected behaviour of TEST_SUITES should be: 1. when 'auto' is in it, execute as

[OE-core] [PATCH 02/14] testimage.bbclass: fix behavior of empty TEST_SUITES

2018-05-31 Thread Chen Qi
The current behaviour of TEST_SUITES is very confusing. setting: TEST_SUITES = "" result: Execute all test cases. setting: TEST_SUITES = "some_case_not_exist" result: Error out with 'Empty test suite' message. The expected behaviour of TEST_SUITES should be: 1. when 'auto' is in it, execute as

[OE-core] [PATCH 02/14] testimage.bbclass: fix behavior of empty TEST_SUITES

2018-05-31 Thread Chen Qi
The current behaviour of TEST_SUITES is very confusing. setting: TEST_SUITES = "" result: Execute all test cases. setting: TEST_SUITES = "some_case_not_exist" result: Error out with 'Empty test suite' message. The expected behaviour of TEST_SUITES should be: 1. when 'auto' is in it, execute as