• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for msdp device status Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "120000",
6        "shell-timeout": "120000",
7        "bundle-name": "com.example.mydevicestatusapp",
8        "package-name": "com.example.mydevicestatusapp",
9        "testcase-timeout": 60000
10    },
11    "kits": [
12        {
13            "test-file-name": [
14                "ActsMsdpDeviceStatusTest.hap"
15            ],
16            "type": "AppInstallKit",
17            "cleanup-apps": true
18        }
19    ]
20}