min.conf

Langue: en

Version: % (MeeGo - 06/11/10)

Section: 5 (Format de fichier)

NAME

min.conf - configuration file for MIN test framework

DESCRIPTION

When starting, min searches for files with name min.conf in following order.
1 current working directory
2 ~/.min
3 /etc

The engine defaults and module definitions are appended to the original configuration. So, for example, test modules configured in all three locations (mentioned above), become available to user. The logger defaults are read from only one place, the order of precedence being the one mentioned above.
 

EXAMPLE

 [Engine_Defaults]
 ModSearchPath=/usr/lib/min
 ModSearchPath=$HOME/.min
 [End_Defaults]
 
 [New_Module]
 ModuleName=scripter
 TestCaseFile=scripted_tests.cfg
 [End_Module]
 
 [Logger_Defaults]
 EmulatorBasePath=/tmp
 EmulatorFormat=TXT
 EmulatorOutput=FILE SYSLOG
 ThreadIdToLogFile=NO
 LogLevel=TRACE
 [End_Logger_Defaults]
 

FILES

/etc/min.conf

~/.min/min.conf

SEE ALSO

min(1)