zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
9.74k stars 6k forks source link

scripts: twister: Do not report filtered test instances by default #72164

Open LukaszMrugala opened 2 weeks ago

LukaszMrugala commented 2 weeks ago

Filtered testcases are removed by default from Twister tests.

Older functionality is preserved via a new Twister flag: --report-filtered.

Old tests were adjusted and a new test for that flag added.

Conflicts with #71401, but the conflict is minor and will be easy to resolve.