Skip to content

Commit 935fcd1

Browse files
danicamporadpgeorge
authored andcommitted
tests/thread: Adapt stress_aes.py to run on zephyr.
Signed-off-by: danicampora <danicampora@gmail.com>
1 parent e7974a2 commit 935fcd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/thread/stress_aes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def thread_entry(n_loop):
273273
elif sys.platform == "rp2":
274274
n_thread = 1
275275
n_loop = 2
276-
elif sys.platform in ("esp32", "pyboard"):
276+
elif sys.platform in ("esp32", "pyboard", "zephyr"):
277277
n_thread = 2
278278
n_loop = 2
279279
else:

0 commit comments

Comments
 (0)