{ "description": "Configuration for aceceshi Tests", "driver": { "type": "OHJSUnitTest", "test-timeout": "300000", "bundle-name": "com.example.actsabilitypermissionthirdtest", "module-name": "entry", "shell-timeout": "300000" }, "kits": [ { "type": "ShellKit", "run-command": [ "power-shell setmode 602" ] }, { "type": "ShellKit", "run-command": [ "remount" ] }, { "type": "ShellKit", "run-command": [ "acm create -n 101 -t normal", "acm switch -i 101" ], "teardown-command": [ "acm delete -i 101" ] }, { "type": "ShellKit", "run-command": [ "acm switch -i 100" ] }, { "type": "PushKit", "push": [ "ActsThirdAppATest.hap->/data/app/ActsThirdAppATest.hap", "ActsThirdAppOneRelyHap.hap->/data/app/ActsThirdAppOneRelyHap.hap" ] }, { "type": "ShellKit", "run-command": [ "bm install -u100 -p /data/app/ActsThirdAppATest.hap", "bm install -u101 -p /data/app/ActsThirdAppOneRelyHap.hap" ], "teardown-command": [ "bm uninstall -n com.example.actsabilitypermissionthirdtest" ] }, { "type": "ShellKit", "run-command": [ "chmod 644 /data/*.hap" ] } ] }