#******************************************************************************* # Simulators.ini # Contains a section for each simulator which is available for Orpheum to use # in testing. For consistency with the gui, all simulators are named IAW the # actor they are testing, not the actor they simulate. The section name is the # page Orpheum will jump to if the test is selected. #******************************************************************************* BaseDir=/opt/Orpheum/simulators [ITI9PIXManager] #-------- Type of actor tested: INITIATOR (client) or RESPONDER (server) TypeOfActorTested=RESPONDER #----- Text and Tooltip text for Orpheum simulator tree TreeText=ITI-9 PIX Manager TreeTooltip=ITI-9 V2 PIX Manager Get Corresponding Test SimulatorName=PIXConsumer #------------------------------------------------------------------------------- # start script for Orpheum to start simulator, if needed. This script needs to # terminate when the simulator is started or fails to start. It should return # zero if the simulator started normally, non zero otherwise. #------------------------------------------------------------------------------- SimulatorStartScript=${BaseDir}/PIXConsumer/startSimulator.sh #--------------------- absolute location of simulator instance .ini file. SimulatorIniFile=${BaseDir}/PIXConsumer/runDirectory/PIXConsumer.ini [ITI9PIXConsumer] TypeOfActorTested=INITIATOR TreeText=ITI-9 PIX Consumer TreeTooltip=ITI-9 V2 PIX Consumer Get Corresponding Test SimulatorName=PIXManager #-------- start script for Orpheum to start simulator, if needed. SimulatorStartScript=${BaseDir}/PIXManager/startSimulator.sh #--------------------- absolute location of simulator instance .ini file. SimulatorIniFile=${BaseDir}/PIXManager/runDirectory/PIXManager.ini