From 06e49de038884bd3fbc6e3632546bfcc222ae219 Mon Sep 17 00:00:00 2001 From: NikhitaR-IFX Date: Wed, 27 Nov 2024 11:32:56 +0530 Subject: [PATCH] tests/ports/psoc6: Tests skip check. Signed-off-by: NikhitaR-IFX --- tests/ports/psoc6/board_ext_hw/multi/pdm_pcm_rx.py | 2 +- tests/ports/psoc6/board_ext_hw/multi/pdm_pcm_rx.py.exp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/ports/psoc6/board_ext_hw/multi/pdm_pcm_rx.py b/tests/ports/psoc6/board_ext_hw/multi/pdm_pcm_rx.py index 9cbce7c1e0937..8da36900eaadd 100644 --- a/tests/ports/psoc6/board_ext_hw/multi/pdm_pcm_rx.py +++ b/tests/ports/psoc6/board_ext_hw/multi/pdm_pcm_rx.py @@ -3,13 +3,13 @@ import machine import time +print("*** PDM_PCM tests - RX ***") # Allocate pin based on board board = os.uname().machine if "CY8CPROTO-062-4343W" in board: clk_pin = "P10_4" data_pin = "P10_5" send_signal_to_tx_pin = "P10_3" - elif "CY8CPROTO-063-BLE" in board: print("SKIP") raise SystemExit diff --git a/tests/ports/psoc6/board_ext_hw/multi/pdm_pcm_rx.py.exp b/tests/ports/psoc6/board_ext_hw/multi/pdm_pcm_rx.py.exp index 07bbe93467791..7996b44e12e83 100644 --- a/tests/ports/psoc6/board_ext_hw/multi/pdm_pcm_rx.py.exp +++ b/tests/ports/psoc6/board_ext_hw/multi/pdm_pcm_rx.py.exp @@ -1,3 +1,4 @@ +*** PDM_PCM tests - RX *** 1. blocking read implementation *** Test for data high *** data received for mode = 0, bits = PDM_PCM.BITS_16, rate = 8000 : True