xref: /test/xts/acts/theme/screenlock_ets/Test.json (revision f6603c60)
1{
2  "description": "Configuration for hjunit demo Tests",
3  "driver": {
4    "type": "OHJSUnitTest",
5    "test-timeout": "180000",
6    "bundle-name": "com.acts.theme.screenlocktest",
7    "shell-timeout": "600000",
8    "module-name": "entry_test"
9  },
10  "kits": [
11    {
12      "type": "ShellKit",
13      "run-command": [
14        "power-shell wakeup",
15        "power-shell setmode 602",
16        "uinput -T -m 300 720 300 360 200",
17        "uinput -T -m 650 2760 650 1380 200"
18      ]
19    },
20    {
21      "test-file-name": [
22        "ActsScreenLockETSApiTest.hap"
23      ],
24      "type": "AppInstallKit",
25      "cleanup-apps": true
26    }
27  ]
28}
29