JustOS/linux-6.13/tools/testing/selftests/tc-testing/creating-testcases/template.json
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

52 lines
761 B
JSON

[
{
"id": "",
"name": "",
"category": [
"",
""
],
"setup": [
""
],
"cmdUnderTest": "",
"expExitCode": "",
"verifyCmd": "",
"matchPattern": "",
"matchCount": "",
"teardown": [
""
]
},
{
"id": "",
"name": "",
"category": [
"",
""
],
"setup": [
"",
[
"",
0,
1,
255
]
],
"cmdUnderTest": "",
"expExitCode": "",
"verifyCmd": "",
"matchPattern": "",
"matchCount": "",
"teardown": [
"",
[
"",
0,
255
]
]
}
]