zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.67k stars 6.52k forks source link

tests: samples/boards/stm32/power_mgmt/serial_wakeup failed on mec15xxevb_assy6853 (and several stm32 boards) #49268

Closed hunterhu3000 closed 2 years ago

hunterhu3000 commented 2 years ago

The daily twister tester will run samples/boards/stm32/power_mgmt/serial_wakeup on mec15xxevb_assy6853 and got a failure

Please also mention any information which could help others to understand the problem you're facing:

To Reproduce Steps to reproduce the behavior: twister --hardware-map $HOME/mec1.file --device-testing -T samples/boards/stm32/power_mgmt/serial_wakeup/ -vv

Expected behavior The test should be skipped

Impact 1 test case fail in daily test

Logs and console output

DEBUG   - DEVICE: *** Booting Zephyr OS build zephyr-v3.1.0-3848-g02b23f3733e0  ***
DEBUG   - DEVICE: Device ready
DEBUG   - DEVICE: Device is not wakeup capable

Environment (please complete the following information):

hunterhu3000 commented 2 years ago

@erwango Is this test case for STM32 only?

commit f5378424f7f492a8ae0d173a015bc1186fcc7127
Author: Erwan Gouriou <erwan.gouriou@linaro.org>
Date:   Tue Jun 28 16:54:49 2022 +0200

    samples: boards: stm32: Add a serial wakeup sample

    Add a sample to demonstrate use of (LP)U(S)ART with wakeup capability
    This sample is provided with 2 configurations
    - nucleo_wb55rg: Basic configuration that could be exercised in CI
    - stm32l562e_dk: "Full feature" configuration that require some set up
    configuration (be able to display console from lpuart) and allows to
    achieve lowest power consumption.

    Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
FRASTM commented 2 years ago

This is also seen on other stm32 target boards : nucleo_g071rb, b_u585i_iot02a, disco_l475_iot1, nucleo_wl55jc