1{ 2 "description": "Configuration for camerastandard Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "3000000", 6 "bundle-name": "com.open.harmony.multimedia.cameratest", 7 "shell-timeout": "600000", 8 "testcase-timeout": 300000, 9 "module-name": "entry_test" 10 }, 11 "kits": [ 12 { 13 "type": "ShellKit", 14 "run-command": [ 15 "hilog -Q pidoff", 16 "rm -rf /storage/media/100/local/files/Videos/*", 17 "power-shell wakeup", 18 "power-shell timeout -o 2147483647", 19 "uinput -T -m 300 2700 280 200", 20 "power-shell setmode 602" 21 ], 22 "teardown-command": [ 23 "power-shell setmode 600", 24 "rm -rf /data/app/el2/100/database/com.ohos.medialibrary.medialibrarydata/*", 25 "kill -9 `pidof com.ohos.medialibrary.medialibrarydata`", 26 "scanner", 27 "sleep 5" 28 ] 29 }, 30 { 31 "test-file-name": [ 32 "ActsCameraStandardETSTest.hap" 33 ], 34 "type": "AppInstallKit", 35 "cleanup-apps": true 36 } 37 ] 38}