1f6603c60Sopenharmony_ci{
2f6603c60Sopenharmony_ci    "description": "Configuration for hjunit demo Tests",
3f6603c60Sopenharmony_ci    "driver": {
4f6603c60Sopenharmony_ci        "type": "OHJSUnitTest",
5f6603c60Sopenharmony_ci        "test-timeout": "180000",
6f6603c60Sopenharmony_ci        "bundle-name": "com.acts.time.test",
7f6603c60Sopenharmony_ci        "module-name": "entry_test",
8f6603c60Sopenharmony_ci        "shell-timeout": "180000"
9f6603c60Sopenharmony_ci    },
10f6603c60Sopenharmony_ci    "kits": [{
11f6603c60Sopenharmony_ci        "test-file-name": [
12f6603c60Sopenharmony_ci            "ActsTimeAPITest.hap"
13f6603c60Sopenharmony_ci        ],
14f6603c60Sopenharmony_ci        "run-command": [
15f6603c60Sopenharmony_ci            "power-shell wakeup",
16f6603c60Sopenharmony_ci            "power-shell setmode 602",
17f6603c60Sopenharmony_ci            "uinput -T -m 300 720 300 360 200",
18f6603c60Sopenharmony_ci            "uinput -T -m 650 2760 650 1380 200"
19f6603c60Sopenharmony_ci        ],
20f6603c60Sopenharmony_ci        "type": "AppInstallKit",
21f6603c60Sopenharmony_ci        "cleanup-apps": true
22f6603c60Sopenharmony_ci    }]
23f6603c60Sopenharmony_ci}
24