• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Config for hcpptest demo test cases",
3    "environment": [
4        {
5            "type": "device",
6            "label": "ipcamera"
7        }
8    ],
9    "kits": [
10        {
11            "type": "MountKit",
12            "server": "NfsServer",
13            "mount": [
14                {
15                    "source": "testcases/security",
16                    "target": "/test_root/security"
17                }
18            ]
19        }
20    ],
21    "driver": {
22        "type": "CppTestLite",
23        "execute": "/test_root/security/huks_3.0_test.bin"
24    }
25}
26
27