summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/applicationmanager/am-config.yaml
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2024-02-26 17:21:31 +0100
committerRobert Griebl <robert.griebl@qt.io>2024-02-26 17:53:01 +0100
commitf67563432b3f9bed59d84006e2b7cff226721326 (patch)
tree6d8a6a3d5c6e6e582c21d833d3f497e5e19e2447 /tests/auto/qml/applicationmanager/am-config.yaml
parent5224ffde16caf5d5333a0b8796d1d4b1216d6254 (diff)
Fix the two weirdly named auto tests
applicationinstaller -> packagemanager The ApplicationInstaller singleton has been long replaced by PackageManager and that test had been adapted back then. qml/simple -> qml/applicationmanager This was always named incorrectly and is always a source of confusion. Change-Id: Iba25cd9b6b77344b2845a5c1c14cbac6ef489410 Pick-to: 6.7 Reviewed-by: Bernd Weimer <bernd.weimer@qt.io>
Diffstat (limited to 'tests/auto/qml/applicationmanager/am-config.yaml')
-rw-r--r--tests/auto/qml/applicationmanager/am-config.yaml56
1 files changed, 56 insertions, 0 deletions
diff --git a/tests/auto/qml/applicationmanager/am-config.yaml b/tests/auto/qml/applicationmanager/am-config.yaml
new file mode 100644
index 00000000..2a515905
--- /dev/null
+++ b/tests/auto/qml/applicationmanager/am-config.yaml
@@ -0,0 +1,56 @@
+formatVersion: 1
+formatType: am-configuration
+---
+applications:
+ builtinAppsManifestDir: "${CONFIG_PWD}/apps"
+
+ui:
+ fullscreen: no
+
+systemProperties:
+ ignored: 42
+ public:
+ pub1: 'pub1'
+ pubandpro: 'pub2'
+ pubandpri: 'pub3'
+ inall: 'public'
+ protected:
+ pro1: 'pro1'
+ pubandpro: 'pro2'
+ proandpri: 'pro4'
+ inall: 'protected'
+ nested:
+ level2:
+ level31: 'overwritten'
+ level32: 'hidden'
+ private:
+ booleanTest: on
+ stringTest: "pelagicore"
+ nullTest: ~
+ intTest: -1
+ floatTest: .5
+ arrayTest: [
+ "value1",
+ "value2"
+ ]
+ mapTest: {
+ "key1" : "1",
+ "key2" : "2"
+ }
+ nested:
+ level2:
+ level31: 31
+ level21: 21
+ level22: 22
+ pubandpri: 'pri3'
+ proandpri: 'pri4'
+ inall: 'private'
+
+# development setup:
+flags:
+ noSecurity: yes
+ noUiWatchdog: yes
+
+runtimes:
+ qml:
+ quitTime: 5000