-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdsatest.1
95 lines (95 loc) · 2.34 KB
/
dsatest.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
'\" t
.\" Title: dsatest
.\" Author: [see the "AUTHORS" section]
.\" Generator: Asciidoctor 1.5.6.1
.\" Date: 2018-03-16
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "DSATEST" "1" "2018-03-16" "\ \&" "\ \&"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
.nh
.ad l
.de URL
\\$2 \(laURL: \\$1 \(ra\\$3
..
.if \n[.g] .mso www.tmac
.LINKSTYLE blue R < >
.SH "NAME"
dsatest \- runs tests on DSA targets
.SH "SYNOPSIS"
.sp
\fBdsatest\fP [\fIOPTION\fP]...
.SH "DESCRIPTION"
.sp
The dsatest(1) command runs tests found by the DSA testing framework on the target described in the provided bench configuration file.
.SH "OPTIONS"
.sp
\fB\-h\fP, \fB\-\-help\fP
.RS 4
Show this help message and exit.
.RE
.sp
\fB\-t\fP \fITEST\fP, \fB\-\-test\fP \fITEST\fP
.RS 4
Restrict tests to be executed.
This option can be cumulated.
.RE
.sp
\fB\-T\fP \fITEST_DIR\fP, \fB\-\-test\-dir\fP \fITEST_DIR\fP
.RS 4
Test directory, defaults to the \fItests\fP directory of the dsatest framework.
.RE
.sp
\fB\-l\fP, \fB\-\-list\fP
.RS 4
List tests to be executed.
If \fB\-t\fP is passed, limit the list to the matching tests.
.RE
.sp
\fB\-f\fP \fIFILE\fP, \fB\-\-file\fP \fIFILE\fP
.RS 4
Bench configuration file, defaults to \fIbench.cfg\fP.
.RE
.sp
\fB\-C\fP \fICONF_DIR\fP, \fB\-\-conf\-dir\fP \fICONF_DIR\fP
.RS 4
Configuration directory, default to the \fIconf\fP directory of the dsatest framework.
.RE
.sp
\fB\-\-dry\-run\fP
.RS 4
Skip connection to the test bench (no SSH connection is established).
.RE
.sp
\fB\-v\fP, \fB\-\-verbose\fP
.RS 4
Turn the verbose mode on.
This option is a cumulative, so passing \fB\-vv\fP will increase the log level (up to \fB\-vvv\fP).
.RE
.SH "EXIT STATUS"
.sp
dsatest(1) returns the number of failed tests.
A returned value of 0 means success.
.SH "BUGS"
.sp
Refer to the \fBdsatest\fP issue tracker at \c
.URL "https://github.com/netdsa/dsatest/issues" "" "."
.SH "AUTHORS"
.sp
\fBdsatest\fP was written by Damien Riegel and other contributors.
It was inspired by \fBdsa\-tests\fP, written by Andrew Lunn.
.SH "RESOURCES"
.sp
\fBProject web site:\fP \c
.URL "https://github.com/netdsa/dsatest" "" ""
.sp
\fBGit source repository on GitHub:\fP \c
.URL "https://github.com/netdsa/dsatest" "" ""
.SH "COPYING"
.sp
Copyright (C) 2017 Savoir\-faire Linux Inc.
Free use of this software is granted under the terms of the \fITBD\fP License.