def __init__(self, _strTestName="EDPluginMOSFLMIntegrationv10"):
        EDTestCasePluginExecuteMOSFLMv10.__init__(self, _strTestName)

        self.setDataInputFile(os.path.join(self.strExecutionTestDataInputHome, "XSDataMOSFLMInputIntegration_reference.xml"))
        # We don't use the setReferenceDataOutputFile method because the automatic testing of the 
        # expected versus obtained is problematic due to different results on different architectures
        self.__strReferenceDataOutputFile = os.path.join(self.strExecutionTestDataResultHome, "XSDataMOSFLMOutputIntegration_reference.xml")
 def __init__(self, _strTestName=None):
     EDTestCasePluginExecuteMOSFLMv10.__init__(self,
                                               "EDPluginMOSFLMIndexingv10")
     self.setConfigurationFile(self.getRefConfigFile())
     self.setDataInputFile(
         os.path.join(self.strExecutionTestDataInputHome,
                      "XSDataMOSFLMInputIndexing_eiger4m.xml"))
Пример #3
0
 def __init__(self, _strTestName=None):
     EDTestCasePluginExecuteMOSFLMv10.__init__(self,
                                               "EDPluginMOSFLMIndexingv10")
     self.setDataInputFile(
         os.path.join(self.strExecutionTestDataInputHome,
                      "XSDataMOSFLMInputIndexing_reference.xml"))
     self.setReferenceDataOutputFile(
         os.path.join(self.strExecutionTestDataResultHome,
                      "XSDataMOSFLMOutputIndexing_reference.xml"))
Пример #4
0
 def __init__(self, _strTestName=None):
     EDTestCasePluginExecuteMOSFLMv10.__init__(self,
                                               "EDPluginMOSFLMIndexingv10")
     self.setConfigurationFile(self.getRefConfigFile())
     self.setDataInputFile(
         os.path.join(self.strExecutionTestDataInputHome,
                      "XSDataMOSFLMInputIndexing_withForcedSymmetry.xml"))
     self.setReferenceDataOutputFile(
         os.path.join(self.strExecutionTestDataResultHome,
                      "XSDataMOSFLMOutputIndexing_withForcedSymmetry.xml"))
    def __init__(self, _strTestName="EDPluginMOSFLMIntegrationv10"):
        EDTestCasePluginExecuteMOSFLMv10.__init__(self, _strTestName)

        self.setDataInputFile(
            os.path.join(self.strExecutionTestDataInputHome,
                         "XSDataMOSFLMInputIntegration_reference.xml"))
        # We don't use the setReferenceDataOutputFile method because the automatic testing of the
        # expected versus obtained is problematic due to different results on different architectures
        self.__strReferenceDataOutputFile = os.path.join(
            self.strExecutionTestDataResultHome,
            "XSDataMOSFLMOutputIntegration_reference.xml")
 def preProcess(self):
     EDTestCasePluginExecuteMOSFLMv10.preProcess(self)
     self.loadTestImage([ "ref-2m_RNASE_1_0002.cbf", "ref-2m_RNASE_1_0001.cbf" ])
 def __init__(self, _strTestName=None):
     EDTestCasePluginExecuteMOSFLMv10.__init__(self, "EDPluginMOSFLMIndexingv10")
     self.setConfigurationFile(self.getRefConfigFile())
     self.setDataInputFile(os.path.join(self.strExecutionTestDataInputHome, "XSDataMOSFLMInputIndexing_pilatus2m.xml"))
 def __init__(self, _strTestName=None):
     EDTestCasePluginExecuteMOSFLMv10.__init__(self, "EDPluginMOSFLMIndexingv10")
     self.setConfigurationFile(self.getRefConfigFile())
     self.setDataInputFile(os.path.join(self.strExecutionTestDataInputHome, "XSDataMOSFLMInputIndexing_withForcedSymmetry.xml"))
     self.setReferenceDataOutputFile(os.path.join(self.strExecutionTestDataResultHome, "XSDataMOSFLMOutputIndexing_withForcedSymmetry.xml"))
    def __init__(self, _strTestName="EDPluginMOSFLMIntegrationv10"):
        EDTestCasePluginExecuteMOSFLMv10.__init__(self, _strTestName)

        self.setDataInputFile(
            os.path.join(self.strExecutionTestDataInputHome,
                         "XSDataMOSFLMInputIntegration_eiger4m.xml"))
 def __init__(self, _strTestName=None):
     EDTestCasePluginExecuteMOSFLMv10.__init__(self, "EDPluginMOSFLMIndexingv10")
     self.setDataInputFile(os.path.join(self.strExecutionTestDataInputHome, "XSDataMOSFLMInputIndexing_reference.xml"))
     self.setReferenceDataOutputFile(os.path.join(self.strExecutionTestDataResultHome, "XSDataMOSFLMOutputIndexing_reference.xml"))
 def preProcess(self):
     EDTestCasePluginExecuteMOSFLMv10.preProcess(self)
     self.loadTestImage([ "ref-lyso_12_0001.cbf" ])
    def __init__(self, _strTestName="EDPluginMOSFLMIntegrationv10"):
        EDTestCasePluginExecuteMOSFLMv10.__init__(self, _strTestName)

        self.setDataInputFile(os.path.join(self.strExecutionTestDataInputHome, "XSDataMOSFLMInputIntegration_eiger4m.xml"))
 def preProcess(self):
     EDTestCasePluginExecuteMOSFLMv10.preProcess(self)
     self.loadTestImage(["ref-lyso_12_0001.cbf"])