xfsteststdb testcase list #11

Closed
opened 2023-01-31 10:59:50 -05:00 by anna · 0 comments
Owner

This command prints out the xfstests testcases that have been added to the database.

The --device=, --failure, --passed, --runid=, --skipped, --testcase=, and --xunit= options are used to narrow down the entries that are printed out to those that have a matching device, runid, testcase, xunit, or status. These options can be combined to further filter the listed results. The --device, --testcase, and --xunit options take a valid SQLite GLOB pattern.

Invocation

$ xfstestsdb testcase list [--color[={light|dark|none}]] [--device <device>] [--failure] [--passed] [--runid <runid>] [--skipped] [--testcase <testcase>] [--xunit <xunit>]

Options

Options Choices Description
--color[=] light, dark, none The color output choice
--device= Show test cases matching the given device pattern
--failure Show failing test cases
--passed Show passing test cases
--runid= Show test cases with the given runid
--skipped Show skipped test cases
--testcase= Show test cases with a name matching the given pattern
--xunit= Show test cases matching the given xunit pattern

Exit

Exit Code Description
0 The results have been successfully printed out
This command prints out the xfstests testcases that have been added to the database. The `--device=`, `--failure`, `--passed`, `--runid=`, `--skipped`, `--testcase=`, and `--xunit=` options are used to narrow down the entries that are printed out to those that have a matching device, runid, testcase, xunit, or status. These options can be combined to further filter the listed results. The `--device`, `--testcase`, and `--xunit` options take a valid [SQLite GLOB](https://www.sqlite.org/lang_expr.html#glob) pattern. #### Invocation ``` $ xfstestsdb testcase list [--color[={light|dark|none}]] [--device <device>] [--failure] [--passed] [--runid <runid>] [--skipped] [--testcase <testcase>] [--xunit <xunit>] ``` #### Options | Options | Choices | Description | | ------------- | ----------------- | ------------------------------------------------------ | | `--color[=]` | light, dark, none | The color output choice | | `--device=` | | Show test cases matching the given device pattern | | `--failure` | | Show failing test cases | | `--passed` | | Show passing test cases | | `--runid=` | | Show test cases with the given runid | | `--skipped` | | Show skipped test cases | | `--testcase=` | | Show test cases with a name matching the given pattern | | `--xunit=` | | Show test cases matching the given xunit pattern | #### Exit | Exit Code | Description | | --------- | ------------------------------------------------ | | `0` | The results have been successfully printed out |
anna added this to the 1.0 milestone 2023-01-31 10:59:50 -05:00
anna added the
enhancement
label 2023-01-31 10:59:50 -05:00
anna added this to the 1.0 Roadmap project 2023-01-31 10:59:50 -05:00
anna changed title from xfsteststdb testcase list to `xfsteststdb testcase list` 2023-01-31 11:40:00 -05:00
anna closed this issue 2023-02-13 11:23:58 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: anna/xfstestsdb#11
No description provided.