1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #20178 from Einhornhool/pr/fix-psa-build-config-tests

tests/sys/psa_crypto*: Fix failing tests
This commit is contained in:
Marian Buschsieweke 2023-12-16 22:27:55 +00:00 committed by GitHub
commit 59573a8678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 8 additions and 57 deletions

View File

@ -17,4 +17,6 @@ endif
SHOULD_RUN_KCONFIG :=
CFLAGS += -DTHREAD_STACKSIZE_MAIN=4096
include $(RIOTBASE)/Makefile.include

View File

@ -6,7 +6,9 @@ BOARD_INSUFFICIENT_MEMORY := \
atmega328p \
atmega328p-xplained-mini \
atmega8 \
nucleo-f031k6 \
nucleo-l011k4 \
samd10-xmini \
stk3200 \
stm32f030f4-demo \
#

View File

@ -15,4 +15,6 @@ endif
SHOULD_RUN_KCONFIG :=
CFLAGS += -DTHREAD_STACKSIZE_MAIN=4096
include $(RIOTBASE)/Makefile.include

View File

@ -6,7 +6,9 @@ BOARD_INSUFFICIENT_MEMORY := \
atmega328p \
atmega328p-xplained-mini \
atmega8 \
nucleo-f031k6 \
nucleo-l011k4 \
samd10-xmini \
stk3200 \
stm32f030f4-demo \
#

View File

@ -2,8 +2,6 @@ BOARD ?= nrf52840dk
include ../Makefile.sys_common
TEST_ON_CI_BLACKLIST += esp32-wroom-32
USEMODULE += ztimer
USEMODULE += ztimer_usec

View File

@ -1,13 +0,0 @@
#!/usr/bin/env python3
import sys
from testrunner import run
def testfunc(child):
child.expect_exact('All Done')
print("[TEST PASSED]")
if __name__ == "__main__":
sys.exit(run(testfunc))

View File

@ -2,9 +2,6 @@ BOARD ?= nrf52840dk
include ../Makefile.sys_common
# Test fails systematically on the CI
TEST_ON_CI_BLACKLIST += esp32-wroom-32
USEMODULE += ztimer
USEMODULE += ztimer_usec

View File

@ -1,13 +0,0 @@
#!/usr/bin/env python3
import sys
from testrunner import run
def testfunc(child):
child.expect_exact('All Done')
print("[TEST PASSED]")
if __name__ == "__main__":
sys.exit(run(testfunc))

View File

@ -1,13 +0,0 @@
#!/usr/bin/env python3
import sys
from testrunner import run
def testfunc(child):
child.expect_exact('All Done')
print("[TEST PASSED]")
if __name__ == "__main__":
sys.exit(run(testfunc))

View File

@ -1,13 +0,0 @@
#!/usr/bin/env python3
import sys
from testrunner import run
def testfunc(child):
child.expect_exact('All Done')
print("[TEST PASSED]")
if __name__ == "__main__":
sys.exit(run(testfunc))