forked from intel/fMBT
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfmbt.1
51 lines (50 loc) · 1.04 KB
/
fmbt.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
.TH FMBT 1 "Jan 2014" Linux "User Manuals"
.SH NAME
fmbt \- generate and execute tests
.SH SYNOPSIS
.SY fmbt
.OP \-l LOGFILE
.OP \-i
.OP \-o OPT=VAL
.B ...
\fICONFFILE\fR
.
.SY fmbt
.B \-h
|
.B \-\-help
.SH DESCRIPTION
Generate and execute test according to CONFFILE.
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
print help, then exit
.TP
\fB\-l\fR \fILOGFILE\fR
write test log to LOGFILE, the default is stdout
.TP
.B \-o \fIOPT\fR=\fIVAL\fR
set/override OPT in the test configuration with VAL
.TP
.B \-i
run in interactive mode
.SH EXAMPLES
.nf
.B fmbt -o adapter=dummy test.conf | fmbt-log -f '$as'
.fi
Only generate a test by disabling whatever adapter is configured in
\fBtest.conf\fR. Use \fBfmbt-log\fR to print only the names of test
steps in the generated sequence.
.SH AUTHOR
Written by Antti Kervinen.
.SH "REPORTING BUGS"
Report bugs to https://github.com/01org/fMBT/issues
.SH COPYRIGHT
Copyright \(co 2014 Intel Corporation.
.SH "SEE ALSO"
.BR fmbt-editor (1)
.BR fmbt-log (1)
.PP
Test configuration file documentation.
.br
\fIdoc/configuration.txt\fR