Skip to content

Commit 1b1f97e

Browse files
committed
tests/ports/psoc6/run_psoc6_test.sh: Set time_pulse_test boards.
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
1 parent fe724a2 commit 1b1f97e

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

tests/ports/psoc6/run_psoc6_tests.sh

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,7 @@ run_ci_tests() {
308308

309309
dev_test=${devs_a[0]}
310310
pwm_tests
311-
312-
dev_test=${devs_a[0]}
313-
time_pulse_tests
314-
311+
315312
if [ "${board}" == "CY8CPROTO-062-4343W" ] || [ "${board}" == "CY8CPROTO-063-BLE" ]; then
316313
dev_test=${devs_a[0]}
317314
else
@@ -377,13 +374,14 @@ run_ci_tests() {
377374
dev_test=${devs_a[0]}
378375
dev_stub=${devs_b[0]}
379376
bitstream_tests
380-
#else
381-
# if [ "${board}" == "CY8CKIT-062S2-AI" ]; then
382-
# dev_test=${devs_c[0]}
383-
# dev_stub=${devs_b[0]}
384-
# fi
377+
else
378+
if [ "${board}" == "CY8CKIT-062S2-AI" ]; then
379+
dev_test=${devs_b[0]}
380+
dev_stub=${devs_c[0]}
381+
fi
385382
fi
386-
# bitstream_tests
383+
# bitstream_tests
384+
time_pulse_tests
387385

388386
dev_test=${devs[0]}
389387
wdt_tests

0 commit comments

Comments
 (0)