Ejemplo n.º 1
0
 def testLauncherNotThrows(self):
     m = LaunchManager()
     params = {'data_file_full_path':'/net/serdon/illdata/131/in5/exp_TEST-2216/rawdata/104041.nxs'}
     m.sendCommand('/home/leal/git/reductionServer/src/query/scripts/ILL_IN5_theta_vs_counts.py', 30, params)
     res = m.getResult()
     print res
     self.assertIn("data_values", res)
Ejemplo n.º 2
0
 def _launchTheExecutable(self, inputParams):
     logger.debug("Launching : " + self.validator.executable)
     m = LaunchManager()
     m.sendCommand(self.validator.executable, self.validator.timeout,inputParams)
     res = m.getResult()
     return res