#******************************************************************************* # 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=/home/rmoult01/NetBeansProjects/KISimulator/Simulators/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 #--------------------- 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 #--------------------- absolute location of simulator instance .ini file. SimulatorIniFile=${BaseDir}/PIXManager/runDirectory/PIXManager.ini [ITI45PIXManagerV3] #-------- Type of actor tested: INITIATOR (client) or RESPONDER (server) TypeOfActorTested=RESPONDER #----- Text and Tooltip text for Orpheum simulator tree TreeText=ITI-45 PIX Manager TreeTooltip=ITI-9 V3 PIX Manager Get Corresponding Test SimulatorName=PIXConsumerV3 #--------------------- absolute location of simulator instance .ini file. SimulatorIniFile=${BaseDir}/PIXConsumerV3/runDirectory/PIXConsumerV3.ini [ITI45PIXConsumerV3] #-------- Type of actor tested: INITIATOR (client) or RESPONDER (server) TypeOfActorTested=INITIATOR #----- Text and Tooltip text for Orpheum simulator tree TreeText=ITI-45 PIX Consumer TreeTooltip=ITI-9 V3 PIX Consumer Get Corresponding Test SimulatorName=PIXManagerV3 #--------------------- absolute location of simulator instance .ini file. SimulatorIniFile=${BaseDir}/PIXManagerV3/runDirectory/PIXManagerV3.ini [DicomEcho] TypeOfActorTested=RESPONDER TreeText=DICOM Echo TreeTooltip=Send DICOM Echo to server SimulatorName=DICOMEcho SimulatorIniFile=${BaseDir}/DICOMEcho/runDirectory/DICOMEcho.ini