!--------------------------------------------------------------------
!
!       xpltst.resource
!
!       XPOLL test driver resource file.
!
!       Test driver instructions:
!
!       1. Select a sample pipeline path to run the driver in.
!       2. Edit the path file indicated in step 1 to include the key
!          xpltst_dir. The value of this key should be a directory
!          in which the file trigger files can be created/modified.
!       3. Run xpltst in the path indicated in step 1.
!       4. Examine the process log file for errors once the process
!          goes absent (this happens whether the test passes or not).
!          If the test passed, it should say so near the end of the log.
!
!--------------------------------------------------------------------
!                          REVISION HISTORY
!--------------------------------------------------------------------
!            PR
!   DATE   NUMBER  User       Description
! -------- ------  ---------- ------------------------------------
! 03/16/99 38414   WMiller    Initial code
! 06/24/04 51412   Sherbert   For PR 50437 Remove DISPLAY_ORDER
!
!--------------------------------------------------------------------

PROCESS_NAME  = xpltst
TASK          = <xpoll -p $PATH_FILE -r xpltst>
COMMAND       = xpltst.csh
CLASS = TST
DESCRIPTION   = 'XPOLL Test Driver'
SYSTEM        = 'TEST DRIVERS'

OSF_RANK           = 1
OSF_TRIGGER1.IN    = i
OSF_PROCESSING.IN  = p
OSF_NORMAL.IN      = c

FILE_RANK = 2
FILE_DIRECTORY1 = xpltst_dir
FILE_MAXTARGS1  = 5
FILE_OBJECT1    = xpltst_*.tst
FILE_PROCESSING = _proc
FILE_SUCCESS    = _done
FILE_ERROR      = _bad

TIME_RANK = 3
DELTA_TIME = 000:00:00:10

XPOLL_STATE.01  = OSF_NORMAL
XPOLL_STATE.03  = FILE_SUCCESS
XPOLL_STATE.04  = FILE_ERROR
XPOLL_STATE.05  = NULL
XPOLL_STATE.06  = CHECK_FILE
XPOLL_ERROR.DP  = x

ENV.OUTPATH     = xpltst_dir
