-
Notifications
You must be signed in to change notification settings - Fork 21
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
WIP: add test for ieee802154 #222
base: master
Are you sure you want to change the base?
Conversation
pass | ||
|
||
|
||
@pytest.mark.parametrize('nodes', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pytest.mark.parametrize('nodes', | |
@pytest.mark.local_only | |
@pytest.mark.parametrize('nodes', |
remote-revb
is not available on the testbed.
sleep(0.5) | ||
|
||
|
||
@pytest.mark.parametrize('nodes', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pytest.mark.parametrize('nodes', | |
@pytest.mark.local_only | |
@pytest.mark.parametrize('nodes', |
sender.ieee802154_txtspam(receiver_addr, 5, 1000) | ||
|
||
|
||
@pytest.mark.parametrize('nodes', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pytest.mark.parametrize('nodes', | |
@pytest.mark.local_only | |
@pytest.mark.parametrize('nodes', |
That one moved to RIOT-OS/RIOT#16591 and even RIOT-OS/RIOT#16591 seems to be stale now. Is this still ongoing? If so, please also address my change requests. |
Depends on RIOT-OS/RIOT#15761