commit | 48665f2636208e71892f5203f39d427f74d19901 | [log] [tgz] |
---|---|---|
author | Maciej Perkowski <Maciej.Perkowski@nordicsemi.no> | Tue Dec 19 15:28:24 2023 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri May 24 08:25:20 2024 -0400 |
tree | 8c2481c26b8d8dcea05f3e3f05ba799a05bedb08 | |
parent | 418210dbf3573bd26b76be9b77d2b1146bb7859c [diff] |
scripts: Allow using quarantine mechanism with test_plan.py script In twister, applying quarantine is a part of apply_filters() function. However, this function is not called when --load-test is used. Therefore, if one wants to use quarantines in combination with dynamic scope from the test_plan.py script, one has to pass such info through the script. Signed-off-by: Maciej Perkowski <Maciej.Perkowski@nordicsemi.no>