mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 06:53:52 +01:00
Merge pull request #12962 from fjmolinas/pr_sys_arduino_fix
tests/sys_arduino: fix test synchronization issues
This commit is contained in:
commit
fcde7a1c0c
@ -11,6 +11,9 @@ from testrunner import run
|
||||
|
||||
|
||||
def testfunc(child):
|
||||
# Wait for serial.begin() to complete
|
||||
child.expect_exact("Hello Arduino!")
|
||||
|
||||
# 1 Basic read+write test on serial with error command
|
||||
child.sendline("wrang")
|
||||
child.expect_exact("UNK")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user