{ "description": "Configuration for hjunit demo Tests", "driver": { "type": "OHJSUnitTest", "test-timeout": "1800000", "bundle-name": "com.acts.sslverify", "module-name": "entry_test", "shell-timeout": "1800000", "testcase-timeout": 70000 }, "kits": [ { "test-file-name": [ "ActsNetworkManagerSSLCertVerifyTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true }, { "type": "ShellKit", "run-command":[ "remount" ] }, { "type": "PushKit", "push":[ "./resource/netmanager/GlobalSign.der -> /data/app/el2/100/base/com.acts.sslverify/files/" ] }, { "type": "ShellKit", "run-command":[ "chmod 777 -R /data/app/el2/100/base/com.acts.sslverify/files/GlobalSign.der" ] } ] }