1f6603c60Sopenharmony_ci{ 2f6603c60Sopenharmony_ci "description": "Configuration for hjunit demo Tests", 3f6603c60Sopenharmony_ci "driver": { 4f6603c60Sopenharmony_ci "type": "OHJSUnitTest", 5f6603c60Sopenharmony_ci "test-timeout": "1800000", 6f6603c60Sopenharmony_ci "bundle-name": "com.ohos.register", 7f6603c60Sopenharmony_ci "package-name": "com.ohos.register", 8f6603c60Sopenharmony_ci "shell-timeout": "1800000", 9f6603c60Sopenharmony_ci "testcase-timeout": "30000" 10f6603c60Sopenharmony_ci }, 11f6603c60Sopenharmony_ci "kits": [ 12f6603c60Sopenharmony_ci { 13f6603c60Sopenharmony_ci "test-file-name": [ 14f6603c60Sopenharmony_ci "$module.hap" 15f6603c60Sopenharmony_ci ], 16f6603c60Sopenharmony_ci "type": "AppInstallKit", 17f6603c60Sopenharmony_ci "cleanup-apps": true 18f6603c60Sopenharmony_ci },{ 19f6603c60Sopenharmony_ci "type": "ShellKit", 20f6603c60Sopenharmony_ci "run-command": [ 21f6603c60Sopenharmony_ci "power-shell wakeup", 22f6603c60Sopenharmony_ci "power-shell setmode 602", 23f6603c60Sopenharmony_ci "uinput -T -m 425 1000 425 500 400" 24f6603c60Sopenharmony_ci ] 25f6603c60Sopenharmony_ci }, 26f6603c60Sopenharmony_ci { 27f6603c60Sopenharmony_ci "type": "ShellKit", 28f6603c60Sopenharmony_ci "run-command": [ 29f6603c60Sopenharmony_ci "chmod 777 -R /data/local/tmp/xts-test" 30f6603c60Sopenharmony_ci ] 31f6603c60Sopenharmony_ci } 32f6603c60Sopenharmony_ci ] 33f6603c60Sopenharmony_ci}