-
Notifications
You must be signed in to change notification settings - Fork 720
[nrf fromtree] twister: Allow sharing hardware platform between variants #2292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
447947d to
e966840
Compare
|
Rebased and cherry-picked comit from PR: zephyrproject-rtos/zephyr#79578 |
|
@PerMac please review. |
|
@carlescufi As Grzegorz wrote, It seems we won't pass compliance on this. Can you merge it without it? It is useful for hw setups testing multiple variants of our boards |
91a2746 to
986f2f9
Compare
|
@carlescufi to fix issue with pylint, we can add line |
ab38acf to
7e1d176
Compare
|
Rebased and cherry-picked fix for blackbox tests |
Extended hardware map to share a single board between variants. To run tests for different variants on the same board without re-configuring the hardware map file for each variant, one can use a `platform` atribute as a list of names. Signed-off-by: Grzegorz Chwierut <[email protected]> (cherry picked from commit e0bd7e7)
Fix the expected pattern randomly matched to coverage.json contents ordered differently at test_coverage_basedir(). Signed-off-by: Dmitrii Golovanov <[email protected]> (cherry picked from commit 27456ed)
No need to pull babblesim and nrf_hw_models when doing twister testing. Signed-off-by: Anas Nashif <[email protected]> (cherry picked from commit cfd5469)
7e1d176 to
4d4e674
Compare
Cherry-picked from upstream.
PR: zephyrproject-rtos/zephyr#81465
Extended hardware map to share a single board between variants. To run tests for different variants on the same board without re-configuring the hardware map file for each variant, one can extend the platform attribute with board names separated by spaces or use platform as a list.