aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2023-11-13 13:24:59 +0000
committerSamuli Piippo <samuli.piippo@qt.io>2023-11-17 09:05:50 +0000
commit5658c882ff34d2b9952028516636f54ad621605b (patch)
tree92f0082c667edaac7bfdbc2a9824a200a04882d9
parent3dc62ec47b9b1441ec651382af7cd9a6457048c5 (diff)
coin: add test config for build ptest image
Include file that can be used to create test image with all Qt ptest packages included. Change-Id: I9f618a3d380b4d0f3bb4d650d114f29aeffc857c Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r--coin/test-ptest.inc50
1 files changed, 50 insertions, 0 deletions
diff --git a/coin/test-ptest.inc b/coin/test-ptest.inc
new file mode 100644
index 0000000..efd030d
--- /dev/null
+++ b/coin/test-ptest.inc
@@ -0,0 +1,50 @@
+IMAGE_CLASSES += "testimage"
+TEST_SUITES = "ssh ping parselogs ptest"
+IMAGE_FEATURES += "ssh-server-dropbear"
+IMAGE_INSTALL:append = "\
+ ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'qt3d-ptest', '', d)} \
+ qt5compat-ptest \
+ qtbase-ptest \
+ qtcharts-ptest \
+ qtcoap-ptest \
+ qtconnectivity-ptest \
+ ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'qtdatavis3d-ptest', '', d)} \
+ qtdeclarative-ptest \
+ qtdeviceutilities-ptest \
+ qtgraphs-ptest \
+ qtgrpc-ptest \
+ qthttpserver-ptest \
+ qtimageformats-ptest \
+ qtinterfaceframework-ptest \
+ qtlocation-ptest \
+ qtlottie-ptest \
+ qtmqtt-ptest \
+ qtmultimedia-ptest \
+ qtnetworkauth-ptest \
+ qtopcua-ptest \
+ qtpositioning-ptest \
+ qtquick3d-ptest \
+ qtquickdesigner-components-ptest \
+ qtquicktimeline-ptest \
+ qtremoteobjects-ptest \
+ qtscxml-ptest \
+ qtsensors-ptest \
+ qtserialbus-ptest \
+ qtserialport-ptest \
+ qtshadertools-ptest \
+ qtspeech-ptest \
+ qtsvg-ptest \
+ qttools-ptest \
+ qtvirtualkeyboard-ptest \
+ ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'qtwayland-ptest', '', d)} \
+ qtwebchannel-ptest \
+ qtwebsockets-ptest \
+ ${@bb.utils.contains('DISTRO_FEATURES', 'webengine', 'qtpdf-ptest', '', d)} \
+ ${@bb.utils.contains('DISTRO_FEATURES', 'webengine', 'qtwebengine-ptest', '', d)} \
+ ${@bb.utils.contains('DISTRO_FEATURES', 'webengine', 'qtwebview-ptest', '', d)} \
+ ${@bb.utils.contains('QT_COMMERCIAL_MODULES', '1', '\
+ qmlcompilerplus-ptest \
+ qtinsighttracker-ptest \
+ qtvncserver-ptest \
+ ', '', d)} \
+"