Test.json 872 字节
Newer Older
1 2 3 4 5 6
{
  "description": "Configuration for hjunit demo Tests",
  "driver": {
    "type": "OHJSUnitTest",
    "test-timeout": "900000",
    "shell-timeout": "900000",
7
    "testcase-timeout": "60000",
8 9
    "bundle-name": "com.openharmony.cryptoFramework2",
    "package-name": "com.openharmony.cryptoFramework2"
10 11 12
  },
  "kits": [
    {
13
      "test-file-name": ["ActsCryptoFrameworkJSNormalTwoTest.hap"],
14 15 16 17 18
      "type": "AppInstallKit",
      "cleanup-apps": true
    },
    {
      "type": "ShellKit",
Q
qiaozzzh 已提交
19
      "run-command": ["remount", "mkdir /data/local/tmp/xts-test"]
20 21 22 23
    },
    {
      "type": "PushKit",
      "push": [
Q
qiaozzzh 已提交
24
        "ActsCryptoFrameworkJSNormalTwoTest.hap->/data/local/tmp/xts-test/ActsCryptoFrameworkJSNormalTwoTest.hap"
25 26 27 28
      ]
    },
    {
      "type": "ShellKit",
Q
qiaozzzh 已提交
29
      "run-command": ["chmod 777 -R /data/local/tmp"]
30 31 32
    }
  ]
}