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

Fix failing spec05 and task02 test #299

Closed

Commits on Jan 29, 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 Jan 29, 2024
    Configuration menu
    Copy the full SHA
    9588fab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e6db29 View commit details
    Browse the repository at this point in the history
  3. spec04 and task05: Remove TNT global address

    Since the default numof addresses is 2 we should remove one assigned so we can add our own global
    MrKevinWeiss committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1bb1dbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccb3c6e View commit details
    Browse the repository at this point in the history