.. | .. |
---|
33 | 33 | |
---|
34 | 34 | id: A unique alphanumeric value to identify a particular test case |
---|
35 | 35 | 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. |
---|
36 | 41 | category: A list of single-word descriptions covering what the command |
---|
37 | 42 | under test is testing. Example: filter, actions, u32, gact, etc. |
---|
38 | 43 | setup: The list of commands required to ensure the command under test |
---|