mirror of
https://github.com/gosticks/RIOT.git
synced 2025-10-16 12:05:37 +00:00
tests/ps_schedstatistics: enable on-hardware CI testing
This commit is contained in:
parent
baf1b8f6e9
commit
3c24e651d1
@ -11,6 +11,8 @@ USEMODULE += ps
|
|||||||
USEMODULE += schedstatistics
|
USEMODULE += schedstatistics
|
||||||
USEMODULE += printf_float
|
USEMODULE += printf_float
|
||||||
|
|
||||||
|
TEST_ON_CI_WHITELIST += all
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|||||||
@ -39,6 +39,8 @@ def _check_startup(child):
|
|||||||
|
|
||||||
|
|
||||||
def _check_help(child):
|
def _check_help(child):
|
||||||
|
child.sendline('')
|
||||||
|
child.expect('>')
|
||||||
child.sendline('help')
|
child.sendline('help')
|
||||||
child.expect_exact('Command Description')
|
child.expect_exact('Command Description')
|
||||||
child.expect_exact('---------------------------------------')
|
child.expect_exact('---------------------------------------')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user