## Test config file for BurnInTest Linux command line version
## Use '#' to comment out lines, remove the comment to enable an option
## Double ## have been used for explanations of each section/paramter
## Single # have been used to comment out optional paramters/tests
## Note that only 14 lines of tests can be displayed on the main window
## due to console size limits
## Logging
## Comment out the section to turn logging off
## Location (path) of log file
LogFilename /tmp/
## Log prefix
LogPrefix BiTLog2
## Format - Ascii|HTML
Format Ascii
## Logging detail level - summary|normal
LogDetailLevel normal
## Trace level - None (0) | Activity Trace 1 (1)| Activity Trace 2 (2)
TraceLevel 0
##maximum number of lines for file
MaxFileLines 1000
## Logging mode - single file or multiples with timestamp
## - ClearAppend Clear results & append (single file)
## - AccumulateAppend Clear results & append (single file)
## - ClearNew Clear results and overwrite existing (single file)
## - Timestamp Create new timestamped files (multiple files)
LogMode ClearAppend
## Notes - store extra information in the generated log file
#
## MachineType - One line description of the machine type
# MachineType TestType Test1
## MachineSerial - Custom serial for this machine
#MachineSerial Serial!@#$%^
## Notes - Ones line description of extra notes
#Notes One line test of notes
#
## Duty cycles
## Auto stop after XXX minutes
AutoStopMinutes 15
## Auto stop after XXX cycles
AutoStopCycles 0
## Duty cycle load for each test, 1-100
CPU 100
CDDVD 100
Memory 100
Serial 100
Parallel 100
Disk 100
Network 100
USB 100
## Memory section, TestMemory with no parameters will enable the memory test
TestMemory
## Disk section - Have a section for each device to test
## Test a device
## The device to be tested
Device /dev/sdc
## The test mode - Cyclic, Sequential, HighLow, Binary1, Binary2, Zeros, Ones, Random, RandomSeeking
TestMode Cyclic
##File size as % of disk space 1-15%
FileSize 1
## Duty cycle override, 0 - 100
#DutyCycleOverride 0
## Seek count
#SeekCount 100
##CPU-Math
##Comment out MathIntTest or MathFloatTest if you don't want the tests run
##Math Integer Test
MathIntTest
##Match Float Test
MathFloatTest
## Network
## Have a IP keyword (up to 4) for each IP to test
IP 127.0.0.1
## Bad packet ratio
## - Set to 0 for every bad packet to generate and error
## - Set to a 1-99 range for an error to be generated once the bad packet ratio reaches this level
BadPacketRatio 2
## Timeout - ms time before connection times out, 100 - 200000
TimeOut 2000
## Uncomment TestAllNICs to bind each entered IP to a different network card
#TestAllNICs
## CD-RW/DVD - Have a section for each device to test
#
#
## Device to test
#Device /dev/hdc
## Test mode - Music CD playback (Music), Data CD Read and Verify (Data), PassMark Test CD/DVD (Passmark), No CD (No)
#TestMode Passmark
## Additional seek - uncomment and edit the seek value if necessary, only valid for PassMark Test CD/DVD 0-1000
#Seek 100
#
## Device to test
#Device /dev/hdd
## Test mode - Music CD playback (Music), Data CD Read and Verify (Data), PassMark## Test CD/DVD (Passmark), No CD (No)
#TestMode Music
## Additional seek - uncomment and edit the seek value if necessary, only valid for PassMark Test CD/DVD 0-1000
#Seek 100
#
#
## Serial Port - Have a section for each device to test
#
#
## Device to test - ttys0, ttys1 etc to ttys63
#Device ttys0
## Test Mode - Loopback or Detect
#TestMode Loopback
#
#
## Device to test - ttys0, ttys1 etc to ttys63
#Device ttys1
## Test Mode - Loopback or Detect
#TestMode Detect
#
## Disable RTS/CTS and DSR/DTR
#DisableRTS
## Send and receive timeout, 100-30000 ms
#SendReceive 3500
## Baud rate - 110, 300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200,
## Cycle to 115200 (Cycle115), 230400, Cycle to 230400 (Cycle230)
#BaudRate 115200
#
## Parallel Port - Can only test one port at a time
#
## Device to test, lp0, lp1 etc
#Device lp0
## Test Mode - Loopback or Detect
#TestMode Loopback
#
## USB test section
#
#NumUSB 2
#
## Errors
## Action to take on error - Continue (Continue), Beep and continue (Beep), Stop tests (Stop)
ActionOnError Continue