staging: rtl8192u: remove redundant assignment to pointer crypt
[linux/fpc-iii.git] / tools / testing / selftests / tc-testing / creating-testcases / template.json
blob8b99b86d65bdc57790793d1ffcec7e668b9da5fc
2     {
3         "id": "",
4         "name": "",
5         "category": [
6             "",
7             ""
8         ],
9         "setup": [
10             ""
11         ],
12         "cmdUnderTest": "",
13         "expExitCode": "",
14         "verifyCmd": "",
15         "matchPattern": "",
16         "matchCount": "",
17         "teardown": [
18             ""
19         ]
20     },
21     {
22         "id": "",
23         "name": "",
24         "category": [
25             "",
26             ""
27         ],
28         "setup": [
29             "",
30             [
31                 "",
32                 0,
33                 1,
34                 255
35             ]
36         ],
37         "cmdUnderTest": "",
38         "expExitCode": "",
39         "verifyCmd": "",
40         "matchPattern": "",
41         "matchCount": "",
42         "teardown": [
43             "",
44             [
45                 "",
46                 0,
47                 255
48             ]
49         ]
50     }