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

testutils/iotlab.py: Randomize the selected node #298

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

Commits on Jul 23, 2024

  1. testutils/iotlab.py: Randomize the selected node

    It seems there have been some failures mainly
    due to infrastructure. Specifically the samr21-xpro
    failing to flash will cause many reruns with the same
    faulty hardware.
    
    Previously it would just take the first available
    node in the list, which is deterministic but doesn't
    help with flakey test reruns. This may cause an issue
    with distance to other nodes, but if random selection
    of nodes becomes a problem we would have to introduce
    node pairing lists... Which is a bit more work.
    
    This is at least a first step.
    MrKevinWeiss committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    97863ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc5280d View commit details
    Browse the repository at this point in the history