{ "description": "Configuration for aceceshi Tests", "driver": { "type": "OHJSUnitTest", "test-timeout": "600000", "bundle-name": "com.example.startabilityinnewprocesstest", "module-name": "entry_test", "shell-timeout": "600000", "testcase-timeout": 20000 }, "kits": [ { "test-file-name": [ "ActsStartAbilityInNewProcessTest.hap", "ActsStartAbilityInNewProcessRely.hap" ], "type": "AppInstallKit", "cleanup-apps": true }, { "type": "ShellKit", "run-command": [ "mount -o rw,remount /", "target mount", "sed -i 's/enforcing/permissive/g' /system/etc/selinux/config", "param set persist.sys.abilityms.support.start_other_app true", "reboot", "power-shell wakeup", "power-shell timeout -o 2147483647", "uinput -T -m 300 2700 280 200", "uinput -T -d 1070 1070 -u 1070 1070", "power-shell setmode 602" ], "teardown-command": [ "mount -o rw,remount /", "target mount", "sed -i 's/permissive/enforcing/g' /system/etc/selinux/config", "param set persist.sys.abilityms.support.start_other_app true", "reboot", "power-shell wakeup", "power-shell timeout -o 2147483647", "uinput -T -m 300 2700 280 200", "uinput -T -d 1070 1070 -u 1070 1070", "power-shell setmode 602" ] } ] }