80b2d7722d
Some test suites have different test case lists in test_main(), that conforms to different test scenarios defined in testcase.yaml. We use if statement to decide which test case list should run under specific config. But for thoses boards who do not support those configs, we will run test cases on the other side of the if statement even if it has deviated from the original test scenario. So add filter to avoid test scenario running under mismatch config. Signed-off-by: Guo Lixin <lixinx.guo@intel.com> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
prj.conf | ||
testcase.yaml |