summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-05 15:11:27 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-17 14:24:05 +0100
commitd471468bc9443bc90a05b62ad8ab25f58caf5476 (patch)
tree57a74d2b3a89da64a0da30bdc5eeec32fd810dce
parent946086abf5ac5172258ddb27af9c1c615258f62f (diff)
downloadopenembedded-core-d471468bc9443bc90a05b62ad8ab25f58caf5476.tar.gz
testimage: Enable runtime 'login' screenshot tests
Enable the new runtime login screenshot tests which primarily test whether sato images display a desktop correctly. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes-recipe/testimage.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/testimage.bbclass b/meta/classes-recipe/testimage.bbclass
index ed0d87b7a7..05bdfeecfe 100644
--- a/meta/classes-recipe/testimage.bbclass
+++ b/meta/classes-recipe/testimage.bbclass
@@ -73,7 +73,7 @@ BASICTESTSUITE = "\
ping date df ssh scp python perl gi ptest parselogs \
logrotate connman systemd oe_syslog pam stap ldd xorg \
kernelmodule gcc buildcpio buildlzip buildgalculator \
- dnf rpm opkg apt weston go rust"
+ dnf rpm opkg apt weston go rust login"
DEFAULT_TEST_SUITES = "${BASICTESTSUITE}"