1{ 2 "description": "Configuration for aceceshi Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "600000", 6 "bundle-name": "com.example.startabilityinnewprocesstest", 7 "module-name": "entry_test", 8 "shell-timeout": "600000", 9 "testcase-timeout": 20000 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsStartAbilityInNewProcessTest.hap", 15 "ActsStartAbilityInNewProcessRely.hap" 16 ], 17 "type": "AppInstallKit", 18 "cleanup-apps": true 19 }, 20 { 21 "type": "ShellKit", 22 "run-command": [ 23 "mount -o rw,remount /", 24 "target mount", 25 "sed -i 's/enforcing/permissive/g' /system/etc/selinux/config", 26 "param set persist.sys.abilityms.support.start_other_app true", 27 "reboot", 28 "power-shell wakeup", 29 "param set persist.sys.abilityms.support.ecologicalrulemgrservice false", 30 "uinput -T -m 300 1279 280 200", 31 "uinput -T -d 1070 1070 -u 1070 1070", 32 "power-shell setmode 602", 33 "power-shell timeout -o 2147483647" 34 ], 35 "teardown-command": [ 36 "mount -o rw,remount /", 37 "target mount", 38 "sed -i 's/permissive/enforcing/g' /system/etc/selinux/config", 39 "param set persist.sys.abilityms.support.start_other_app true", 40 "reboot", 41 "power-shell wakeup", 42 "param set persist.sys.abilityms.support.ecologicalrulemgrservice true", 43 "uinput -T -m 300 1279 280 200", 44 "uinput -T -d 1070 1070 -u 1070 1070", 45 "power-shell setmode 602", 46 "power-shell timeout -o 2147483647" 47 ] 48 } 49 ] 50}