! Vxitest, resource file for the vxitest application

! Resources can be set from the command line using the -xrm switch 
!   (e.g. vxitest -xrm "*debug:True").


! Debug enables runtime output of debug information.
*debug:			False


! Run tests repetitively.
*repeat_tests:		False


! Test is being run remotely.  Set to 'True' to run test, report results to
! stdout and exit.  When True, the repeat_tests resource is ignored.
! Results output to stdout are in a Vxitest_results defined in vxitest.h.
*remote:		False


! Enable the monitor display.
*monitor_display:       True


! Directory where files vxitest.dld, lbus.ldf, mult.ldf, pawn.ldf, vx8lbus.out,
! vx8mult.out, vx8pawn.out, and vx8pawnb.out reside.  These files contain
! code or configuration information use to test modules in the servant area
! of an E1485 or to test the VX8 module and VX8 option 040 DDC modules.
*system_directory:	/usr/e3238s/vxitest


! The test_slots resource can be used to limit slots that are tested.  Use
! 'all' if all slots are to be tested; otherwise use a list of slot numbers
! (e.g. '7,8').
*test_slots:		all


! Skip tests on selected modules.  The e1437 self test can take up to 4.5 
! minutes to execute and a VX8 module with 16 Mbytes of shared RAM can take
! up to 3.5 minute to test.  
*skip_e1437_self_test:	False
*skip_e1562_disk_scan:	False
*skip_all_sram_tests:	False
*skip_lbus_tests:	False


! Select the minumum duration of the VX8 Option 040 DDC tone output
! duration.  Set to 0 to disable the output of the test tones.  If enabled,
! each Option 040 module installed on the VX8 module will be programmed to
! output a unique tone on each channel.  The tone output will start when the
! DDCs are being tested and stop when the DDC test is done and the minumum
! duration time has been exceeded.
*vx8_040_tone_duration:	10


! Colors and text for passed, failed, testing, ... indicators.
*passed_text:		Passed
*passed_foreground:	green

*failed_text:		Failed
*failed_foreground:	black
*failed_background:	red

*testing_text: 		Testing
*testing_foreground:	black
*testing_background:	yellow

*scanning_text: 	Scanning
*scanning_foreground:	black
*scanning_background:	yellow

*na_text:		n/a
*na_foreground:		green

*no_test_text:		Not tested
*no_test_foreground:	yellow
