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