diff mbox series

[3/3] CI: also run the _qemutiny testcase for poky-tiny

Message ID 20231013165205.1678618-3-ross.burton@arm.com
State New
Headers show
Series [1/3] arm/oeqa/selftest: tag all tests with "meta-arm" | expand

Commit Message

Ross Burton Oct. 13, 2023, 4:52 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

The terribly named qemutiny test case tries to login to the target over
the serial console.  It's designed for poky-tiny, so add it to the tests
we run in poky-tiny builds.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 ci/poky-tiny.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/ci/poky-tiny.yml b/ci/poky-tiny.yml
index d869c557..f1763010 100644
--- a/ci/poky-tiny.yml
+++ b/ci/poky-tiny.yml
@@ -5,7 +5,7 @@  distro: poky-tiny
 
 local_conf_header:
   hacking: |
-    TEST_SUITES = "ping"
+    TEST_SUITES = "_qemutiny ping"
   extrapackages: |
     # Intentionally blank to prevent perf from being added to the image in base.yml