Skip to content
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

[nrf fromtree] twister: Allow sharing hardware platform between variants #2292

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 26, 2024

  1. [nrf fromtree] twister: Allow sharing hardware platform between variants

    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 e0bd7e7c8704412b41ad7dbd7395044ea26f12b4)
    gchwier committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    037b77c View commit details
    Browse the repository at this point in the history
  2. [nrf fromtree] twister: blackbox: coverage: fix matching pattern

    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)
    golowanow authored and gchwier committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    986f2f9 View commit details
    Browse the repository at this point in the history