From 6bd5ef313710fdca5b4a17c6e6d237dead4ac26e Mon Sep 17 00:00:00 2001 From: Francois Ramu Date: Tue, 23 Aug 2022 09:32:02 +0200 Subject: [PATCH] samples: boards: stm32 serial_wakeup does not check device ready Since the change in the PR #49167 samples: boards: stm32: serial_wakeup: fix device usage issues the sample should not check the "Device ready" anymore Signed-off-by: Francois Ramu --- samples/boards/stm32/power_mgmt/serial_wakeup/sample.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/boards/stm32/power_mgmt/serial_wakeup/sample.yaml b/samples/boards/stm32/power_mgmt/serial_wakeup/sample.yaml index e94c646de13..f6b2803117a 100644 --- a/samples/boards/stm32/power_mgmt/serial_wakeup/sample.yaml +++ b/samples/boards/stm32/power_mgmt/serial_wakeup/sample.yaml @@ -7,7 +7,6 @@ tests: harness_config: type: multi_line regex: - - "Device ready" - "Device is wakeup capable" - "Wakeup source enable ok" - "Wakeup source enabled"