11 xfstestsdb new
Anna Schumaker edited this page 2024-04-25 17:08:44 -04:00

The xfstestsdb new command is used to create a new run in the xfstests_runs table. This needs to be run first before reading an xunit file, and will print out the runid of the new run for use with other commands.

Invocation

$ xfstestsdb new <testdev>

Options

Option Description
--terse Only print out the new runid and nothing else (helpful for scripting)

Arguments

Argument Description
<testdev> The test device used for this xfstests run

Example

$ xfstestsdb new /dev/vdb1
created run #42 with test device '/dev/vdb1'
$ xfstestsdb new 192.168.1.1:/export/test
created run #43 with test device '192.168.1.1:/export/test'
$ xfstestsdb new --terse /dev/vdc1
3