From ebe4d2437ce56fce42821170c1557440cf0aa617 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 13 Oct 2023 17:52:05 +0100 Subject: [PATCH] CI: also run the _qemutiny testcase for poky-tiny 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 Signed-off-by: Jon Mason --- ci/poky-tiny.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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