min

Langue: en

Version: December 2008 (MeeGo - 06/11/10)

Section: 1 (Commandes utilisateur)

NAME

min - test framework for POSIX environment

SYNOPSIS

min [options]

DESCRIPTION

min is an advanced test framework for Linux based devices. It is designed to allow test case execution as well as it simplifies test case creation. Test cases are provided in dynamically loaded test modules implementing the MIN test module API tm_get_test_cases(3) and tm_run_test_case(3)

OPTIONS

-h, --help
Display short help and exit
-v, --version
Display version information and exit
-c, --console
Start MIN without consoleui
-P, --parallel
Start MIN without consoleui - execute cases parallel
-i, --info test_module
Print details about test_module and exit
-x, --execute test_module[:configuration_file:... ]
Execute test cases from test_module (with configuration file(s))
-t, --title title
Show/execute test cases with title
-r, --title-regex regular_expression
Show/execute test cases with title matching regular_expression -s, --slave host[:slave_type] Register host (with type slave_type) for master/slave testing -p, --plugin plugin[:plugin2:... ] Load input plugin for MIN, by default cli or cui plugin is loaded

FILES

/etc/min.conf
The system wide configuration file. See min.conf(5) for further details.

AUTHOR

Written by Robert Galkowski, Marko Hyyppä, Maciej Jablonski, Juha Perälä, Sampo Saaristo and Konrad Marek Zapalowicz.

REPORTING BUGS

Report bugs to DG.MIN-Support@nokia.com MIN Test Framework, © Nokia 2008,2009,2010 licensed under the Gnu General Public License version 2, Contact: min-support@lists.sourceforge.net

SEE ALSO

createtestmodule(1), tm_get_test_cases(3), tm_run_test_case(3), min.conf(5)