sanitycheck --test-only --device-testing --hardware-map
shouldn't run tests on all boards from --build-only
#29166
Labels
area: Sanitycheck
Sanitycheck has been renamed to Twister
bug
The issue is a bug, or the PR is fixing a bug
priority: medium
Medium impact/importance bug
Describe the bug
When using
sanitycheck --build-only
followed bysanitycheck --test-only --device-testing --hardware-map
, sanitycheck tries to run test on all targets given tosanitycheck --build-only
.Though, it could be possible that hardware-map only provides a subset
To Reproduce
Steps to reproduce the behavior:
Expected behavior
sanitycheck --test-only --device-testing --hardware-map map.yml
should only run test on the common subset between --build-only targets and map.yamlImpact
Prevents use of --test-only combined with --device-testing --hardware-map map.yml in such conditions.
The text was updated successfully, but these errors were encountered: