From a27751eca56ba011217022d6e8ebb05c751b27df Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 24 Feb 2021 21:07:40 -0600 Subject: [PATCH] tests: uart_basic_api: set integration_platforms to mps2_an385 Set integration_platforms on these tests to just mps2_an385. This should be sufficient to make sure these tests build and run. Signed-off-by: Kumar Gala --- tests/drivers/uart/uart_basic_api/testcase.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/drivers/uart/uart_basic_api/testcase.yaml b/tests/drivers/uart/uart_basic_api/testcase.yaml index 0d94c4418d7..444749d1b74 100644 --- a/tests/drivers/uart/uart_basic_api/testcase.yaml +++ b/tests/drivers/uart/uart_basic_api/testcase.yaml @@ -1,3 +1,7 @@ +common: + integration_platforms: + - mps2_an385 + tests: drivers.uart: tags: drivers