Skip to content

Commit

Permalink
Merge pull request #20178 from Einhornhool/pr/fix-psa-build-config-tests
Browse files Browse the repository at this point in the history
tests/sys/psa_crypto*: Fix failing tests
  • Loading branch information
maribu authored Dec 16, 2023
2 parents bcecd58 + 359cacd commit 59573a8
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 57 deletions.
2 changes: 2 additions & 0 deletions tests/sys/psa_crypto_ecdsa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ endif

SHOULD_RUN_KCONFIG :=

CFLAGS += -DTHREAD_STACKSIZE_MAIN=4096

include $(RIOTBASE)/Makefile.include
2 changes: 2 additions & 0 deletions tests/sys/psa_crypto_ecdsa/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ BOARD_INSUFFICIENT_MEMORY := \
atmega328p \
atmega328p-xplained-mini \
atmega8 \
nucleo-f031k6 \
nucleo-l011k4 \
samd10-xmini \
stk3200 \
stm32f030f4-demo \
#
2 changes: 2 additions & 0 deletions tests/sys/psa_crypto_eddsa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ endif

SHOULD_RUN_KCONFIG :=

CFLAGS += -DTHREAD_STACKSIZE_MAIN=4096

include $(RIOTBASE)/Makefile.include
2 changes: 2 additions & 0 deletions tests/sys/psa_crypto_eddsa/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ BOARD_INSUFFICIENT_MEMORY := \
atmega328p \
atmega328p-xplained-mini \
atmega8 \
nucleo-f031k6 \
nucleo-l011k4 \
samd10-xmini \
stk3200 \
stm32f030f4-demo \
#
2 changes: 0 additions & 2 deletions tests/sys/psa_crypto_se/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ BOARD ?= nrf52840dk

include ../Makefile.sys_common

TEST_ON_CI_BLACKLIST += esp32-wroom-32

USEMODULE += ztimer
USEMODULE += ztimer_usec

Expand Down
13 changes: 0 additions & 13 deletions tests/sys/psa_crypto_se/tests/01-run.py

This file was deleted.

3 changes: 0 additions & 3 deletions tests/sys/psa_crypto_se_cipher/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
13 changes: 0 additions & 13 deletions tests/sys/psa_crypto_se_cipher/tests/01-run.py

This file was deleted.

13 changes: 0 additions & 13 deletions tests/sys/psa_crypto_se_ecdsa/tests/01-run.py

This file was deleted.

13 changes: 0 additions & 13 deletions tests/sys/psa_crypto_se_mac/tests/01-run.py

This file was deleted.

0 comments on commit 59573a8

Please sign in to comment.