1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00
RIOT/tests/thread_flood/tests/test_thread.py
Andreas "Paul" Pauli 69dc26d49f tests: handle thread creation limit
adjusted to API change, uncrustified
2016-03-03 10:01:35 +01:00

9 lines
158 B
Python
Executable File

#!/usr/bin/python
import pexpect
term = pexpect.spawn("make term")
term.expect('Start spawning\r\n')
term.expect('Thread creation successful aborted\r\n')