forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/tools/testing/selftests/tc-testing/creating-testcases/AddingTestCases.txt
....@@ -33,6 +33,11 @@
3333
3434 id: A unique alphanumeric value to identify a particular test case
3535 name: Descriptive name that explains the command under test
36
+skip: A completely optional key, if the corresponding value is "yes"
37
+ then tdc will not execute the test case in question. However,
38
+ this test case will still appear in the results output but
39
+ marked as skipped. This key can be placed anywhere inside the
40
+ test case at the top level.
3641 category: A list of single-word descriptions covering what the command
3742 under test is testing. Example: filter, actions, u32, gact, etc.
3843 setup: The list of commands required to ensure the command under test