Created
June 25, 2019 16:20
-
-
Save reszelaz/d4e0a708756ad4fbacd3cc8489facaeb to your computer and use it in GitHub Desktop.
Output of sardanatestsuite executed on Windows 10 for Jul19 release
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TESTSUITE OUTPUT: | |
Microsoft Windows [Version 10.0.16299.19] | |
(c) 2017 Microsoft Corporation. All rights reserved. | |
C:\Users\IEUser>sardanatestsuite | |
MainThread WARNING 2019-06-25 08:22:03,137 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\test\testsuite.py:39: DeprecationWarning: taurus.external.unittest is deprecated since 4.3.2. Use unittest instead | |
from taurus.external import unittest | |
MainThread WARNING 2019-06-25 08:22:03,170 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\test\testsuite.py:93: DeprecationWarning: taurus.external.argparse is deprecated since 4.3.2. Use argparse instead | |
from taurus.external import argparse | |
MainThread WARNING 2019-06-25 08:22:05,500 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:357: DeprecationWarning: getStateObj is deprecated since 4.0. Use .stateObj [Tango] or .factory.getAttribute(state_full_name) [agnostic] instead | |
self.getStateObj().addListener(self.stateChanged) | |
MainThread WARNING 2019-06-25 08:22:05,618 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:606: DeprecationWarning: getState is deprecated since 4.0. Use .stateObj.read().rvalue [Tango] or .state [agnostic] instead | |
self._old_door_state = self.getState() | |
MainThread WARNING 2019-06-25 08:22:05,618 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:610: DeprecationWarning: getSWState is deprecated since 4.0. Use state instead | |
self._old_sw_door_state = self.getSWState() | |
MainThread WARNING 2019-06-25 08:22:05,726 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:131: DeprecationWarning: _get_value is deprecated since 4.0. Use .rvalue instead | |
if evt_value is None or evt_value.value is None: | |
MainThread WARNING 2019-06-25 08:22:07,463 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\pool\pooldefs.py:34: DeprecationWarning: taurus.external.enum is deprecated since 4.3.2. Use enum (enum34 module) instead | |
from taurus.external.enum import IntEnum | |
MainThread INFO 2019-06-25 08:22:13,364 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:22:13,369 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:22:16,881 TaurusRootLogger: Using PyQt4 (v4.11.3 with Qt 4.8.6 and Python 2.7.10) | |
MainThread INFO 2019-06-25 08:22:17,012 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:22:17,016 ModuleManager: (re)loading module basetypes... | |
test_ct_macro_runs (sardana.macroserver.macros.test.test_ct.CtTest) | |
Testing ct with macro_runs(macro_params=['.3'], wait_timeout=2.5, macro_name='ct') ... ok | |
test_ct_macro_runs_2 (sardana.macroserver.macros.test.test_ct.CtTest) | |
Testing ct with macro_runs(macro_params=['.1'], wait_timeout=2.5, macro_name='ct') ... ok | |
test_ct_macro_stops (sardana.macroserver.macros.test.test_ct.CtTest) | |
Testing ct with macro_stops(macro_params=['1'], stop_delay=0.1, wait_timeout=3.5, macro_name='ct') ... ok | |
test_dumpenv_macro_runs (sardana.macroserver.macros.test.test_env.DumpenvTest) | |
Testing dumpenv with macro_runs() ... ok | |
test_lsenv_macro_runs (sardana.macroserver.macros.test.test_env.LsenvTest) | |
Testing lsenv with macro_runs(macro_params=['ascan', 'dscan']) ... ok | |
test_lsenv_macro_runs_2 (sardana.macroserver.macros.test.test_env.LsenvTest) | |
Testing lsenv with macro_runs(macro_params=['ascan']) ... ok | |
test_lsenv_macro_runs_3 (sardana.macroserver.macros.test.test_env.LsenvTest) | |
Testing lsenv with macro_runs() ... ok | |
test_lsvo_macro_runs (sardana.macroserver.macros.test.test_env.LsvoTest) | |
Testing lsvo with macro_runs() ... ok | |
test_senv_macro_runs (sardana.macroserver.macros.test.test_env.SenvTest) | |
Testing senv with macro_runs(macro_params=['MyEnvVar', 'test.dat']) ... ok | |
test_setvo_macro_runs (sardana.macroserver.macros.test.test_env.SetvoTest) | |
Testing setvo with macro_runs(macro_params=['PosFormat', '3']) ... ok | |
test_usenv_macro_runs (sardana.macroserver.macros.test.test_env.UsenvTest) | |
Testing usenv with macro_runs(macro_params=['MyEnvVar']) ... ok | |
test_usetvo_macro_runs (sardana.macroserver.macros.test.test_env.UsetvoTest) | |
Testing usetvo with macro_runs(macro_params=['PosFormat']) ... ok | |
test_expert (sardana.macroserver.macros.test.test_expert.ExpertTest) ... ok | |
test_prdef_macro_runs (sardana.macroserver.macros.test.test_expert.MacroTest) | |
Testing prdef with macro_runs(macro_params=['wa'], wait_timeout=1, macro_name='prdef') ... ok | |
test_relmac_macro_runs (sardana.macroserver.macros.test.test_expert.MacroTest) | |
Testing relmac with macro_runs(macro_params=['wa'], wait_timeout=1, macro_name='relmac') ... ok | |
test_relmaclib_macro_runs (sardana.macroserver.macros.test.test_expert.MacroTest) | |
Testing relmaclib with macro_runs(macro_params=['standard'], wait_timeout=1, macro_name='relmaclib') ... ok | |
test_meas (sardana.macroserver.macros.test.test_expert.MeasTest) ... skipped 'skip test until issue #57 is fixed' | |
test_sar_info_macro_runs (sardana.macroserver.macros.test.test_expert.SarinfoTest) | |
Testing sar_info with macro_runs(macro_params=['ct08'], wait_timeout=1) ... ok | |
test_sar_info_macro_runs_2 (sardana.macroserver.macros.test.test_expert.SarinfoTest) | |
Testing sar_info with macro_runs(macro_params=['tgctrl02'], wait_timeout=1) ... ok | |
test_sar_info_macro_runs_3 (sardana.macroserver.macros.test.test_expert.SarinfoTest) | |
Testing sar_info with macro_runs(macro_params=['wa'], wait_timeout=1) ... ok | |
test_defgh_macro_runs (sardana.macroserver.macros.test.test_gh.GeneralHooksMacrosTest) | |
Testing defgh with macro_runs(macro_params=['lsm mot.*', 'pre-acq'], wait_timeout=1, macro_name='defgh') ... ok | |
test_defgh_macro_runs_2 (sardana.macroserver.macros.test.test_gh.GeneralHooksMacrosTest) | |
Testing defgh with macro_runs(macro_params=['lsm', 'pre-acq'], wait_timeout=1, macro_name='defgh') ... ok | |
test_lsgh_macro_runs (sardana.macroserver.macros.test.test_gh.GeneralHooksMacrosTest) | |
Testing lsgh with macro_runs(wait_timeout=1, macro_name='lsgh') ... ok | |
test_udefgh_macro_runs (sardana.macroserver.macros.test.test_gh.GeneralHooksMacrosTest) | |
Testing udefgh with macro_runs(wait_timeout=1, macro_name='udefgh') ... ok | |
test_gh (sardana.macroserver.macros.test.test_gh.GeneralHooksTest) ... MainThread INFO 2019-06-25 08:24:56,153 Starter: Starting server Pool/unittest1_1... | |
MainThread INFO 2019-06-25 08:24:59,194 Starter: Server Pool/unittest1_1 has been started | |
MainThread INFO 2019-06-25 08:25:03,618 Starter: Starting server MacroServer/unittest1_2... | |
MainThread INFO 2019-06-25 08:25:06,657 Starter: Server MacroServer/unittest1_2 has been started | |
MainThread WARNING 2019-06-25 08:25:12,200 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:25:12,210 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:25:12,219 TaurusRootLogger: Model name "controls05.cells.es:10000/controller/dummycountertimercontroller/_test_ct_ctrl_1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread INFO 2019-06-25 08:25:27,464 Starter: Deleted device macroserver/demo1/3 | |
MainThread INFO 2019-06-25 08:25:27,503 Starter: Deleted device door/demo2/3 | |
MainThread INFO 2019-06-25 08:25:27,503 Starter: Hard killing server MacroServer/unittest1_2... | |
MainThread WARNING 2019-06-25 08:25:37,509 Starter: Server MacroServer/unittest1_2 did not stop within 10 seconds | |
MainThread INFO 2019-06-25 08:25:37,516 Starter: Deleted Server MacroServer/unittest1_2 | |
MainThread INFO 2019-06-25 08:25:38,368 Starter: Deleted device pool/demo1/2 | |
MainThread INFO 2019-06-25 08:25:38,375 Starter: Hard killing server Pool/unittest1_1... | |
MainThread INFO 2019-06-25 08:25:49,381 Starter: Server Pool/unittest1_1 has been stopped | |
MainThread INFO 2019-06-25 08:25:49,391 Starter: Deleted Server Pool/unittest1_1 | |
ok | |
test_read_ioreg_macro_runs (sardana.macroserver.macros.test.test_ioregister.IORegisterTest) | |
Testing read_ioreg with macro_runs(macro_params=['ior04'], wait_timeout=1, macro_name='read_ioreg') ... ok | |
test_write_ioreg_macro_runs (sardana.macroserver.macros.test.test_ioregister.IORegisterTest) | |
Testing write_ioreg with macro_runs(macro_params=['ior04', '1'], wait_timeout=1, macro_name='write_ioreg') ... ok | |
test_ls0d_macro_runs (sardana.macroserver.macros.test.test_list.Ls0dTest) | |
Testing ls0d with macro_runs() ... ok | |
test_ls1d_macro_runs (sardana.macroserver.macros.test.test_list.Ls1dTest) | |
Testing ls1d with macro_runs() ... ok | |
test_ls2d_macro_runs (sardana.macroserver.macros.test.test_list.Ls2dTest) | |
Testing ls2d with macro_runs() ... ok | |
test_lsa_macro_runs (sardana.macroserver.macros.test.test_list.LsaTest) | |
Testing lsa with macro_runs(macro_params=['mot.*']) ... ok | |
test_lsa_macro_runs_2 (sardana.macroserver.macros.test.test_list.LsaTest) | |
Testing lsa with macro_runs() ... ok | |
test_lsct_macro_runs (sardana.macroserver.macros.test.test_list.LsctTest) | |
Testing lsct with macro_runs() ... ok | |
test_lsctrl_macro_runs (sardana.macroserver.macros.test.test_list.LsctrlTest) | |
Testing lsctrl with macro_runs() ... ok | |
test_lsctrllib_macro_runs (sardana.macroserver.macros.test.test_list.LsctrllibTest) | |
Testing lsctrllib with macro_runs(macro_params=['Dummy.*']) ... ok | |
test_lsctrllib_macro_runs_2 (sardana.macroserver.macros.test.test_list.LsctrllibTest) | |
Testing lsctrllib with macro_runs() ... ok | |
test_lsdef_macro_runs (sardana.macroserver.macros.test.test_list.LsdefTest) | |
Testing lsdef with macro_runs(macro_params=['w.*']) ... ok | |
test_lsdef_macro_runs_2 (sardana.macroserver.macros.test.test_list.LsdefTest) | |
Testing lsdef with macro_runs() ... ok | |
test_lsi_macro_runs (sardana.macroserver.macros.test.test_list.LsiTest) | |
Testing lsi with macro_runs(macro_params=['mot.*']) ... ok | |
test_lsi_macro_runs_2 (sardana.macroserver.macros.test.test_list.LsiTest) | |
Testing lsi with macro_runs() ... ok | |
test_lsm_macro_runs (sardana.macroserver.macros.test.test_list.LsmTest) | |
Testing lsm with macro_runs() ... ok | |
test_lsm_macro_runs_2 (sardana.macroserver.macros.test.test_list.LsmTest) | |
Testing lsm with macro_runs(macro_params=['l.*']) ... ok | |
test_lsmac_macro_runs (sardana.macroserver.macros.test.test_list.LsmacTest) | |
Testing lsmac with macro_runs(macro_params=['w.*']) ... ok | |
test_lsmac_macro_runs_2 (sardana.macroserver.macros.test.test_list.LsmacTest) | |
Testing lsmac with macro_runs() ... ok | |
test_lsmaclib_macro_runs (sardana.macroserver.macros.test.test_list.LsmaclibTest) | |
Testing lsmaclib with macro_runs(macro_params=['s.*']) ... ok | |
test_lsmaclib_macro_runs_2 (sardana.macroserver.macros.test.test_list.LsmaclibTest) | |
Testing lsmaclib with macro_runs() ... ok | |
test_lsmeas_macro_runs (sardana.macroserver.macros.test.test_list.LsmeasTest) | |
Testing lsmeas with macro_runs(macro_params=['mot.*']) ... ok | |
test_lsmeas_macro_runs_2 (sardana.macroserver.macros.test.test_list.LsmeasTest) | |
Testing lsmeas with macro_runs() ... ok | |
test_lspm_macro_runs (sardana.macroserver.macros.test.test_list.LspmTest) | |
Testing lspm with macro_runs() ... ok | |
test_createMacro_macro_runs (sardana.macroserver.macros.test.test_macro.MacroTest) | |
Testing createMacro with macro_runs(macro_name='createMacro') ... MainThread INFO 2019-06-25 08:28:22,302 Starter: Starting server MacroServer/unittest1_2... | |
MainThread INFO 2019-06-25 08:28:24,313 Starter: Server MacroServer/unittest1_2 has been started | |
MainThread INFO 2019-06-25 08:28:29,769 Starter: Deleted device macroserver/demo1/3 | |
MainThread INFO 2019-06-25 08:28:29,775 Starter: Deleted device door/demo2/3 | |
MainThread INFO 2019-06-25 08:28:29,776 Starter: Hard killing server MacroServer/unittest1_2... | |
MainThread WARNING 2019-06-25 08:28:39,782 Starter: Server MacroServer/unittest1_2 did not stop within 10 seconds | |
MainThread INFO 2019-06-25 08:28:39,790 Starter: Deleted Server MacroServer/unittest1_2 | |
Not possible to remove macroserver environment file | |
Details: [Error 5] Access is denied: '\\tmp\\tango\\MacroServer\\unittest1_2\\macroserver.properties' | |
ok | |
test_execMacro_macro_runs (sardana.macroserver.macros.test.test_macro.MacroTest) | |
Testing execMacro with macro_runs(macro_name='execMacro') ... MainThread INFO 2019-06-25 08:28:39,861 Starter: Starting server MacroServer/unittest1_2... | |
MainThread INFO 2019-06-25 08:28:41,874 Starter: Server MacroServer/unittest1_2 has been started | |
MainThread INFO 2019-06-25 08:28:47,344 Starter: Deleted device macroserver/demo1/3 | |
MainThread INFO 2019-06-25 08:28:47,351 Starter: Deleted device door/demo2/3 | |
MainThread INFO 2019-06-25 08:28:47,351 Starter: Hard killing server MacroServer/unittest1_2... | |
MainThread WARNING 2019-06-25 08:28:57,359 Starter: Server MacroServer/unittest1_2 did not stop within 10 seconds | |
MainThread INFO 2019-06-25 08:28:57,368 Starter: Deleted Server MacroServer/unittest1_2 | |
Not possible to remove macroserver environment file | |
Details: [Error 5] Access is denied: '\\tmp\\tango\\MacroServer\\unittest1_2\\macroserver.properties' | |
ok | |
test_runMacro_macro_runs (sardana.macroserver.macros.test.test_macro.MacroTest) | |
Testing runMacro with macro_runs(macro_name='runMacro') ... MainThread INFO 2019-06-25 08:28:57,438 Starter: Starting server MacroServer/unittest1_2... | |
MainThread INFO 2019-06-25 08:28:59,451 Starter: Server MacroServer/unittest1_2 has been started | |
MainThread INFO 2019-06-25 08:29:04,911 Starter: Deleted device macroserver/demo1/3 | |
MainThread INFO 2019-06-25 08:29:04,918 Starter: Deleted device door/demo2/3 | |
MainThread INFO 2019-06-25 08:29:04,920 Starter: Hard killing server MacroServer/unittest1_2... | |
MainThread WARNING 2019-06-25 08:29:14,927 Starter: Server MacroServer/unittest1_2 did not stop within 10 seconds | |
MainThread INFO 2019-06-25 08:29:14,937 Starter: Deleted Server MacroServer/unittest1_2 | |
Not possible to remove macroserver environment file | |
Details: [Error 5] Access is denied: '\\tmp\\tango\\MacroServer\\unittest1_2\\macroserver.properties' | |
ok | |
test_ascan_macro_runs (sardana.macroserver.macros.test.test_scan.AscanTest) | |
Testing ascan with macro_runs(macro_params=['mot08', '0', '5', '4', '.1'], wait_timeout=30.0) ... ok | |
test_ascan_macro_stops (sardana.macroserver.macros.test.test_scan.AscanTest) | |
Testing ascan with macro_stops(macro_params=['mot08', '0', '5', '3', '.1']) ... ok | |
test_dscan_macro_runs (sardana.macroserver.macros.test.test_scan.DscanTest) | |
Testing dscan with macro_runs(macro_params=['mot08', '-1', '1', '2', '.1'], wait_timeout=30) ... ok | |
test_dscan_macro_stops (sardana.macroserver.macros.test.test_scan.DscanTest) | |
Testing dscan with macro_stops(macro_params=['mot08', '1', '-1', '3', '.1']) ... ok | |
test_mesh_macro_runs (sardana.macroserver.macros.test.test_scan.MeshTest) | |
Testing mesh with macro_runs(macro_params=['mot08', '-2', '2', '3', 'mot05', '-2', '-1', '2', '.1'], wait_timeout=40) ... ok | |
test_mesh_macro_runs_2 (sardana.macroserver.macros.test.test_scan.MeshTest) | |
Testing mesh with macro_runs(macro_params=['mot08', '-1', '1', '3', 'mot05', '-1', '0', '2', '.1'], wait_timeout=30) ... ok | |
test_mesh_macro_stops (sardana.macroserver.macros.test.test_scan.MeshTest) | |
Testing mesh with macro_stops(macro_params=['mot08', '-3', '0', '3', 'mot05', '-3', '0', '2', '.1'], wait_timeout=30) ... ok | |
test_timescan_macro_runs (sardana.macroserver.macros.test.test_scan.TimescanTest) | |
Testing timescan with macro_runs(macro_params=['10', '0.1'], wait_timeout=30) ... ok | |
test_a2scanct_macro_runs (sardana.macroserver.macros.test.test_scanct.A2scanctTest) | |
Testing a2scanct with macro_runs(macro_params=['_test_mt_1_1', '0', '10', '_test_mt_1_2', '0', '20', '100', '0.1'], wait_timeout=30, meas_config={'_test_ct_ctrl_1': {'synchronizer': '_test_tg_1_1', 'channels': {'_test_ct_1_1': {'index': 0}}, 'synchronization': 0}}) ... MainThread INFO 2019-06-25 08:30:21,375 Starter: Starting server Pool/unittest1_1... | |
MainThread INFO 2019-06-25 08:30:23,390 Starter: Server Pool/unittest1_1 has been started | |
MainThread INFO 2019-06-25 08:30:27,242 Starter: Starting server MacroServer/unittest1_2... | |
MainThread INFO 2019-06-25 08:30:30,269 Starter: Server MacroServer/unittest1_2 has been started | |
MainThread WARNING 2019-06-25 08:30:30,769 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:30:30,778 TaurusRootLogger: Model name "controls05.cells.es:10000/controller/dummycountertimercontroller/_test_ct_ctrl_1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:30:30,786 TaurusRootLogger: Model name "controls05.cells.es:10000/triggergate/_test_tg_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread INFO 2019-06-25 08:30:54,573 Starter: Deleted device macroserver/demo1/3 | |
MainThread INFO 2019-06-25 08:30:54,581 Starter: Deleted device door/demo2/3 | |
MainThread INFO 2019-06-25 08:30:54,581 Starter: Hard killing server MacroServer/unittest1_2... | |
MainThread WARNING 2019-06-25 08:31:04,585 Starter: Server MacroServer/unittest1_2 did not stop within 10 seconds | |
MainThread INFO 2019-06-25 08:31:04,594 Starter: Deleted Server MacroServer/unittest1_2 | |
Not possible to remove macroserver environment file | |
Details: [Error 5] Access is denied: '\\tmp\\tango\\MacroServer\\unittest1_2\\macroserver.properties' | |
MainThread INFO 2019-06-25 08:31:05,394 Starter: Deleted device pool/demo1/2 | |
MainThread INFO 2019-06-25 08:31:05,395 Starter: Hard killing server Pool/unittest1_1... | |
MainThread WARNING 2019-06-25 08:31:15,401 Starter: Server Pool/unittest1_1 did not stop within 10 seconds | |
MainThread INFO 2019-06-25 08:31:15,410 Starter: Deleted Server Pool/unittest1_1 | |
ok | |
test_ascanct_macro_runs (sardana.macroserver.macros.test.test_scanct.AscanctTest) | |
Testing ascanct with macro_runs(macro_params=['_test_mt_1_1', '0', '10', '100', '0.1'], wait_timeout=30, meas_config={'_test_ct_ctrl_1': {'synchronizer': 'software', 'channels': {'_test_ct_1_2': {'index': 1}, '_test_ct_1_1': {'index': 0}}, 'synchronization': 0}}) ... MainThread INFO 2019-06-25 08:31:15,463 Starter: Starting server Pool/unittest1_1... | |
MainThread INFO 2019-06-25 08:31:17,477 Starter: Server Pool/unittest1_1 has been started | |
MainThread INFO 2019-06-25 08:31:21,388 Starter: Starting server MacroServer/unittest1_2... | |
MainThread INFO 2019-06-25 08:31:26,405 Starter: Server MacroServer/unittest1_2 has been started | |
MainThread WARNING 2019-06-25 08:31:26,904 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:31:26,911 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:31:26,921 TaurusRootLogger: Model name "controls05.cells.es:10000/controller/dummycountertimercontroller/_test_ct_ctrl_1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread INFO 2019-06-25 08:31:49,812 Starter: Deleted device macroserver/demo1/3 | |
MainThread INFO 2019-06-25 08:31:49,819 Starter: Deleted device door/demo2/3 | |
MainThread INFO 2019-06-25 08:31:49,819 Starter: Hard killing server MacroServer/unittest1_2... | |
MainThread WARNING 2019-06-25 08:31:59,825 Starter: Server MacroServer/unittest1_2 did not stop within 10 seconds | |
MainThread INFO 2019-06-25 08:31:59,834 Starter: Deleted Server MacroServer/unittest1_2 | |
Not possible to remove macroserver environment file | |
Details: [Error 5] Access is denied: '\\tmp\\tango\\MacroServer\\unittest1_2\\macroserver.properties' | |
MainThread INFO 2019-06-25 08:32:00,523 Starter: Deleted device pool/demo1/2 | |
MainThread INFO 2019-06-25 08:32:00,525 Starter: Hard killing server Pool/unittest1_1... | |
MainThread INFO 2019-06-25 08:32:09,997 Starter: Server Pool/unittest1_1 has been stopped | |
MainThread INFO 2019-06-25 08:32:10,055 Starter: Deleted Server Pool/unittest1_1 | |
ok | |
test_ascanct_macro_runs_2 (sardana.macroserver.macros.test.test_scanct.AscanctTest) | |
Testing ascanct with macro_runs(macro_params=['_test_mt_1_1', '0', '10', '100', '0.1'], wait_timeout=30, meas_config={'_test_ct_ctrl_2': {'synchronizer': '_test_tg_1_1', 'channels': {'_test_ct_2_1': {'index': 1}}, 'synchronization': 0}, '_test_ct_ctrl_1': {'synchronizer': 'software', 'channels': {'_test_ct_1_1': {'index': 0}}, 'synchronization': 0}}) ... MainThread INFO 2019-06-25 08:32:10,108 Starter: Starting server Pool/unittest1_1... | |
MainThread INFO 2019-06-25 08:32:14,121 Starter: Server Pool/unittest1_1 has been started | |
MainThread INFO 2019-06-25 08:32:18,154 Starter: Starting server MacroServer/unittest1_2... | |
MainThread INFO 2019-06-25 08:32:21,168 Starter: Server MacroServer/unittest1_2 has been started | |
MainThread WARNING 2019-06-25 08:32:21,653 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_2/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:32:21,664 TaurusRootLogger: Model name "controls05.cells.es:10000/controller/dummycountertimercontroller/_test_ct_ctrl_2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:32:21,674 TaurusRootLogger: Model name "controls05.cells.es:10000/triggergate/_test_tg_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:32:21,687 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:32:21,697 TaurusRootLogger: Model name "controls05.cells.es:10000/controller/dummycountertimercontroller/_test_ct_ctrl_1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread INFO 2019-06-25 08:32:44,806 Starter: Deleted device macroserver/demo1/3 | |
MainThread INFO 2019-06-25 08:32:44,812 Starter: Deleted device door/demo2/3 | |
MainThread INFO 2019-06-25 08:32:44,813 Starter: Hard killing server MacroServer/unittest1_2... | |
MainThread WARNING 2019-06-25 08:32:54,819 Starter: Server MacroServer/unittest1_2 did not stop within 10 seconds | |
MainThread INFO 2019-06-25 08:32:54,828 Starter: Deleted Server MacroServer/unittest1_2 | |
Not possible to remove macroserver environment file | |
Details: [Error 5] Access is denied: '\\tmp\\tango\\MacroServer\\unittest1_2\\macroserver.properties' | |
TimerLoop 1 ERROR 2019-06-25 08:33:01,128 TaurusPollingTimer[3000]: poll_reply error | |
MainThread WARNING 2019-06-25 08:33:01,286 controls05.cells.es:10000.pool/demo1/2: Received elements error event API_CorbaException: TRANSIENT CORBA system exception: TRANSIENT_CallTimedout | |
MainThread INFO 2019-06-25 08:33:01,299 Starter: Deleted device pool/demo1/2 | |
MainThread INFO 2019-06-25 08:33:01,299 Starter: Hard killing server Pool/unittest1_1... | |
MainThread INFO 2019-06-25 08:33:01,908 Starter: Server Pool/unittest1_1 has been stopped | |
MainThread INFO 2019-06-25 08:33:01,917 Starter: Deleted Server Pool/unittest1_1 | |
ok | |
test_ascanct_macro_runs_3 (sardana.macroserver.macros.test.test_scanct.AscanctTest) | |
Testing ascanct with macro_runs(macro_params=['_test_mt_1_1', '0', '10', '100', '0.1'], wait_timeout=30, meas_config={'_test_ct_ctrl_1': {'synchronizer': '_test_tg_1_1', 'channels': {'_test_ct_1_2': {'index': 1}, '_test_ct_1_1': {'index': 0}}, 'synchronization': 0}}) ... MainThread INFO 2019-06-25 08:33:01,970 Starter: Starting server Pool/unittest1_1... | |
MainThread INFO 2019-06-25 08:33:05,987 Starter: Server Pool/unittest1_1 has been started | |
MainThread INFO 2019-06-25 08:33:10,019 Starter: Starting server MacroServer/unittest1_2... | |
MainThread INFO 2019-06-25 08:33:13,052 Starter: Server MacroServer/unittest1_2 has been started | |
MainThread WARNING 2019-06-25 08:33:13,493 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:33:13,503 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:33:13,516 TaurusRootLogger: Model name "controls05.cells.es:10000/controller/dummycountertimercontroller/_test_ct_ctrl_1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:33:13,526 TaurusRootLogger: Model name "controls05.cells.es:10000/triggergate/_test_tg_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread INFO 2019-06-25 08:33:36,489 Starter: Deleted device macroserver/demo1/3 | |
MainThread INFO 2019-06-25 08:33:36,494 Starter: Deleted device door/demo2/3 | |
MainThread INFO 2019-06-25 08:33:36,496 Starter: Hard killing server MacroServer/unittest1_2... | |
MainThread WARNING 2019-06-25 08:33:46,500 Starter: Server MacroServer/unittest1_2 did not stop within 10 seconds | |
MainThread INFO 2019-06-25 08:33:46,509 Starter: Deleted Server MacroServer/unittest1_2 | |
Not possible to remove macroserver environment file | |
Details: [Error 5] Access is denied: '\\tmp\\tango\\MacroServer\\unittest1_2\\macroserver.properties' | |
MainThread INFO 2019-06-25 08:33:47,456 Starter: Deleted device pool/demo1/2 | |
MainThread INFO 2019-06-25 08:33:47,457 Starter: Hard killing server Pool/unittest1_1... | |
MainThread WARNING 2019-06-25 08:33:57,463 Starter: Server Pool/unittest1_1 did not stop within 10 seconds | |
MainThread INFO 2019-06-25 08:33:57,473 Starter: Deleted Server Pool/unittest1_1 | |
ok | |
test_ascanct_macro_runs_4 (sardana.macroserver.macros.test.test_scanct.AscanctTest) | |
Testing ascanct with macro_runs(macro_params=['_test_mt_1_1', '0', '10', '100', '0.1'], wait_timeout=30, meas_config={'_test_ct_ctrl_1': {'synchronizer': '_test_tg_1_1', 'channels': {'_test_ct_1_1': {'index': 0}}, 'synchronization': 0}}) ... MainThread INFO 2019-06-25 08:33:57,529 Starter: Starting server Pool/unittest1_1... | |
MainThread INFO 2019-06-25 08:34:02,559 Starter: Server Pool/unittest1_1 has been started | |
MainThread INFO 2019-06-25 08:34:06,687 Starter: Starting server MacroServer/unittest1_2... | |
MainThread INFO 2019-06-25 08:34:10,724 Starter: Server MacroServer/unittest1_2 has been started | |
MainThread WARNING 2019-06-25 08:34:11,299 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:34:11,306 TaurusRootLogger: Model name "controls05.cells.es:10000/controller/dummycountertimercontroller/_test_ct_ctrl_1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:34:11,315 TaurusRootLogger: Model name "controls05.cells.es:10000/triggergate/_test_tg_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread INFO 2019-06-25 08:34:34,296 Starter: Deleted device macroserver/demo1/3 | |
MainThread INFO 2019-06-25 08:34:34,302 Starter: Deleted device door/demo2/3 | |
MainThread INFO 2019-06-25 08:34:34,303 Starter: Hard killing server MacroServer/unittest1_2... | |
MainThread WARNING 2019-06-25 08:34:44,315 Starter: Server MacroServer/unittest1_2 did not stop within 10 seconds | |
MainThread INFO 2019-06-25 08:34:44,322 Starter: Deleted Server MacroServer/unittest1_2 | |
Not possible to remove macroserver environment file | |
Details: [Error 5] Access is denied: '\\tmp\\tango\\MacroServer\\unittest1_2\\macroserver.properties' | |
MainThread INFO 2019-06-25 08:34:45,040 Starter: Deleted device pool/demo1/2 | |
MainThread INFO 2019-06-25 08:34:45,042 Starter: Hard killing server Pool/unittest1_1... | |
MainThread INFO 2019-06-25 08:34:52,971 Starter: Server Pool/unittest1_1 has been stopped | |
MainThread INFO 2019-06-25 08:34:53,025 Starter: Deleted Server Pool/unittest1_1 | |
ok | |
test_ascanct_macro_stops (sardana.macroserver.macros.test.test_scanct.AscanctTest) | |
Testing ascanct with macro_stops(macro_params=['_test_mt_1_1', '0', '10', '100', '0.1'], stop_delay=5, wait_timeout=20, meas_config={'_test_ct_ctrl_1': {'synchronizer': '_test_tg_1_1', 'channels': {'_test_ct_1_1': {'index': 0}}, 'synchronization': 0}}) ... MainThread INFO 2019-06-25 08:34:53,246 Starter: Starting server Pool/unittest1_1... | |
MainThread INFO 2019-06-25 08:35:01,328 Starter: Server Pool/unittest1_1 has been started | |
MainThread INFO 2019-06-25 08:35:05,963 Starter: Starting server MacroServer/unittest1_2... | |
MainThread INFO 2019-06-25 08:35:09,980 Starter: Server MacroServer/unittest1_2 has been started | |
MainThread WARNING 2019-06-25 08:35:10,548 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:35:10,558 TaurusRootLogger: Model name "controls05.cells.es:10000/controller/dummycountertimercontroller/_test_ct_ctrl_1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:35:10,566 TaurusRootLogger: Model name "controls05.cells.es:10000/triggergate/_test_tg_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread INFO 2019-06-25 08:35:26,046 Starter: Deleted device macroserver/demo1/3 | |
MainThread INFO 2019-06-25 08:35:26,052 Starter: Deleted device door/demo2/3 | |
MainThread INFO 2019-06-25 08:35:26,052 Starter: Hard killing server MacroServer/unittest1_2... | |
MainThread WARNING 2019-06-25 08:35:36,058 Starter: Server MacroServer/unittest1_2 did not stop within 10 seconds | |
MainThread INFO 2019-06-25 08:35:36,065 Starter: Deleted Server MacroServer/unittest1_2 | |
Not possible to remove macroserver environment file | |
Details: [Error 5] Access is denied: '\\tmp\\tango\\MacroServer\\unittest1_2\\macroserver.properties' | |
MainThread WARNING 2019-06-25 08:35:44,865 controls05.cells.es:10000.pool/demo1/2: Received elements error event Pool was shutdown or is inaccessible | |
MainThread INFO 2019-06-25 08:35:44,881 Starter: Deleted device pool/demo1/2 | |
MainThread INFO 2019-06-25 08:35:44,881 Starter: Hard killing server Pool/unittest1_1... | |
MainThread INFO 2019-06-25 08:35:45,486 Starter: Server Pool/unittest1_1 has been stopped | |
MainThread INFO 2019-06-25 08:35:45,496 Starter: Deleted Server Pool/unittest1_1 | |
ok | |
test_meshct_macro_runs (sardana.macroserver.macros.test.test_scanct.MeshctTest) | |
Testing meshct with macro_runs(macro_params=['_test_mt_1_1', '0', '10', '2', '_test_mt_1_2', '0', '20', '2', '0.1'], wait_timeout=30, meas_config={'_test_ct_ctrl_1': {'synchronizer': '_test_tg_1_1', 'channels': {'_test_ct_1_1': {'index': 0}}, 'synchronization': 0}}) ... MainThread INFO 2019-06-25 08:35:45,562 Starter: Starting server Pool/unittest1_1... | |
MainThread INFO 2019-06-25 08:35:51,607 Starter: Server Pool/unittest1_1 has been started | |
MainThread INFO 2019-06-25 08:35:55,694 Starter: Starting server MacroServer/unittest1_2... | |
MainThread INFO 2019-06-25 08:35:58,720 Starter: Server MacroServer/unittest1_2 has been started | |
MainThread WARNING 2019-06-25 08:35:59,288 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:35:59,296 TaurusRootLogger: Model name "controls05.cells.es:10000/controller/dummycountertimercontroller/_test_ct_ctrl_1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:35:59,305 TaurusRootLogger: Model name "controls05.cells.es:10000/triggergate/_test_tg_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread INFO 2019-06-25 08:36:16,121 Starter: Deleted device macroserver/demo1/3 | |
MainThread INFO 2019-06-25 08:36:16,125 Starter: Deleted device door/demo2/3 | |
MainThread INFO 2019-06-25 08:36:16,127 Starter: Hard killing server MacroServer/unittest1_2... | |
MainThread WARNING 2019-06-25 08:36:26,132 Starter: Server MacroServer/unittest1_2 did not stop within 10 seconds | |
MainThread INFO 2019-06-25 08:36:26,141 Starter: Deleted Server MacroServer/unittest1_2 | |
Not possible to remove macroserver environment file | |
Details: [Error 5] Access is denied: '\\tmp\\tango\\MacroServer\\unittest1_2\\macroserver.properties' | |
MainThread INFO 2019-06-25 08:36:26,947 Starter: Deleted device pool/demo1/2 | |
MainThread INFO 2019-06-25 08:36:26,947 Starter: Hard killing server Pool/unittest1_1... | |
MainThread INFO 2019-06-25 08:36:31,586 Starter: Server Pool/unittest1_1 has been stopped | |
MainThread INFO 2019-06-25 08:36:31,645 Starter: Deleted Server Pool/unittest1_1 | |
ok | |
test_set_lim_macro_runs (sardana.macroserver.macros.test.test_standard.LimTest) | |
Testing set_lim with macro_runs(macro_params=['mot08', '-100', '100'], wait_timeout=1, macro_name='set_lim') ... ok | |
test_set_lm_macro_runs (sardana.macroserver.macros.test.test_standard.LimTest) | |
Testing set_lm with macro_runs(macro_params=['mot08', '-1000', '1000'], wait_timeout=1, macro_name='set_lm') ... ok | |
test_move (sardana.macroserver.macros.test.test_standard.MoveTest) ... FAIL | |
test_mstate_macro_runs (sardana.macroserver.macros.test.test_standard.MstateTest) | |
Testing mstate with macro_runs(macro_params=['mot08'], wait_timeout=1) ... ERROR | |
test_set_pos_macro_runs (sardana.macroserver.macros.test.test_standard.PosTest) | |
Testing set_pos with macro_runs(macro_params=['mot08', '0'], wait_timeout=1, macro_name='set_pos') ... ERROR | |
test_set_user_pos_macro_runs (sardana.macroserver.macros.test.test_standard.PosTest) | |
Testing set_user_pos with macro_runs(macro_params=['mot08', '0'], wait_timeout=1, macro_name='set_user_pos') ... ERROR | |
test_report_macro_runs (sardana.macroserver.macros.test.test_standard.ReportTest) | |
Testing report with macro_runs(macro_params=['blabla'], wait_timeout=1) ... ERROR | |
test_wm_macro_runs (sardana.macroserver.macros.test.test_wm.WmTest) | |
Testing wm with macro_runs(macro_params=['mot08'], wait_timeout=5.0) ... ERROR | |
test_VDS (sardana.macroserver.recorders.test.test_h5storage.TestNXscanH5_FileRecorder) | |
Test creation of VDS when channel reports URIs (str) of h5file ... skipped 'VDS not available in this version of h5py' | |
test_dtype_float64 (sardana.macroserver.recorders.test.test_h5storage.TestNXscanH5_FileRecorder) | |
Test creation of dataset with float64 data type ... ok | |
test_value_ref (sardana.macroserver.recorders.test.test_h5storage.TestNXscanH5_FileRecorder) | |
Test creation of dataset with str data type ... ok | |
test_prepare_waypoint (sardana.macroserver.scan.test.test_gscan.CTScanTestCase) | |
Testing prepare_waypoint(expected={'final_pos': 17.5, 'initial_pos': -2.5}, conf={'acc_time': 0.1, 'final_user_pos': 10, 'dec_time': 0.1, 'base_rate': 0, 'start_user_pos': 0}) ... skipped 'CTScanTest is not ready to be run as part of testsuite' | |
test_prepare_waypoint_2 (sardana.macroserver.scan.test.test_gscan.CTScanTestCase) | |
Testing prepare_waypoint(expected={'final_pos': 16.25, 'initial_pos': -1.25}, conf={'acc_time': 0.1, 'final_user_pos': 10, 'dec_time': 0.1, 'base_rate': 25, 'start_user_pos': 0}) ... skipped 'CTScanTest is not ready to be run as part of testsuite' | |
test_prepare_waypoint_3 (sardana.macroserver.scan.test.test_gscan.CTScanTestCase) | |
Testing prepare_waypoint(expected={'final_pos': 135, 'initial_pos': -60}, conf={'acc_time': 0.5, 'final_user_pos': 50, 'dec_time': 0.5, 'base_rate': 10, 'start_user_pos': 0}) ... skipped 'CTScanTest is not ready to be run as part of testsuite' | |
test_recorddata (sardana.macroserver.scan.test.test_recorddata.ScanDataTestCase) | |
Testing recorddata(apply_interpolation=False, data={'ch1': [10.0, nan, 12.0, [nan, nan, nan], 16.0], 'ch2': [20.0, 21.0, [22.0, 23.0, 24.0], nan, [26.0]], 'ch3': [nan, nan, 32.0, 33.0, 34.0, 35.0, 36.0]}) ... skipped 'nxs module is not available' | |
test_recorddata_2 (sardana.macroserver.scan.test.test_recorddata.ScanDataTestCase) | |
Testing recorddata(apply_interpolation=False, data={'ch1': [10.0, nan, 12.0, [nan, nan, nan], 16.0], 'ch2': [20.0, 21.0, [22.0, 23.0, 24.0], nan, [26.0]], 'ch3': [nan, nan, 32.0, 33.0, 34.0, 35.0]}) ... skipped 'nxs module is not available' | |
test_zeroOrderInterpolation (sardana.macroserver.scan.test.test_recorddata.ScanDataTestCase) | |
Testing zeroOrderInterpolation(apply_interpolation=True, data={'ch1': [10.0, nan, 12.0, [nan, nan, nan], 16.0], 'ch2': [20.0, 21.0, [22.0, 23.0, 24.0], nan, [26.0]]}) ... skipped 'nxs module is not available' | |
test_decode1 (sardana.macroserver.test.test_msparameter.TestParamDecoder) | |
Decode macro with one single parameter with correct value ... ok | |
test_decode2 (sardana.macroserver.test.test_msparameter.TestParamDecoder) | |
Decode macro with one single parameter with wrong value ... ok | |
test_decode3 (sardana.macroserver.test.test_msparameter.TestParamDecoder) | |
Decode macro with one simple repeat parameter with correct value ... ok | |
test_decode4 (sardana.macroserver.test.test_msparameter.TestParamDecoder) | |
Decode macro with one simple repeat parameter with min=0 and no values ... ok | |
test_ExternalVsBuiltinPrecedence (sardana.macroserver.test.test_msrecordermanager.RecorderManagerTest) | |
Test if external recorders are of higher priority than the built-in) ... MainThread INFO 2019-06-25 08:36:58,039 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:36:58,043 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:36:58,058 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:36:58,061 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:36:58,062 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:36:58,075 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:36:58,078 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:36:58,078 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:36:58,094 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:36:58,096 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:36:58,098 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:36:58,112 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:36:58,115 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:36:58,117 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:36:58,147 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:36:58,151 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:36:58,153 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:36:58,194 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:36:58,216 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:36:58,217 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:36:58,219 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:36:58,220 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:36:58,221 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:36:58,309 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:36:58,309 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:36:58,312 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:36:58,322 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:36:58,325 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:36:58,325 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:36:58,348 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:36:58,351 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:36:58,351 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:36:58,355 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:36:58,357 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:36:58,361 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:36:58,460 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:36:58,490 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:36:58,492 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:36:58,500 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:36:58,503 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:36:58,503 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:36:58,565 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:36:58,566 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:36:58,591 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:36:58,594 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:36:58,611 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:36:58,612 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:36:58,638 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:36:58,640 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:36:58,697 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:36:58,698 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:36:58,720 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:36:58,723 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:36:58,736 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:36:58,737 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:36:58,752 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:36:58,753 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:36:58,789 ModuleManager: (re)loading module specrecorder... | |
MainThread INFO 2019-06-25 08:36:58,790 ModuleManager: (re)loading module specrecorder... | |
ok | |
test_SameClassNames (sardana.macroserver.test.test_msrecordermanager.RecorderManagerTest) | |
Test whether ordered path precedence is maintained in case of ... MainThread INFO 2019-06-25 08:36:58,792 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:36:58,795 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:36:58,805 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:36:58,806 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:36:58,809 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:36:58,812 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:36:58,813 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:36:58,815 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:36:58,826 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:36:58,828 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:36:58,831 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:36:58,835 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:36:58,836 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:36:58,838 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:36:58,858 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:36:58,861 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:36:58,864 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:36:58,891 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:36:58,894 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:36:58,897 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:36:58,898 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:36:58,900 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:36:58,903 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:36:58,994 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:36:58,996 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:36:58,997 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:36:59,000 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:36:59,002 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:36:59,003 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:36:59,023 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:36:59,025 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:36:59,025 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:36:59,029 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:36:59,032 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:36:59,035 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:36:59,121 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:36:59,124 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:36:59,124 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:36:59,128 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:36:59,128 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:36:59,131 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:36:59,180 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:36:59,180 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:36:59,198 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:36:59,200 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:36:59,210 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:36:59,213 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:36:59,223 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:36:59,226 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:36:59,257 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:36:59,259 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:36:59,276 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:36:59,278 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:36:59,289 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:36:59,292 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:36:59,303 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:36:59,305 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:36:59,342 ModuleManager: (re)loading module fakerecorders... | |
MainThread INFO 2019-06-25 08:36:59,344 ModuleManager: (re)loading module fakerecorders... | |
ok | |
test_SameFormats (sardana.macroserver.test.test_msrecordermanager.RecorderManagerTest) | |
Test whether ordered path precedence is maintained in case of ... MainThread INFO 2019-06-25 08:36:59,346 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:36:59,351 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:36:59,361 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:36:59,362 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:36:59,364 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:36:59,368 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:36:59,371 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:36:59,371 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:36:59,381 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:36:59,384 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:36:59,387 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:36:59,391 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:36:59,394 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:36:59,394 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:36:59,417 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:36:59,420 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:36:59,421 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:36:59,450 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:36:59,451 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:36:59,453 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:36:59,454 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:36:59,456 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:36:59,457 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:36:59,543 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:36:59,545 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:36:59,546 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:36:59,551 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:36:59,552 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:36:59,553 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:36:59,575 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:36:59,576 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:36:59,578 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:36:59,582 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:36:59,585 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:36:59,589 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:36:59,681 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:36:59,684 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:36:59,686 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:36:59,690 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:36:59,691 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:36:59,694 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:36:59,743 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:36:59,744 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:36:59,762 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:36:59,763 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:36:59,775 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:36:59,776 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:36:59,788 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:36:59,790 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:36:59,823 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:36:59,825 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:36:59,842 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:36:59,844 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:36:59,857 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:36:59,858 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:36:59,868 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:36:59,871 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:36:59,901 ModuleManager: (re)loading module fakerecorders... | |
MainThread INFO 2019-06-25 08:36:59,904 ModuleManager: (re)loading module fakerecorders... | |
ok | |
test_getRecorderClass (sardana.macroserver.test.test_msrecordermanager.RecorderManagerTest) | |
Testing getRecorderClass(klass_name='FakeScanRecorder', extra_paths=['C:\\Python27\\lib\\site-packages\\sardana\\macroserver\\test\\res']) ... MainThread INFO 2019-06-25 08:36:59,910 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:36:59,913 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:36:59,924 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:36:59,924 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:36:59,927 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:36:59,930 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:36:59,931 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:36:59,933 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:36:59,946 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:36:59,947 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:36:59,948 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:36:59,956 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:36:59,959 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:36:59,960 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:36:59,980 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:36:59,982 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:36:59,986 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:00,013 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:00,022 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:00,023 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:00,025 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:00,026 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:00,028 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:00,112 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:00,115 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:00,115 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:00,118 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:00,119 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:00,121 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:00,140 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:00,141 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:00,141 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:00,147 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:00,150 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:00,154 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:00,240 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:00,243 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:00,243 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:00,247 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:00,249 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:00,250 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:00,298 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:00,299 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:00,316 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:00,319 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:00,332 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:00,334 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:00,345 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:00,346 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:00,378 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:00,381 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:00,398 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:00,400 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:00,413 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:00,414 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:00,426 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:00,427 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:00,461 ModuleManager: (re)loading module fakerecorders... | |
MainThread INFO 2019-06-25 08:37:00,463 ModuleManager: (re)loading module fakerecorders... | |
ok | |
test_getRecorderClass_2 (sardana.macroserver.test.test_msrecordermanager.RecorderManagerTest) | |
Testing getRecorderClass(klass_name='FIO_FileRecorder') ... MainThread INFO 2019-06-25 08:37:00,467 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:37:00,470 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:37:00,479 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:00,480 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:00,483 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:00,486 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:00,487 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:00,489 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:00,500 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:00,502 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:00,503 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:00,509 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:00,510 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:00,512 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:00,533 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:00,536 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:00,538 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:00,568 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:00,569 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:00,572 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:00,572 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:00,572 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:00,573 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:00,661 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:00,663 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:00,664 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:00,667 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:00,668 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:00,668 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:00,688 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:00,691 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:00,693 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:00,694 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:00,700 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:00,703 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:00,790 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:00,792 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:00,793 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:00,796 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:00,799 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:00,801 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:00,848 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:00,851 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:00,869 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:00,871 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:00,881 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:00,884 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:00,895 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:00,897 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:00,930 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:00,931 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:00,950 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:00,953 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:00,964 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:00,966 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:00,976 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:00,977 ModuleManager: (re)loading module storage... | |
ok | |
test_getRecorderClass_3 (sardana.macroserver.test.test_msrecordermanager.RecorderManagerTest) | |
Testing getRecorderClass(klass_name='JsonRecorder') ... MainThread INFO 2019-06-25 08:37:01,013 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:37:01,016 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:37:01,025 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:01,025 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:01,026 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:01,032 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:01,032 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:01,033 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:01,046 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:01,048 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:01,051 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:01,055 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:01,056 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:01,058 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:01,081 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:01,084 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:01,085 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:01,115 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:01,115 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:01,118 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:01,119 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:01,121 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:01,121 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:01,209 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:01,210 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:01,210 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:01,216 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:01,217 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:01,217 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:01,240 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:01,240 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:01,242 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:01,243 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:01,246 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:01,250 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:01,338 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:01,339 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:01,341 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:01,345 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:01,346 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:01,348 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:01,397 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:01,398 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:01,418 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:01,420 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:01,430 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:01,430 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:01,444 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:01,446 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:01,476 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:01,479 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:01,497 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:01,500 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:01,509 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:01,510 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:01,525 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:01,526 ModuleManager: (re)loading module storage... | |
ok | |
test_getRecorderClasses (sardana.macroserver.test.test_msrecordermanager.RecorderManagerTest) | |
Testing getRecorderClasses(extra_recorders=1, extra_paths=['C:\\Python27\\lib\\site-packages\\sardana\\macroserver\\test\\res']) ... MainThread INFO 2019-06-25 08:37:01,558 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:37:01,562 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:37:01,572 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:01,572 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:01,572 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:01,579 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:01,581 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:01,582 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:01,595 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:01,596 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:01,598 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:01,604 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:01,607 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:01,608 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:01,628 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:01,631 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:01,632 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:01,663 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:01,664 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:01,665 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:01,667 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:01,668 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:01,671 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:01,756 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:01,757 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:01,759 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:01,760 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:01,763 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:01,763 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:01,782 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:01,785 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:01,786 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:01,789 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:01,792 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:01,795 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:01,884 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:01,884 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:01,885 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:01,890 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:01,891 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:01,894 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:01,944 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:01,950 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:01,969 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:01,970 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:01,982 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:01,983 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:01,994 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:01,996 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:02,028 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:02,029 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:02,051 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:02,052 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:02,062 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:02,065 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:02,075 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:02,078 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:02,108 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:02,109 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:02,128 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:02,131 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:02,141 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:02,142 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:02,154 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:02,157 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:02,188 ModuleManager: (re)loading module fakerecorders... | |
MainThread INFO 2019-06-25 08:37:02,190 ModuleManager: (re)loading module fakerecorders... | |
ok | |
test_getRecorderClasses_2 (sardana.macroserver.test.test_msrecordermanager.RecorderManagerTest) | |
Testing getRecorderClasses(filter=<class 'sardana.macroserver.scan.recorder.datarecorder.DataRecorder'>, extra_recorders=1, extra_paths=['C:\\Python27\\lib\\site-packages\\sardana\\macroserver\\test\\res']) ... MainThread INFO 2019-06-25 08:37:02,194 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:37:02,197 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:37:02,207 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:02,210 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:02,213 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:02,214 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:02,216 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:02,217 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:02,230 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:02,230 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:02,232 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:02,236 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:02,237 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:02,243 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:02,263 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:02,265 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:02,266 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:02,298 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:02,299 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:02,301 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:02,301 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:02,302 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:02,303 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:02,394 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:02,394 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:02,395 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:02,398 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:02,400 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:02,401 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:02,423 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:02,424 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:02,424 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:02,424 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:02,430 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:02,434 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:02,525 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:02,526 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:02,526 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:02,530 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:02,532 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:02,535 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:02,581 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:02,584 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:02,601 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:02,602 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:02,615 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:02,615 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:02,625 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:02,628 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:02,657 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:02,658 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:02,678 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:02,680 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:02,693 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:02,694 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:02,706 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:02,707 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:02,740 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:02,746 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:02,765 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:02,766 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:02,776 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:02,778 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:02,789 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:02,790 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:02,822 ModuleManager: (re)loading module fakerecorders... | |
MainThread INFO 2019-06-25 08:37:02,822 ModuleManager: (re)loading module fakerecorders... | |
ok | |
test_getRecorderPath (sardana.macroserver.test.test_msrecordermanager.RecorderManagerTest) | |
Testing getRecorderPath() ... MainThread INFO 2019-06-25 08:37:02,826 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:37:02,828 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:37:02,838 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:02,838 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:02,841 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:02,845 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:02,846 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:02,848 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:02,861 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:02,862 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:02,864 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:02,868 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:02,871 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:02,875 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:02,894 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:02,897 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:02,898 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:02,930 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:02,931 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:02,933 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:02,934 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:02,934 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:02,936 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:03,025 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:03,026 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:03,026 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:03,029 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:03,030 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:03,032 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:03,053 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:03,055 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:03,055 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:03,059 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:03,061 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:03,063 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:03,165 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:03,167 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:03,167 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:03,171 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:03,173 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:03,174 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:03,220 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:03,223 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:03,240 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:03,244 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:03,256 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:03,257 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:03,269 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:03,270 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:03,302 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:03,302 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:03,326 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:03,328 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:03,338 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:03,338 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:03,352 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:03,355 ModuleManager: (re)loading module storage... | |
ok | |
test_getRecorderPath_2 (sardana.macroserver.test.test_msrecordermanager.RecorderManagerTest) | |
Testing getRecorderPath(expected_num_path=2, recorder_path=['/tmp/foo']) ... MainThread INFO 2019-06-25 08:37:03,387 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:37:03,391 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:37:03,403 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:03,407 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:03,408 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:03,411 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:03,413 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:03,414 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:03,426 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:03,427 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:03,427 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:03,434 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:03,434 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:03,438 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:03,516 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:03,519 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:03,520 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:03,546 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:03,548 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:03,549 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:03,551 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:03,552 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:03,553 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:03,638 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:03,640 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:03,641 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:03,644 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:03,645 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:03,648 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:03,668 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:03,670 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:03,671 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:03,673 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:03,674 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:03,677 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:03,769 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:03,769 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:03,770 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:03,775 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:03,776 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:03,779 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:03,826 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:03,828 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:03,846 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:03,848 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:03,859 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:03,861 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:03,872 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:03,875 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:03,910 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:03,911 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:03,930 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:03,931 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:03,944 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:03,946 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:03,957 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:03,960 ModuleManager: (re)loading module storage... | |
ok | |
test_getRecorderPath_3 (sardana.macroserver.test.test_msrecordermanager.RecorderManagerTest) | |
Testing getRecorderPath(expected_num_path=3, recorder_path=['/tmp/foo:/tmp/foo2']) ... MainThread INFO 2019-06-25 08:37:03,992 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:37:03,993 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:37:04,003 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:04,005 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:04,006 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:04,010 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:04,012 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:04,012 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:04,025 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:04,026 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:04,026 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:04,032 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:04,033 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:04,036 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:04,058 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:04,061 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:04,062 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:04,092 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:04,094 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:04,095 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:04,095 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:04,098 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:04,098 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:04,187 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:04,188 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:04,190 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:04,193 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:04,194 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:04,196 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:04,216 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:04,217 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:04,217 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:04,220 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:04,223 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:04,226 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:04,312 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:04,313 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:04,315 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:04,319 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:04,322 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:04,325 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:04,375 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:04,378 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:04,395 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:04,398 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:04,410 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:04,411 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:04,421 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:04,424 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:04,453 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:04,454 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:04,476 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:04,477 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:04,489 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:04,492 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:04,502 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:04,503 ModuleManager: (re)loading module storage... | |
FAIL | |
test_getRecorderPath_4 (sardana.macroserver.test.test_msrecordermanager.RecorderManagerTest) | |
Testing getRecorderPath(expected_num_path=2, recorder_path=['/tmp/foo', '#/tmp/foo2']) ... MainThread INFO 2019-06-25 08:37:04,546 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:37:04,548 ModuleManager: (re)loading module basetypes... | |
MainThread INFO 2019-06-25 08:37:04,556 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:04,558 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:04,559 ModuleManager: (re)loading module communication... | |
MainThread INFO 2019-06-25 08:37:04,563 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:04,565 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:04,566 ModuleManager: (re)loading module demo... | |
MainThread INFO 2019-06-25 08:37:04,578 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:04,579 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:04,581 ModuleManager: (re)loading module discrete... | |
MainThread INFO 2019-06-25 08:37:04,588 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:04,589 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:04,591 ModuleManager: (re)loading module env... | |
MainThread INFO 2019-06-25 08:37:04,608 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:04,614 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:04,615 ModuleManager: (re)loading module expert... | |
MainThread INFO 2019-06-25 08:37:04,645 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:04,647 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:04,648 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:04,648 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:04,653 ModuleManager: (re)loading module hkl... | |
MainThread INFO 2019-06-25 08:37:04,654 MacroManager: Diffractometer macros are at early stage. They can slightly change. Macro luppsi is not tested. | |
MainThread INFO 2019-06-25 08:37:04,742 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:04,743 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:04,743 ModuleManager: (re)loading module ioregister... | |
MainThread INFO 2019-06-25 08:37:04,746 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:04,749 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:04,750 ModuleManager: (re)loading module lists... | |
MainThread INFO 2019-06-25 08:37:04,769 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:04,770 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:04,772 ModuleManager: (re)loading module mca... | |
MainThread INFO 2019-06-25 08:37:04,775 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:04,778 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:04,782 ModuleManager: (re)loading module scan... | |
MainThread INFO 2019-06-25 08:37:04,875 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:04,875 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:04,877 ModuleManager: (re)loading module sequence... | |
MainThread INFO 2019-06-25 08:37:04,881 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:04,881 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:04,885 ModuleManager: (re)loading module standard... | |
MainThread INFO 2019-06-25 08:37:04,937 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:04,938 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:04,957 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:04,960 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:04,970 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:04,971 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:04,984 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:04,986 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:05,016 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:05,019 ModuleManager: (re)loading module h5storage... | |
MainThread INFO 2019-06-25 08:37:05,039 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:05,042 ModuleManager: (re)loading module output... | |
MainThread INFO 2019-06-25 08:37:05,053 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:05,055 ModuleManager: (re)loading module sharedmemory... | |
MainThread INFO 2019-06-25 08:37:05,066 ModuleManager: (re)loading module storage... | |
MainThread INFO 2019-06-25 08:37:05,071 ModuleManager: (re)loading module storage... | |
ok | |
test_generation (sardana.pool.poolcontrollers.test.test_DummyTriggerGateController.PoolDummyTriggerGateTestCase) | |
Testing generation(synchronization=[{<SynchParam.Delay: 0>: {<SynchDomain.Time: 0>: 0}, <SynchParam.Total: 1>: {<SynchDomain.Time: 0>: 0.02}, <SynchParam.Active: 2>: {<SynchDomain.Time: 0>: 0.01}, <SynchParam.Repeats: 3>: 10}]) ... MainThread INFO 2019-06-25 08:37:05,112 ModuleManager: (re)loading module DiscretePseudoMotorController... | |
MainThread INFO 2019-06-25 08:37:05,114 ModuleManager: (re)loading module DiscretePseudoMotorController... | |
MainThread INFO 2019-06-25 08:37:05,131 ModuleManager: (re)loading module DummyCounterTimerController... | |
MainThread INFO 2019-06-25 08:37:05,131 ModuleManager: (re)loading module DummyCounterTimerController... | |
MainThread INFO 2019-06-25 08:37:05,144 ModuleManager: (re)loading module DummyIORController... | |
MainThread INFO 2019-06-25 08:37:05,147 ModuleManager: (re)loading module DummyIORController... | |
MainThread INFO 2019-06-25 08:37:05,160 ModuleManager: (re)loading module DummyMotorController... | |
MainThread INFO 2019-06-25 08:37:05,161 ModuleManager: (re)loading module DummyMotorController... | |
MainThread INFO 2019-06-25 08:37:05,187 ModuleManager: (re)loading module DummyOneDController... | |
MainThread INFO 2019-06-25 08:37:05,188 ModuleManager: (re)loading module DummyOneDController... | |
MainThread INFO 2019-06-25 08:37:05,200 ModuleManager: (re)loading module DummyTriggerGateController... | |
MainThread INFO 2019-06-25 08:37:05,200 ModuleManager: (re)loading module DummyTriggerGateController... | |
MainThread INFO 2019-06-25 08:37:05,219 ModuleManager: (re)loading module DummyTwoDController... | |
MainThread INFO 2019-06-25 08:37:05,220 ModuleManager: (re)loading module DummyTwoDController... | |
MainThread INFO 2019-06-25 08:37:05,240 ModuleManager: (re)loading module DummyZeroDController... | |
MainThread INFO 2019-06-25 08:37:05,240 ModuleManager: (re)loading module DummyZeroDController... | |
MainThread INFO 2019-06-25 08:37:05,259 ModuleManager: (re)loading module HklPseudoMotorController... | |
MainThread ERROR 2019-06-25 08:37:05,263 ModuleManager: Invalid module HklPseudoMotorController | |
MainThread INFO 2019-06-25 08:37:05,266 ModuleManager: (re)loading module IoverI0... | |
MainThread INFO 2019-06-25 08:37:05,266 ModuleManager: (re)loading module IoverI0... | |
MainThread INFO 2019-06-25 08:37:05,270 ModuleManager: (re)loading module Slit... | |
MainThread INFO 2019-06-25 08:37:05,273 ModuleManager: (re)loading module Slit... | |
MainThread INFO 2019-06-25 08:37:05,276 ModuleManager: (re)loading module TangoController... | |
MainThread INFO 2019-06-25 08:37:05,280 ModuleManager: (re)loading module TangoController... | |
MainThread INFO 2019-06-25 08:37:05,286 ModuleManager: (re)loading module TaurusController... | |
MainThread INFO 2019-06-25 08:37:05,288 ModuleManager: (re)loading module TaurusController... | |
SardanaTP.W001 WARNING 2019-06-25 08:37:05,334 FunctionGenerator: start was fired with 2 delay | |
ok | |
test_generation_2 (sardana.pool.poolcontrollers.test.test_DummyTriggerGateController.PoolDummyTriggerGateTestCase) | |
Testing generation(synchronization=[{<SynchParam.Delay: 0>: {<SynchDomain.Time: 0>: 0}, <SynchParam.Total: 1>: {<SynchDomain.Time: 0>: 0.1}, <SynchParam.Active: 2>: {<SynchDomain.Time: 0>: 0.03}, <SynchParam.Repeats: 3>: 0}]) ... MainThread INFO 2019-06-25 08:37:05,551 ModuleManager: (re)loading module DiscretePseudoMotorController... | |
MainThread INFO 2019-06-25 08:37:05,553 ModuleManager: (re)loading module DiscretePseudoMotorController... | |
MainThread INFO 2019-06-25 08:37:05,572 ModuleManager: (re)loading module DummyCounterTimerController... | |
MainThread INFO 2019-06-25 08:37:05,575 ModuleManager: (re)loading module DummyCounterTimerController... | |
MainThread INFO 2019-06-25 08:37:05,595 ModuleManager: (re)loading module DummyIORController... | |
MainThread INFO 2019-06-25 08:37:05,598 ModuleManager: (re)loading module DummyIORController... | |
MainThread INFO 2019-06-25 08:37:05,604 ModuleManager: (re)loading module DummyMotorController... | |
MainThread INFO 2019-06-25 08:37:05,607 ModuleManager: (re)loading module DummyMotorController... | |
MainThread INFO 2019-06-25 08:37:05,631 ModuleManager: (re)loading module DummyOneDController... | |
MainThread INFO 2019-06-25 08:37:05,634 ModuleManager: (re)loading module DummyOneDController... | |
MainThread INFO 2019-06-25 08:37:05,648 ModuleManager: (re)loading module DummyTriggerGateController... | |
MainThread INFO 2019-06-25 08:37:05,653 ModuleManager: (re)loading module DummyTriggerGateController... | |
MainThread INFO 2019-06-25 08:37:05,657 ModuleManager: (re)loading module DummyTwoDController... | |
MainThread INFO 2019-06-25 08:37:05,660 ModuleManager: (re)loading module DummyTwoDController... | |
MainThread INFO 2019-06-25 08:37:05,683 ModuleManager: (re)loading module DummyZeroDController... | |
MainThread INFO 2019-06-25 08:37:05,684 ModuleManager: (re)loading module DummyZeroDController... | |
MainThread INFO 2019-06-25 08:37:05,688 ModuleManager: (re)loading module HklPseudoMotorController... | |
MainThread ERROR 2019-06-25 08:37:05,691 ModuleManager: Invalid module HklPseudoMotorController | |
MainThread INFO 2019-06-25 08:37:05,694 ModuleManager: (re)loading module IoverI0... | |
MainThread INFO 2019-06-25 08:37:05,694 ModuleManager: (re)loading module IoverI0... | |
MainThread INFO 2019-06-25 08:37:05,697 ModuleManager: (re)loading module Slit... | |
MainThread INFO 2019-06-25 08:37:05,698 ModuleManager: (re)loading module Slit... | |
MainThread INFO 2019-06-25 08:37:05,704 ModuleManager: (re)loading module TangoController... | |
MainThread INFO 2019-06-25 08:37:05,706 ModuleManager: (re)loading module TangoController... | |
MainThread INFO 2019-06-25 08:37:05,710 ModuleManager: (re)loading module TaurusController... | |
MainThread INFO 2019-06-25 08:37:05,710 ModuleManager: (re)loading module TaurusController... | |
ok | |
test_acquire (sardana.pool.test.test_acquisition.Acquisition2DHardwareGateRefTestCase) | |
Testing acquire(repetitions=10, integ_time=0.01, latency_time=0.02) ... MainThread ERROR 2019-06-25 08:37:06,030 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_acquire (sardana.pool.test.test_acquisition.Acquisition2DHardwareGateTestCase) | |
Testing acquire(repetitions=10, integ_time=0.01, latency_time=0.02) ... MainThread ERROR 2019-06-25 08:37:06,746 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_acquire (sardana.pool.test.test_acquisition.Acquisition2DHardwareStartRefTestCase) | |
Testing acquire(repetitions=10, integ_time=0.01, latency_time=0.02) ... MainThread ERROR 2019-06-25 08:37:07,385 ModuleManager: Invalid module HklPseudoMotorController | |
SardanaTP.W010 DEBUG 2019-06-25 08:37:07,743 Controller._test_2d_ctrl_1: RefOne(1) | |
SardanaTP.W010 DEBUG 2019-06-25 08:37:07,743 Controller._test_2d_ctrl_1: RefOne(1): returning ['h5file:///tmp/dummy2d_default_0.h5', 'h5file:///tmp/dummy2d_default_1.h5', 'h5file:///tmp/dummy2d_default_2.h5', 'h5file:///tmp/dummy2d_default_3.h5', 'h5file:///tmp/dummy2d_default_4.h5', 'h5file:///tmp/dummy2d_default_5.h5', 'h5file:///tmp/dummy2d_default_6.h5', 'h5file:///tmp/dummy2d_default_7.h5', 'h5file:///tmp/dummy2d_default_8.h5', 'h5file:///tmp/dummy2d_default_9.h5'] | |
ok | |
test_acquire (sardana.pool.test.test_acquisition.Acquisition2DHardwareStartTestCase) | |
Testing acquire(repetitions=10, integ_time=0.01, latency_time=0.02) ... MainThread ERROR 2019-06-25 08:37:08,016 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_acquire (sardana.pool.test.test_acquisition.Acquisition2DHardwareTriggerRefTestCase) | |
Testing acquire(repetitions=10, integ_time=0.01, latency_time=0.02) ... MainThread ERROR 2019-06-25 08:37:08,707 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_acquire (sardana.pool.test.test_acquisition.Acquisition2DHardwareTriggerTestCase) | |
Testing acquire(repetitions=10, integ_time=0.01, latency_time=0.02) ... MainThread ERROR 2019-06-25 08:37:10,233 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_acquire (sardana.pool.test.test_acquisition.Acquisition2DSoftwareStartRefTestCase) | |
Testing acquire(repetitions=10, integ_time=0.01, latency_time=0.1) ... MainThread ERROR 2019-06-25 08:37:10,934 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_acquire (sardana.pool.test.test_acquisition.Acquisition2DSoftwareStartTestCase) | |
Testing acquire(repetitions=10, integ_time=0.01, latency_time=0.1) ... MainThread ERROR 2019-06-25 08:37:12,496 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_acquire (sardana.pool.test.test_acquisition.Acquisition2DSoftwareTriggerRefTestCase) | |
Testing acquire(repetitions=10, integ_time=0.01, latency_time=0.1) ... MainThread ERROR 2019-06-25 08:37:14,062 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_acquire (sardana.pool.test.test_acquisition.Acquisition2DSoftwareTriggerTestCase) | |
Testing acquire(repetitions=10, integ_time=0.01, latency_time=0.02) ... MainThread ERROR 2019-06-25 08:37:15,585 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_acquire (sardana.pool.test.test_acquisition.AcquisitionCTHardwareGateTestCase) | |
Testing acquire(repetitions=10, integ_time=0.01, latency_time=0.02) ... MainThread ERROR 2019-06-25 08:37:16,322 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_acquire (sardana.pool.test.test_acquisition.AcquisitionCTHardwareStartTestCase) | |
Testing acquire(repetitions=10, integ_time=0.01, latency_time=0.02) ... MainThread ERROR 2019-06-25 08:37:16,894 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_acquire (sardana.pool.test.test_acquisition.AcquisitionCTHardwareTriggerTestCase) | |
Testing acquire(repetitions=10, integ_time=0.01, latency_time=0.02) ... MainThread ERROR 2019-06-25 08:37:17,500 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_acquire (sardana.pool.test.test_acquisition.AcquisitionCTSoftwareStartTestCase) | |
Testing acquire(repetitions=10, integ_time=0.01, latency_time=0.1) ... MainThread ERROR 2019-06-25 08:37:18,177 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_acquire (sardana.pool.test.test_acquisition.AcquisitionCTSoftwareTriggerTestCase) | |
Testing acquire(repetitions=10, integ_time=0.01, latency_time=0.02) ... MainThread ERROR 2019-06-25 08:37:19,461 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_continuous_acquisition (sardana.pool.test.test_acquisition.DummyAcquisitionTestCase) | |
Testing continuous_acquisition(passive_interval=0.1, repetitions=10, integ_time=0.01, active_interval=0.001, offset=0) ... MainThread ERROR 2019-06-25 08:37:20,045 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_continuous_acquisition_2 (sardana.pool.test.test_acquisition.DummyAcquisitionTestCase) | |
Testing continuous_acquisition(passive_interval=0.15, repetitions=10, integ_time=0.01, active_interval=0.001, offset=0) ... MainThread ERROR 2019-06-25 08:37:21,233 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_continuous_acquisition_3 (sardana.pool.test.test_acquisition.DummyAcquisitionTestCase) | |
Testing continuous_acquisition(passive_interval=0.21, repetitions=10, integ_time=0.1, active_interval=0.001, offset=0) ... MainThread ERROR 2019-06-25 08:37:22,934 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_continuous_acquisition_4 (sardana.pool.test.test_acquisition.DummyAcquisitionTestCase) | |
Testing continuous_acquisition(passive_interval=0.2, repetitions=10, integ_time=0.2, active_interval=0.1, offset=0) ... MainThread ERROR 2019-06-25 08:37:25,226 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_acquisition (sardana.pool.test.test_ctacquisition.PoolMeasurementGroupTestCase) | |
Test acquisition using the created measurement group without ... MainThread ERROR 2019-06-25 08:37:28,427 ModuleManager: Invalid module HklPseudoMotorController | |
MainThread WARNING 2019-06-25 08:37:28,451 PoolMeasurementGroup: starting acquisition without prior preparing is deprecated since version Jan18. | |
expected failure | |
test_init (sardana.pool.test.test_ctacquisition.PoolMeasurementGroupTestCase) | |
check that the PoolMeasurementGroup is correctly instantiated ... MainThread ERROR 2019-06-25 08:37:28,739 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_meas_cont_acquisition (sardana.pool.test.test_measurementgroup.AcquisitionTestCase) | |
Test acquisition of zerod using software gate. ... MainThread ERROR 2019-06-25 08:37:28,842 ModuleManager: Invalid module HklPseudoMotorController | |
MainThread WARNING 2019-06-25 08:37:28,904 mg1: starting acquisition without prior preparing is deprecated since version Jan18. | |
('_test_0d_1_1', '_test_ct_1_1', '_test_ct_2_1') | |
0 (100.28009508055777, 0.01, 0.01) | |
1 (None, 0.01, None) | |
2 (None, 0.01, None) | |
3 (None, 0.01, None) | |
4 (None, 0.01, None) | |
5 (None, 0.01, None) | |
6 (103.4334524216064, 0.01, 0.01) | |
7 (None, 0.01, None) | |
8 (None, 0.01, None) | |
9 (None, 0.01, None) | |
ok | |
test_meas_cont_acquisition_10 (sardana.pool.test.test_measurementgroup.AcquisitionTestCase) | |
Acquisition using 2 controllers, with 2 channels in each controller, using software and hardware start synchronization ... MainThread ERROR 2019-06-25 08:37:29,359 ModuleManager: Invalid module HklPseudoMotorController | |
MainThread WARNING 2019-06-25 08:37:29,428 mg1: starting acquisition without prior preparing is deprecated since version Jan18. | |
('_test_ct_1_1', '_test_ct_1_2', '_test_ct_2_1', '_test_ct_2_2') | |
0 (0.01, 0.02, 0.01, 0.02) | |
1 (0.01, 0.02, 0.01, 0.02) | |
2 (0.01, 0.02, 0.01, 0.02) | |
3 (0.01, 0.02, 0.01, 0.02) | |
4 (0.01, 0.02, 0.01, 0.02) | |
5 (0.01, 0.02, 0.01, 0.02) | |
6 (0.01, 0.02, 0.01, 0.02) | |
7 (0.01, 0.02, 0.01, 0.02) | |
8 (0.01, 0.02, 0.01, 0.02) | |
9 (0.01, 0.02, 0.01, 0.02) | |
ok | |
test_meas_cont_acquisition_2 (sardana.pool.test.test_measurementgroup.AcquisitionTestCase) | |
Test two consecutive synchronous acquisitions with different configuration. ... MainThread ERROR 2019-06-25 08:37:29,881 ModuleManager: Invalid module HklPseudoMotorController | |
MainThread WARNING 2019-06-25 08:37:29,950 mg1: starting acquisition without prior preparing is deprecated since version Jan18. | |
('_test_ct_1_1', '_test_ct_1_2') | |
0 (0.01, 0.02) | |
1 (0.01, 0.02) | |
2 (0.01, 0.02) | |
3 (0.01, 0.02) | |
4 (0.01, 0.02) | |
5 (0.01, 0.02) | |
6 (0.01, 0.02) | |
7 (0.01, 0.02) | |
8 (0.01, 0.02) | |
9 (0.01, 0.02) | |
MainThread WARNING 2019-06-25 08:37:30,273 mg1: starting acquisition without prior preparing is deprecated since version Jan18. | |
('_test_ct_1_1', '_test_ct_2_1') | |
0 (0.01, 0.01) | |
1 (0.01, None) | |
2 (0.01, None) | |
3 (0.01, None) | |
4 (0.01, None) | |
5 (0.01, None) | |
6 (0.01, 0.01) | |
7 (0.01, None) | |
8 (0.01, None) | |
9 (0.01, None) | |
ok | |
test_meas_cont_acquisition_3 (sardana.pool.test.test_measurementgroup.AcquisitionTestCase) | |
Test two consecutive synchronous acquisitions with different configuration. ... MainThread ERROR 2019-06-25 08:37:30,720 ModuleManager: Invalid module HklPseudoMotorController | |
MainThread WARNING 2019-06-25 08:37:30,792 mg1: starting acquisition without prior preparing is deprecated since version Jan18. | |
('_test_ct_1_1', '_test_ct_1_2') | |
0 (0.01, 0.02) | |
1 (0.01, 0.02) | |
2 (0.01, 0.02) | |
3 (0.01, 0.02) | |
4 (0.01, 0.02) | |
5 (0.01, 0.02) | |
6 (0.01, 0.02) | |
7 (0.01, 0.02) | |
8 (0.01, 0.02) | |
9 (0.01, 0.02) | |
MainThread WARNING 2019-06-25 08:37:31,118 mg1: starting acquisition without prior preparing is deprecated since version Jan18. | |
('_test_ct_1_1', '_test_ct_2_1') | |
0 (0.01, 0.01) | |
1 (0.01, None) | |
2 (0.01, None) | |
3 (0.01, None) | |
4 (0.01, None) | |
5 (0.01, None) | |
6 (0.01, 0.01) | |
7 (0.01, None) | |
8 (0.01, None) | |
9 (0.01, None) | |
ok | |
test_meas_cont_acquisition_4 (sardana.pool.test.test_measurementgroup.AcquisitionTestCase) | |
Test using both, a Software Trigger and a "Hardware" Trigger ... MainThread ERROR 2019-06-25 08:37:31,553 ModuleManager: Invalid module HklPseudoMotorController | |
MainThread WARNING 2019-06-25 08:37:31,621 mg1: starting acquisition without prior preparing is deprecated since version Jan18. | |
('_test_ct_1_1', '_test_ct_2_1') | |
0 (0.01, 0.01) | |
1 (0.01, None) | |
2 (0.01, None) | |
3 (0.01, None) | |
4 (0.01, None) | |
5 (0.01, None) | |
6 (0.01, 0.01) | |
7 (0.01, None) | |
8 (0.01, None) | |
9 (0.01, None) | |
ok | |
test_meas_cont_acquisition_5 (sardana.pool.test.test_measurementgroup.AcquisitionTestCase) | |
Use a different trigger in 2 channels of the same controller ... MainThread ERROR 2019-06-25 08:37:32,065 ModuleManager: Invalid module HklPseudoMotorController | |
MainThread WARNING 2019-06-25 08:37:32,131 mg1: starting acquisition without prior preparing is deprecated since version Jan18. | |
('_test_ct_1_1', '_test_ct_1_2') | |
0 (0.01, 0.02) | |
1 (0.01, 0.02) | |
2 (0.01, 0.02) | |
3 (0.01, 0.02) | |
4 (0.01, 0.02) | |
5 (0.01, 0.02) | |
6 (0.01, 0.02) | |
7 (0.01, 0.02) | |
8 (0.01, 0.02) | |
9 (0.01, 0.02) | |
ok | |
test_meas_cont_acquisition_6 (sardana.pool.test.test_measurementgroup.AcquisitionTestCase) | |
Acquisition using 2 controllers, with 2 channels in each controller. ... MainThread ERROR 2019-06-25 08:37:32,569 ModuleManager: Invalid module HklPseudoMotorController | |
MainThread WARNING 2019-06-25 08:37:32,641 mg1: starting acquisition without prior preparing is deprecated since version Jan18. | |
('_test_ct_1_1', '_test_ct_1_2', '_test_ct_2_1', '_test_ct_2_2') | |
0 (0.01, 0.02, 0.01, 0.02) | |
1 (0.01, 0.02, 0.01, 0.02) | |
2 (0.01, 0.02, 0.01, 0.02) | |
3 (0.01, 0.02, 0.01, 0.02) | |
4 (0.01, 0.02, 0.01, 0.02) | |
5 (0.01, 0.02, 0.01, 0.02) | |
6 (0.01, 0.02, 0.01, 0.02) | |
7 (0.01, 0.02, 0.01, 0.02) | |
8 (0.01, 0.02, 0.01, 0.02) | |
9 (0.01, 0.02, 0.01, 0.02) | |
ok | |
test_meas_cont_acquisition_7 (sardana.pool.test.test_measurementgroup.AcquisitionTestCase) | |
Use the same trigger in 2 channels of different controllers ... MainThread ERROR 2019-06-25 08:37:32,973 ModuleManager: Invalid module HklPseudoMotorController | |
MainThread WARNING 2019-06-25 08:37:33,154 mg1: starting acquisition without prior preparing is deprecated since version Jan18. | |
('_test_ct_1_1', '_test_ct_2_1') | |
0 (0.01, 0.01) | |
1 (0.01, 0.01) | |
2 (0.01, 0.01) | |
3 (0.01, 0.01) | |
4 (0.01, 0.01) | |
5 (0.01, 0.01) | |
6 (0.01, 0.01) | |
7 (0.01, 0.01) | |
8 (0.01, 0.01) | |
9 (0.01, 0.01) | |
ok | |
test_meas_cont_acquisition_8 (sardana.pool.test.test_measurementgroup.AcquisitionTestCase) | |
Synchronized acquisition with two channels from different controllers using two different triggers ... MainThread ERROR 2019-06-25 08:37:33,492 ModuleManager: Invalid module HklPseudoMotorController | |
MainThread WARNING 2019-06-25 08:37:33,556 mg1: starting acquisition without prior preparing is deprecated since version Jan18. | |
('_test_ct_1_1', '_test_ct_2_1') | |
0 (0.01, 0.01) | |
1 (0.01, 0.01) | |
2 (0.01, 0.01) | |
3 (0.01, 0.01) | |
4 (0.01, 0.01) | |
5 (0.01, 0.01) | |
6 (0.01, 0.01) | |
7 (0.01, 0.01) | |
8 (0.01, 0.01) | |
9 (0.01, 0.01) | |
ok | |
test_meas_cont_acquisition_9 (sardana.pool.test.test_measurementgroup.AcquisitionTestCase) | |
Synchronized acquisition with two channels from the same controller using the same trigger ... MainThread ERROR 2019-06-25 08:37:34,036 ModuleManager: Invalid module HklPseudoMotorController | |
MainThread WARNING 2019-06-25 08:37:34,098 mg1: starting acquisition without prior preparing is deprecated since version Jan18. | |
('_test_ct_1_1', '_test_ct_1_2') | |
0 (0.01, 0.02) | |
1 (0.01, 0.02) | |
2 (0.01, 0.02) | |
3 (0.01, 0.02) | |
4 (0.01, 0.02) | |
5 (0.01, 0.02) | |
6 (0.01, 0.02) | |
7 (0.01, 0.02) | |
8 (0.01, 0.02) | |
9 (0.01, 0.02) | |
ok | |
test_meas_cont_stop_acquisition (sardana.pool.test.test_measurementgroup.AcquisitionTestCase) | |
Test that the acquisition using triggers can be stopped. ... MainThread ERROR 2019-06-25 08:37:34,421 ModuleManager: Invalid module HklPseudoMotorController | |
MainThread WARNING 2019-06-25 08:37:34,482 mg1: starting acquisition without prior preparing is deprecated since version Jan18. | |
0 (0.01, 0.01) | |
1 (None, 0.01) | |
2 (None, 0.01) | |
3 (None, 0.01) | |
4 (None, 0.01) | |
5 (None, 0.01) | |
6 (0.01, 0.01) | |
ok | |
test_meas_contpos_acquisition (sardana.pool.test.test_measurementgroup.AcquisitionTestCase) | |
Acquisition using 2 controllers, with 2 channels in each controller. ... MainThread ERROR 2019-06-25 08:37:35,062 ModuleManager: Invalid module HklPseudoMotorController | |
MainThread WARNING 2019-06-25 08:37:35,130 mg1: starting acquisition without prior preparing is deprecated since version Jan18. | |
('_test_ct_1_1', '_test_ct_1_2', '_test_ct_2_1', '_test_ct_2_2') | |
0 (0.01, 0.02, 0.01, 0.02) | |
1 (None, None, None, None) | |
2 (0.01, 0.02, 0.01, 0.02) | |
3 (None, None, None, None) | |
4 (None, None, None, None) | |
5 (0.01, 0.02, 0.01, 0.02) | |
6 (None, None, None, None) | |
7 (0.01, 0.02, 0.01, 0.02) | |
8 (None, None, None, None) | |
9 (0.01, 0.02, 0.01, 0.02) | |
ok | |
test_meas_contpos_acquisition_2 (sardana.pool.test.test_measurementgroup.AcquisitionTestCase) | |
Acquisition using 2 controllers, with 2 channels in each controller. ... MainThread ERROR 2019-06-25 08:37:39,530 ModuleManager: Invalid module HklPseudoMotorController | |
MainThread WARNING 2019-06-25 08:37:39,595 mg1: starting acquisition without prior preparing is deprecated since version Jan18. | |
('_test_ct_1_1', '_test_ct_1_2', '_test_ct_2_1', '_test_ct_2_2') | |
0 (0.01, 0.02, 0.01, 0.02) | |
1 (None, None, None, None) | |
2 (0.01, 0.02, 0.01, 0.02) | |
3 (None, None, None, None) | |
4 (None, None, None, None) | |
5 (0.01, 0.02, 0.01, 0.02) | |
6 (None, None, None, None) | |
7 (0.01, 0.02, 0.01, 0.02) | |
8 (None, None, None, None) | |
9 (0.01, 0.02, 0.01, 0.02) | |
ok | |
test_meas_double_acquisition (sardana.pool.test.test_measurementgroup.AcquisitionTestCase) | |
Test synchronous acquisition followed by asynchronous acquisition using the same configuration. ... MainThread ERROR 2019-06-25 08:37:43,963 ModuleManager: Invalid module HklPseudoMotorController | |
MainThread WARNING 2019-06-25 08:37:44,032 mg1: starting acquisition without prior preparing is deprecated since version Jan18. | |
('_test_ct_1_1', '_test_ct_1_2', '_test_ct_2_1', '_test_ct_2_2') | |
0 (0.01, 0.02, 0.01, 0.02) | |
1 (0.01, 0.02, 0.01, 0.02) | |
2 (0.01, 0.02, 0.01, 0.02) | |
3 (0.01, 0.02, 0.01, 0.02) | |
4 (0.01, 0.02, 0.01, 0.02) | |
5 (0.01, 0.02, 0.01, 0.02) | |
6 (0.01, 0.02, 0.01, 0.02) | |
7 (0.01, 0.02, 0.01, 0.02) | |
8 (0.01, 0.02, 0.01, 0.02) | |
9 (0.01, 0.02, 0.01, 0.02) | |
MainThread WARNING 2019-06-25 08:37:44,269 mg1: starting acquisition without prior preparing is deprecated since version Jan18. | |
SardanaTP.W001 WARNING 2019-06-25 08:37:44,483 _test_ct_ctrl_1: Read state error | |
SardanaTP.W007 WARNING 2019-06-25 08:37:44,483 _test_ct_ctrl_2: Read state error | |
SardanaTP.W006 WARNING 2019-06-25 08:37:44,487 _test_ct_ctrl_1: Read state error | |
SardanaTP.W009 WARNING 2019-06-25 08:37:44,487 _test_ct_ctrl_2: Read state error | |
SardanaTP.W004 ERROR 2019-06-25 08:37:44,494 mg1.Acquisition.HardwareAcquisition: Loop final read value error for: _test_ct_2_1 | |
SardanaTP.W004 ERROR 2019-06-25 08:37:44,517 mg1.Acquisition.HardwareAcquisition: Loop final read value error for: _test_ct_1_2 | |
SardanaTP.W004 ERROR 2019-06-25 08:37:44,519 mg1.Acquisition.HardwareAcquisition: Loop final read value error for: _test_ct_1_1 | |
SardanaTP.W004 ERROR 2019-06-25 08:37:44,520 mg1.Acquisition.HardwareAcquisition: Loop final read value error for: _test_ct_2_2 | |
ok | |
test_meas_double_acquisition_2 (sardana.pool.test.test_measurementgroup.AcquisitionTestCase) | |
Test synchronous acquisition followed by asynchronous acquisition using the same configuration. ... MainThread ERROR 2019-06-25 08:37:44,690 ModuleManager: Invalid module HklPseudoMotorController | |
MainThread WARNING 2019-06-25 08:37:44,756 mg1: starting acquisition without prior preparing is deprecated since version Jan18. | |
('_test_ct_1_1', '_test_ct_2_1') | |
0 (0.01, 0.01) | |
1 (0.01, None) | |
2 (0.01, None) | |
3 (0.01, None) | |
4 (0.01, None) | |
5 (0.01, None) | |
6 (0.01, 0.01) | |
7 (0.01, None) | |
8 (0.01, None) | |
9 (0.01, None) | |
10 (0.01, None) | |
11 (0.01, None) | |
12 (0.01, 0.01) | |
13 (0.01, None) | |
14 (0.01, None) | |
15 (0.01, None) | |
16 (0.01, None) | |
17 (0.01, None) | |
18 (0.01, 0.01) | |
19 (0.01, None) | |
20 (0.01, None) | |
21 (0.01, None) | |
22 (0.01, None) | |
23 (0.01, None) | |
24 (0.01, 0.01) | |
25 (0.01, None) | |
26 (0.01, None) | |
27 (0.01, None) | |
28 (0.01, None) | |
29 (0.01, None) | |
30 (0.01, 0.01) | |
31 (0.01, None) | |
32 (0.01, None) | |
33 (0.01, None) | |
34 (0.01, None) | |
35 (0.01, None) | |
36 (0.01, 0.01) | |
37 (0.01, None) | |
38 (0.01, None) | |
39 (0.01, None) | |
40 (0.01, None) | |
41 (0.01, None) | |
42 (0.01, 0.01) | |
43 (0.01, None) | |
44 (0.01, None) | |
45 (0.01, None) | |
46 (0.01, None) | |
47 (0.01, None) | |
48 (0.01, 0.01) | |
49 (0.01, None) | |
50 (0.01, None) | |
51 (0.01, None) | |
52 (0.01, None) | |
53 (0.01, None) | |
54 (0.01, 0.01) | |
55 (0.01, None) | |
56 (0.01, None) | |
57 (0.01, None) | |
58 (0.01, None) | |
59 (0.01, None) | |
60 (0.01, 0.01) | |
61 (0.01, None) | |
62 (0.01, None) | |
63 (0.01, None) | |
64 (0.01, None) | |
65 (0.01, None) | |
66 (0.01, 0.01) | |
67 (0.01, None) | |
68 (0.01, None) | |
69 (0.01, None) | |
70 (0.01, None) | |
71 (0.01, None) | |
72 (0.01, 0.01) | |
73 (0.01, None) | |
74 (0.01, None) | |
75 (0.01, None) | |
76 (0.01, None) | |
77 (0.01, None) | |
78 (0.01, 0.01) | |
79 (0.01, None) | |
80 (0.01, None) | |
81 (0.01, None) | |
82 (0.01, None) | |
83 (0.01, None) | |
84 (0.01, 0.01) | |
85 (0.01, None) | |
86 (0.01, None) | |
87 (0.01, None) | |
88 (0.01, None) | |
89 (0.01, None) | |
90 (0.01, 0.01) | |
91 (0.01, None) | |
92 (0.01, None) | |
93 (0.01, None) | |
94 (0.01, None) | |
95 (0.01, None) | |
96 (0.01, 0.01) | |
97 (0.01, None) | |
98 (0.01, None) | |
99 (0.01, None) | |
MainThread WARNING 2019-06-25 08:37:46,982 mg1: starting acquisition without prior preparing is deprecated since version Jan18. | |
SardanaTP.W005 WARNING 2019-06-25 08:37:47,187 _test_ct_ctrl_1: Read state error | |
SardanaTP.W007 WARNING 2019-06-25 08:37:47,190 _test_ct_ctrl_1: Read state error | |
SardanaTP.W010 ERROR 2019-06-25 08:37:47,191 mg1.Acquisition.HardwareAcquisition: Loop final read value error for: _test_ct_1_1 | |
ok | |
test_meas_double_acquisition_samemode (sardana.pool.test.test_measurementgroup.AcquisitionTestCase) | |
Acquisition using 2 controllers, with 2 channels in each controller. ... MainThread ERROR 2019-06-25 08:37:47,301 ModuleManager: Invalid module HklPseudoMotorController | |
MainThread WARNING 2019-06-25 08:37:47,513 mg1: starting acquisition without prior preparing is deprecated since version Jan18. | |
('_test_ct_1_1', '_test_ct_1_2', '_test_ct_2_1', '_test_ct_2_2') | |
0 (0.01, 0.02, 0.01, 0.02) | |
1 (0.01, 0.02, None, None) | |
2 (0.01, 0.02, None, None) | |
3 (0.01, 0.02, None, None) | |
4 (0.01, 0.02, None, None) | |
5 (0.01, 0.02, None, None) | |
6 (0.01, 0.02, 0.01, 0.02) | |
7 (0.01, 0.02, None, None) | |
8 (0.01, 0.02, None, None) | |
9 (0.01, 0.02, None, None) | |
10 (0.01, 0.02, None, None) | |
11 (0.01, 0.02, None, None) | |
12 (0.01, 0.02, 0.01, 0.02) | |
13 (0.01, 0.02, None, None) | |
14 (0.01, 0.02, None, None) | |
15 (0.01, 0.02, None, None) | |
16 (0.01, 0.02, None, None) | |
17 (0.01, 0.02, None, None) | |
18 (0.01, 0.02, 0.01, 0.02) | |
19 (0.01, 0.02, None, None) | |
20 (0.01, 0.02, None, None) | |
21 (0.01, 0.02, None, None) | |
22 (0.01, 0.02, None, None) | |
23 (0.01, 0.02, None, None) | |
24 (0.01, 0.02, 0.01, 0.02) | |
25 (0.01, 0.02, None, None) | |
26 (0.01, 0.02, None, None) | |
27 (0.01, 0.02, None, None) | |
28 (0.01, 0.02, None, None) | |
29 (0.01, 0.02, None, None) | |
30 (0.01, 0.02, 0.01, 0.02) | |
31 (0.01, 0.02, None, None) | |
32 (0.01, 0.02, None, None) | |
33 (0.01, 0.02, None, None) | |
34 (0.01, 0.02, None, None) | |
35 (0.01, 0.02, None, None) | |
36 (0.01, 0.02, 0.01, 0.02) | |
37 (0.01, 0.02, None, None) | |
38 (0.01, 0.02, None, None) | |
39 (0.01, 0.02, None, None) | |
40 (0.01, 0.02, None, None) | |
41 (0.01, 0.02, None, None) | |
42 (0.01, 0.02, 0.01, 0.02) | |
43 (0.01, 0.02, None, None) | |
44 (0.01, 0.02, None, None) | |
45 (0.01, 0.02, None, None) | |
46 (0.01, 0.02, None, None) | |
47 (0.01, 0.02, None, None) | |
48 (0.01, 0.02, 0.01, 0.02) | |
49 (0.01, 0.02, None, None) | |
50 (0.01, 0.02, None, None) | |
51 (0.01, 0.02, None, None) | |
52 (0.01, 0.02, None, None) | |
53 (0.01, 0.02, None, None) | |
54 (0.01, 0.02, 0.01, 0.02) | |
55 (0.01, 0.02, None, None) | |
56 (0.01, 0.02, None, None) | |
57 (0.01, 0.02, None, None) | |
58 (0.01, 0.02, None, None) | |
59 (0.01, 0.02, None, None) | |
60 (0.01, 0.02, 0.01, 0.02) | |
61 (0.01, 0.02, None, None) | |
62 (0.01, 0.02, None, None) | |
63 (0.01, 0.02, None, None) | |
64 (0.01, 0.02, None, None) | |
65 (0.01, 0.02, None, None) | |
66 (0.01, 0.02, 0.01, 0.02) | |
67 (0.01, 0.02, None, None) | |
68 (0.01, 0.02, None, None) | |
69 (0.01, 0.02, None, None) | |
70 (0.01, 0.02, None, None) | |
71 (0.01, 0.02, None, None) | |
72 (0.01, 0.02, 0.01, 0.02) | |
73 (0.01, 0.02, None, None) | |
74 (0.01, 0.02, None, None) | |
75 (0.01, 0.02, None, None) | |
76 (0.01, 0.02, None, None) | |
77 (0.01, 0.02, None, None) | |
78 (0.01, 0.02, 0.01, 0.02) | |
79 (0.01, 0.02, None, None) | |
80 (0.01, 0.02, None, None) | |
81 (0.01, 0.02, None, None) | |
82 (0.01, 0.02, None, None) | |
83 (0.01, 0.02, None, None) | |
84 (0.01, 0.02, 0.01, 0.02) | |
85 (0.01, 0.02, None, None) | |
86 (0.01, 0.02, None, None) | |
87 (0.01, 0.02, None, None) | |
88 (0.01, 0.02, None, None) | |
89 (0.01, 0.02, None, None) | |
90 (0.01, 0.02, 0.01, 0.02) | |
91 (0.01, 0.02, None, None) | |
92 (0.01, 0.02, None, None) | |
93 (0.01, 0.02, None, None) | |
94 (0.01, 0.02, None, None) | |
95 (0.01, 0.02, None, None) | |
96 (0.01, 0.02, 0.01, 0.02) | |
97 (0.01, 0.02, None, None) | |
98 (0.01, 0.02, None, None) | |
99 (0.01, 0.02, None, None) | |
MainThread WARNING 2019-06-25 08:37:49,736 mg1: starting acquisition without prior preparing is deprecated since version Jan18. | |
('_test_ct_1_1', '_test_ct_1_2', '_test_ct_2_1', '_test_ct_2_2') | |
0 (0.01, 0.02, 0.01, 0.02) | |
1 (0.01, 0.02, None, None) | |
2 (0.01, 0.02, None, None) | |
3 (0.01, 0.02, None, None) | |
4 (0.01, 0.02, None, None) | |
5 (0.01, 0.02, None, None) | |
6 (0.01, 0.02, 0.01, 0.02) | |
7 (0.01, 0.02, None, None) | |
8 (0.01, 0.02, None, None) | |
9 (0.01, 0.02, None, None) | |
10 (0.01, 0.02, None, None) | |
11 (0.01, 0.02, None, None) | |
12 (0.01, 0.02, 0.01, 0.02) | |
13 (0.01, 0.02, None, None) | |
14 (0.01, 0.02, None, None) | |
15 (0.01, 0.02, None, None) | |
16 (0.01, 0.02, None, None) | |
17 (0.01, 0.02, None, None) | |
18 (0.01, 0.02, 0.01, 0.02) | |
19 (0.01, 0.02, None, None) | |
20 (0.01, 0.02, None, None) | |
21 (0.01, 0.02, None, None) | |
22 (0.01, 0.02, None, None) | |
23 (0.01, 0.02, None, None) | |
24 (0.01, 0.02, 0.01, 0.02) | |
25 (0.01, 0.02, None, None) | |
26 (0.01, 0.02, None, None) | |
27 (0.01, 0.02, None, None) | |
28 (0.01, 0.02, None, None) | |
29 (0.01, 0.02, None, None) | |
30 (0.01, 0.02, 0.01, 0.02) | |
31 (0.01, 0.02, None, None) | |
32 (0.01, 0.02, None, None) | |
33 (0.01, 0.02, None, None) | |
34 (0.01, 0.02, None, None) | |
35 (0.01, 0.02, None, None) | |
36 (0.01, 0.02, 0.01, 0.02) | |
37 (0.01, 0.02, None, None) | |
38 (0.01, 0.02, None, None) | |
39 (0.01, 0.02, None, None) | |
40 (0.01, 0.02, None, None) | |
41 (0.01, 0.02, None, None) | |
42 (0.01, 0.02, 0.01, 0.02) | |
43 (0.01, 0.02, None, None) | |
44 (0.01, 0.02, None, None) | |
45 (0.01, 0.02, None, None) | |
46 (0.01, 0.02, None, None) | |
47 (0.01, 0.02, None, None) | |
48 (0.01, 0.02, 0.01, 0.02) | |
49 (0.01, 0.02, None, None) | |
50 (0.01, 0.02, None, None) | |
51 (0.01, 0.02, None, None) | |
52 (0.01, 0.02, None, None) | |
53 (0.01, 0.02, None, None) | |
54 (0.01, 0.02, 0.01, 0.02) | |
55 (0.01, 0.02, None, None) | |
56 (0.01, 0.02, None, None) | |
57 (0.01, 0.02, None, None) | |
58 (0.01, 0.02, None, None) | |
59 (0.01, 0.02, None, None) | |
60 (0.01, 0.02, 0.01, 0.02) | |
61 (0.01, 0.02, None, None) | |
62 (0.01, 0.02, None, None) | |
63 (0.01, 0.02, None, None) | |
64 (0.01, 0.02, None, None) | |
65 (0.01, 0.02, None, None) | |
66 (0.01, 0.02, 0.01, 0.02) | |
67 (0.01, 0.02, None, None) | |
68 (0.01, 0.02, None, None) | |
69 (0.01, 0.02, None, None) | |
70 (0.01, 0.02, None, None) | |
71 (0.01, 0.02, None, None) | |
72 (0.01, 0.02, 0.01, 0.02) | |
73 (0.01, 0.02, None, None) | |
74 (0.01, 0.02, None, None) | |
75 (0.01, 0.02, None, None) | |
76 (0.01, 0.02, None, None) | |
77 (0.01, 0.02, None, None) | |
78 (0.01, 0.02, 0.01, 0.02) | |
79 (0.01, 0.02, None, None) | |
80 (0.01, 0.02, None, None) | |
81 (0.01, 0.02, None, None) | |
82 (0.01, 0.02, None, None) | |
83 (0.01, 0.02, None, None) | |
84 (0.01, 0.02, 0.01, 0.02) | |
85 (0.01, 0.02, None, None) | |
86 (0.01, 0.02, None, None) | |
87 (0.01, 0.02, None, None) | |
88 (0.01, 0.02, None, None) | |
89 (0.01, 0.02, None, None) | |
90 (0.01, 0.02, 0.01, 0.02) | |
91 (0.01, 0.02, None, None) | |
92 (0.01, 0.02, None, None) | |
93 (0.01, 0.02, None, None) | |
94 (0.01, 0.02, None, None) | |
95 (0.01, 0.02, None, None) | |
96 (0.01, 0.02, 0.01, 0.02) | |
97 (0.01, 0.02, None, None) | |
98 (0.01, 0.02, None, None) | |
99 (0.01, 0.02, None, None) | |
ok | |
test_init (sardana.pool.test.test_poolcontroller.PoolControllerTestCase) | |
Verify that the created Controller is an instance of ... MainThread ERROR 2019-06-25 08:37:52,111 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_init (sardana.pool.test.test_poolcontrollermanager.ControllerManagerTestCase) | |
Verify that the created ControllerManager is a ControllerManager ... ok | |
test_acquisition (sardana.pool.test.test_poolcountertimer.PoolCounterTimerTestCase) ... MainThread ERROR 2019-06-25 08:37:52,196 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_init (sardana.pool.test.test_poolcountertimer.PoolCounterTimerTestCase) | |
Verify that the created CounterTimer is a PoolCounterTimer ... MainThread ERROR 2019-06-25 08:37:52,464 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_abort (sardana.pool.test.test_poolmotion.PoolMotionTestCase) | |
Verify motion abort call chain. ... MainThread ERROR 2019-06-25 08:37:52,604 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_stop (sardana.pool.test.test_poolmotion.PoolMotionTestCase) | |
Verify motion stop call chain. ... MainThread ERROR 2019-06-25 08:37:52,687 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_pseudocounter_calc_buffer (sardana.pool.test.test_poolpseudocounter.PseudoCounterTestCase) | |
Simulate acquisition by filling the value buffer of the counters ... MainThread ERROR 2019-06-25 08:37:52,772 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_tggeneration (sardana.pool.test.test_poolsynchronization.PoolTriggerGateTestCase) | |
Verify trigger element states before and after action_loop. ... MainThread ERROR 2019-06-25 08:37:52,898 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_abort_tggeneration (sardana.pool.test.test_synchronization.DummySynchronizationTestCase) | |
Testing abort_tggeneration(abort_time=0.5, ctrl_props={}, ctrl_lib='DummyTriggerGateController', ctrl_klass='DummyTriggerGateController', synchronization=[{<SynchParam.Delay: 0>: {<SynchDomain.Time: 0>: 0}, <SynchParam.Total: 1>: {<SynchDomain.Time: 0>: 0.02}, <SynchParam.Active: 2>: {<SynchDomain.Time: 0>: 0.01}, <SynchParam.Repeats: 3>: 100}]) ... MainThread ERROR 2019-06-25 08:37:54,046 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
test_tggeneration (sardana.pool.test.test_synchronization.DummySynchronizationTestCase) | |
Testing tggeneration(synchronization=[{<SynchParam.Delay: 0>: {<SynchDomain.Time: 0>: 0}, <SynchParam.Total: 1>: {<SynchDomain.Time: 0>: 0.02}, <SynchParam.Active: 2>: {<SynchDomain.Time: 0>: 0.01}, <SynchParam.Repeats: 3>: 0}], ctrl_props={}, ctrl_lib='DummyTriggerGateController', ctrl_klass='DummyTriggerGateController') ... MainThread ERROR 2019-06-25 08:37:54,792 ModuleManager: Invalid module HklPseudoMotorController | |
ok | |
testInstanceCreation (sardana.spock.test.test_parameter.ParamTestCase) ... ok | |
test_meas_cont_acquisition (sardana.tango.pool.test.test_measurementgroup.TangoAcquisition2DRefAndPCTestCase) | |
TODO ... MainThread WARNING 2019-06-25 08:38:05,980 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:06,015 TaurusRootLogger: Model name "controls05.cells.es:10000/controller/twodroi/_test_roi_ctrl_1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:06,023 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_2d_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:06,032 TaurusRootLogger: Model name "controls05.cells.es:10000/controller/dummytwodcontroller/_test_2d_ctrl_1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:06,043 TaurusRootLogger: Model name "controls05.cells.es:10000/triggergate/_test_tg_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:06,144 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:06,220 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_2d_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Acquiring... | |
DAummy-1 WARNING 2019-06-25 08:38:06,752 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
cquiring... | |
Dummy-1 WARNING 2019-06-25 08:38:06,785 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:38:06,790 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Acquiring...D | |
ummy-1 WARNING 2019-06-25 08:38:07,009 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:38:07,201 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:38:07,209 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:38:07,213 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:38:07,220 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:38:07,226 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:38:07,230 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:38:07,234 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_2d_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:19,522 Starter: Server Pool/unittest1_1 did not stop within 10 seconds | |
ok | |
test_meas_cont_acquisition (sardana.tango.pool.test.test_measurementgroup.TangoAcquisition2DandPCTestCase) | |
TODO ... MainThread WARNING 2019-06-25 08:38:30,005 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:30,013 TaurusRootLogger: Model name "controls05.cells.es:10000/controller/twodroi/_test_roi_ctrl_1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:30,046 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_2d_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:30,056 TaurusRootLogger: Model name "controls05.cells.es:10000/controller/dummytwodcontroller/_test_2d_ctrl_1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:30,068 TaurusRootLogger: Model name "controls05.cells.es:10000/triggergate/_test_tg_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:30,104 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:30,168 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_2d_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Acquiring... | |
Acquiring... | |
Acquiring...D | |
ummy-1 WARNING 2019-06-25 08:38:30,756 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_2d_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:38:30,845 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:38:30,852 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:38:30,859 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:38:30,864 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:38:30,871 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:38:30,878 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:38:30,884 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:38:30,892 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:38:30,898 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:38:30,903 TaurusRootLogger: Model name "controls05.cells.es:10000/pc/_test_roi_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:42,789 Starter: Server Pool/unittest1_1 did not stop within 10 seconds | |
ok | |
test_meas_cont_acquisition (sardana.tango.pool.test.test_measurementgroup.TangoAcquisitionTestCase) | |
Synchronized acquisition with four channels from two differentcontrollers using hardware and software triggers ... MainThread WARNING 2019-06-25 08:38:55,694 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_2/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:55,934 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_2/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:55,947 TaurusRootLogger: Model name "controls05.cells.es:10000/controller/dummycountertimercontroller/_test_ct_ctrl_2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:55,957 TaurusRootLogger: Model name "controls05.cells.es:10000/triggergate/_test_tg_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:55,969 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:55,982 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:55,993 TaurusRootLogger: Model name "controls05.cells.es:10000/controller/dummycountertimercontroller/_test_ct_ctrl_1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:56,035 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_2/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:56,095 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_2/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:56,154 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:38:56,216 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Acquiring... | |
Dummy-1 WARNING 2019-06-25 08:38:56,364 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_2/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:38:56,395 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_2/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:38:56,427 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:38:56,440 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Acquiring... | |
Dummy-1 WARNING 2019-06-25 08:38:56,509 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:38:56,523 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:38:56,558 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_2/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
DAummy-1 WARNING 2019-06-25 08:38:56,571 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_2/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
cquiring... | |
ok | |
test_meas_cont_acquisition_2 (sardana.tango.pool.test.test_measurementgroup.TangoAcquisitionTestCase) | |
Synchronized acquisition with two channels from the same controller using hardware trigger ... MainThread WARNING 2019-06-25 08:39:18,964 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:39:18,973 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:39:18,982 TaurusRootLogger: Model name "controls05.cells.es:10000/controller/dummycountertimercontroller/_test_ct_ctrl_1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:39:18,990 TaurusRootLogger: Model name "controls05.cells.es:10000/triggergate/_test_tg_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:39:19,017 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:39:19,082 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Acquiring... | |
Acquiring... | |
Dummy-1 WARNING 2019-06-25 08:39:19,303 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:39:19,328 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:39:19,371 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:39:19,390 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Acquiring... | |
MainThread WARNING 2019-06-25 08:39:28,405 controls05.cells.es:10000.pool/demo1/2: Received elements error event Pool was shutdown or is inaccessible | |
ERROR | |
test_stop_meas_cont_acquisition (sardana.tango.pool.test.test_measurementgroup.TangoAcquisitionTestCase) | |
Stop of the synchronized acquisition with four channels from two different controllers using hardware and software triggers ... MainThread WARNING 2019-06-25 08:39:38,118 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_2/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:39:38,128 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_2/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:39:38,138 TaurusRootLogger: Model name "controls05.cells.es:10000/controller/dummycountertimercontroller/_test_ct_ctrl_2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:39:38,148 TaurusRootLogger: Model name "controls05.cells.es:10000/triggergate/_test_tg_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:39:38,160 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:39:38,186 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:39:38,200 TaurusRootLogger: Model name "controls05.cells.es:10000/controller/dummycountertimercontroller/_test_ct_ctrl_1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:39:38,244 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_2/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:39:38,305 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_2/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:39:38,365 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:39:38,428 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Acquiring... | |
Dummy-1 WARNING 2019-06-25 08:39:38,571 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:39:38,585 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
DAummy-1 WARNING 2019-06-25 08:39:38,634 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
cquiring... | |
Dummy-1 WARNING 2019-06-25 08:39:38,654 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:39:38,683 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:39:38,713 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:39:38,753 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_2/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:39:38,759 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_2/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:39:38,766 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:39:38,776 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:39:38,782 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_2/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:39:38,790 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_2/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:39:47,280 controls05.cells.es:10000.pool/demo1/2: Received elements error event Pool was shutdown or is inaccessible | |
ok | |
test_stop_meas_cont_acquisition_2 (sardana.tango.pool.test.test_measurementgroup.TangoAcquisitionTestCase) | |
Stop of the synchronized acquisition with two channels from the same controller using software trigger ... MainThread WARNING 2019-06-25 08:39:55,013 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:39:55,020 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:39:55,029 TaurusRootLogger: Model name "controls05.cells.es:10000/controller/dummycountertimercontroller/_test_ct_ctrl_1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:39:55,055 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:39:55,119 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Acquiring... | |
Dummy-1 WARNING 2019-06-25 08:39:55,250 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:39:55,256 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:39:55,322 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:39:55,335 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Acquiring... | |
Dummy-1 WARNING 2019-06-25 08:39:55,364 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:39:55,368 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:39:55,411 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:39:55,415 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:40:06,170 Starter: Server Pool/unittest1_1 did not stop within 10 seconds | |
ok | |
test_stop_meas_cont_acquisition_3 (sardana.tango.pool.test.test_measurementgroup.TangoAcquisitionTestCase) | |
Stop of the synchronized acquisition with two channels from the same controller using hardware trigger ... MainThread WARNING 2019-06-25 08:40:13,221 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:40:13,229 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:40:13,237 TaurusRootLogger: Model name "controls05.cells.es:10000/controller/dummycountertimercontroller/_test_ct_ctrl_1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:40:13,244 TaurusRootLogger: Model name "controls05.cells.es:10000/triggergate/_test_tg_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:40:13,322 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 08:40:13,388 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Acquiring... | |
Acquiring... | |
Dummy-1 WARNING 2019-06-25 08:40:13,608 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:40:13,632 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:40:13,678 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 08:40:13,698 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
FAIL | |
MainThread WARNING 2019-06-25 08:40:24,424 Starter: Server Pool/unittest1_1 did not stop within 10 seconds | |
test_read_position_outside_sw_lim (sardana.tango.pool.test.test_Motor.ReadMotorPositionOutsideLim) | |
Test bug #238: reading position when motor is out of SW lims. ... MainThread WARNING 2019-06-25 08:40:38,766 Starter: Server Pool/unittest1_1 did not stop within 10 seconds | |
ok | |
test_check_elems_presistence (sardana.tango.pool.test.test_persistence.PersistenceTestCase) | |
Test persistence of dummy TriggerGate elements ... MainThread WARNING 2019-06-25 08:40:53,924 Starter: Server Pool/unittest1_1 did not stop within 10 seconds | |
MainThread WARNING 2019-06-25 08:40:53,927 Starter: Server already running | |
MainThread WARNING 2019-06-25 08:41:03,954 Starter: Server Pool/unittest1_1 did not stop within 10 seconds | |
ok | |
test_check_elems_presistence_2 (sardana.tango.pool.test.test_persistence.PersistenceTestCase) | |
Test persistence of dummy Motor elements ... MainThread WARNING 2019-06-25 08:41:19,295 Starter: Server Pool/unittest1_1 did not stop within 10 seconds | |
MainThread WARNING 2019-06-25 08:41:19,296 Starter: Server already running | |
MainThread WARNING 2019-06-25 08:41:29,326 Starter: Server Pool/unittest1_1 did not stop within 10 seconds | |
ok | |
testDuplication (sardana.taurus.core.tango.sardana.test.test_macro.DuplicateTestCase) ... ok | |
test_verifyXML (sardana.taurus.core.tango.sardana.test.test_macro.MacroNodeTestCase) | |
Testing verifyXML(expected_xml_rep='<macro name="pt8">\n <paramrepeat name="m_p_pair">\n <repeat nr="1">\n <param name="motor" value="mot73"/>\n <param name="pos" value="5.0"/>\n </repeat>\n <repeat nr="2">\n <param name="motor" value="mot74"/>\n <param name="pos" value="8.0"/>\n </repeat>\n </paramrepeat>\n</macro>', macro_name='pt8', param_def=[{'max': None, 'min': 1, 'type': [{'default_value': None, 'type': 'Motor', 'name': 'motor', 'description': 'motor'}, {'default_value': None, 'type': 'Integer', 'name': 'pos', 'description': 'position'}], 'name': 'm_p_pair', 'description': 'pair of motor and position'}], param_str='mot73 5.0 mot74 8.0') ... ok | |
test_verifyEncoding (sardana.taurus.core.tango.sardana.test.test_macro.ParamsTestCase) | |
Testing verifyEncoding(expected_params_list=[[[['mot2', 'mot3'], 4], [['mot4', 'mot5', 'mot6'], 5]]], macro_params=[[[['mot2', 'mot3'], 4], [['mot4', 'mot5', 'mot6'], 5]]], param_def=[{'default_value': None, 'type': [{'default_value': None, 'type': [{'default_value': 'mot99', 'name': 'motor'}], 'name': 'motor_list'}, {'default_value': 100, 'name': 'numb'}], 'name': 'motor_group_list'}]) ... ok | |
test_verifyEncoding_10 (sardana.taurus.core.tango.sardana.test.test_macro.ParamsTestCase) | |
Testing verifyEncoding(expected_params_list=[[['mot01', '0'], ['mot02', '5'], ['mot03', '10']]], macro_params=[[['mot01', '0'], ['mot02', '5'], ['mot03', '10']]], param_def=[{'default_value': ['mot01', 50], 'type': [{'default_value': 'mot99', 'name': 'motor'}, {'default_value': 100, 'name': 'pos'}], 'name': 'motor_pos_list'}]) ... ok | |
test_verifyEncoding_11 (sardana.taurus.core.tango.sardana.test.test_macro.ParamsTestCase) | |
Testing verifyEncoding(expected_params_list=[[['mot99', '100']]], macro_params=[[['mot99', []]]], param_def=[{'default_value': ['mot01', 50], 'type': [{'default_value': 'mot99', 'name': 'motor'}, {'default_value': 100, 'name': 'pos'}], 'name': 'motor_pos_list'}]) ... ok | |
test_verifyEncoding_12 (sardana.taurus.core.tango.sardana.test.test_macro.ParamsTestCase) | |
Testing verifyEncoding(expected_params_list=[[['mot99', '50']]], macro_params=[[[[], '50']]], param_def=[{'default_value': ['mot01', 50], 'type': [{'default_value': 'mot99', 'name': 'motor'}, {'default_value': 100, 'name': 'pos'}], 'name': 'motor_pos_list'}]) ... ok | |
test_verifyEncoding_13 (sardana.taurus.core.tango.sardana.test.test_macro.ParamsTestCase) | |
Testing verifyEncoding(expected_params_list=[[['mot99', '100']]], macro_params=[[[]]], param_def=[{'default_value': ['mot01', 50], 'type': [{'default_value': 'mot99', 'name': 'motor'}, {'default_value': 100, 'name': 'pos'}], 'name': 'motor_pos_list'}]) ... ok | |
test_verifyEncoding_14 (sardana.taurus.core.tango.sardana.test.test_macro.ParamsTestCase) | |
Testing verifyEncoding(expected_params_list=[[['mot01', '100']]], macro_params=[[['mot01']]], param_def=[{'default_value': ['mot01', 50], 'type': [{'default_value': 'mot99', 'name': 'motor'}, {'default_value': 100, 'name': 'pos'}], 'name': 'motor_pos_list'}]) ... ok | |
test_verifyEncoding_15 (sardana.taurus.core.tango.sardana.test.test_macro.ParamsTestCase) | |
Testing verifyEncoding(expected_params_list=[[['mot01', '0']]], macro_params=[[['mot01', '0']]], param_def=[{'default_value': ['mot01', 50], 'type': [{'default_value': 'mot99', 'name': 'motor'}, {'default_value': 100, 'name': 'pos'}], 'name': 'motor_pos_list'}]) ... ok | |
test_verifyEncoding_16 (sardana.taurus.core.tango.sardana.test.test_macro.ParamsTestCase) | |
Testing verifyEncoding(expected_params_list=['mot99', ['1', '100', '15']], macro_params=[[], ['1', [], '15']], param_def=[{'default_value': 'mot99', 'name': 'motor'}, {'default_value': None, 'type': [{'default_value': 100, 'name': 'float'}], 'name': 'float_list'}]) ... ok | |
test_verifyEncoding_17 (sardana.taurus.core.tango.sardana.test.test_macro.ParamsTestCase) | |
Testing verifyEncoding(expected_params_list=['mot01', ['100', '3', '15']], macro_params=['mot01', [[], '3', '15']], param_def=[{'default_value': 'mot99', 'name': 'motor'}, {'default_value': None, 'type': [{'default_value': 100, 'name': 'float'}], 'name': 'float_list'}]) ... ok | |
test_verifyEncoding_18 (sardana.taurus.core.tango.sardana.test.test_macro.ParamsTestCase) | |
Testing verifyEncoding(expected_params_list=['mot99', ['1', '3', '15']], macro_params=[[], ['1', '3', '15']], param_def=[{'default_value': 'mot99', 'name': 'motor'}, {'default_value': None, 'type': [{'default_value': 100, 'name': 'float'}], 'name': 'float_list'}]) ... ok | |
test_verifyEncoding_19 (sardana.taurus.core.tango.sardana.test.test_macro.ParamsTestCase) | |
Testing verifyEncoding(expected_params_list=['mot01', ['1', '3', '15']], macro_params=['mot01', ['1', '3', '15']], param_def=[{'default_value': 'mot99', 'name': 'motor'}, {'default_value': None, 'type': [{'default_value': 100, 'name': 'float'}], 'name': 'float_list'}]) ... ok | |
test_verifyEncoding_2 (sardana.taurus.core.tango.sardana.test.test_macro.ParamsTestCase) | |
Testing verifyEncoding(expected_params_list=[[['mot2', 'mot3'], ['mot4', 'mot5', 'mot6']]], macro_params=[[['mot2', 'mot3'], ['mot4', 'mot5', 'mot6']]], param_def=[{'default_value': None, 'type': [{'default_value': None, 'type': [{'default_value': 'mot99', 'name': 'motor'}], 'name': 'motor_list'}], 'name': 'motor_group_list'}]) ... ok | |
test_verifyEncoding_20 (sardana.taurus.core.tango.sardana.test.test_macro.ParamsTestCase) | |
Testing verifyEncoding(expected_params_list=[['100', '100', '100']], macro_params=[[[], [], []]], param_def=[{'default_value': 100, 'type': [{'default_value': 100, 'name': 'float'}], 'name': 'numb_list'}]) ... ok | |
test_verifyEncoding_21 (sardana.taurus.core.tango.sardana.test.test_macro.ParamsTestCase) | |
Testing verifyEncoding(expected_params_list=[['3', '100', '4']], macro_params=[['3', [], '4']], param_def=[{'default_value': 100, 'type': [{'default_value': 100, 'name': 'float'}], 'name': 'numb_list'}]) ... ok | |
test_verifyEncoding_22 (sardana.taurus.core.tango.sardana.test.test_macro.ParamsTestCase) | |
Testing verifyEncoding(expected_params_list=[['1', '3', '15']], macro_params=[['1', '3', '15']], param_def=[{'default_value': 100, 'type': [{'default_value': 100, 'name': 'float'}], 'name': 'numb_list'}]) ... ok | |
test_verifyEncoding_3 (sardana.taurus.core.tango.sardana.test.test_macro.ParamsTestCase) | |
Testing verifyEncoding(expected_params_list=[['1', '100', '4'], ['mot99', 'mot2']], macro_params=[['1', [], '4'], [[], 'mot2']], param_def=[{'default_value': None, 'type': [{'default_value': 100, 'name': 'float'}], 'name': 'numb_list'}, {'default_value': None, 'type': [{'default_value': 'mot99', 'name': 'motor'}], 'name': 'motors_list'}]) ... ok | |
test_verifyEncoding_4 (sardana.taurus.core.tango.sardana.test.test_macro.ParamsTestCase) | |
Testing verifyEncoding(expected_params_list=[['1', '3', '4'], ['mot1', 'mot2']], macro_params=[['1', '3', '4'], ['mot1', 'mot2']], param_def=[{'default_value': None, 'type': [{'default_value': 100, 'name': 'float'}], 'name': 'numb_list'}, {'default_value': None, 'type': [{'default_value': 'mot99', 'name': 'motor'}], 'name': 'motors_list'}]) ... ok | |
test_verifyEncoding_5 (sardana.taurus.core.tango.sardana.test.test_macro.ParamsTestCase) | |
Testing verifyEncoding(expected_params_list=[['1', '100', '15'], 'mot99'], macro_params=[['1', [], '15'], []], param_def=[{'default_value': None, 'type': [{'default_value': 100, 'name': 'float'}], 'name': 'float_list'}, {'default_value': 'mot99', 'name': 'motor'}]) ... ok | |
test_verifyEncoding_6 (sardana.taurus.core.tango.sardana.test.test_macro.ParamsTestCase) | |
Testing verifyEncoding(expected_params_list=[['1', '3', '15'], 'mot99'], macro_params=[['1', '3', '15'], []], param_def=[{'default_value': None, 'type': [{'default_value': 100, 'name': 'float'}], 'name': 'float_list'}, {'default_value': 'mot99', 'name': 'motor'}]) ... ok | |
test_verifyEncoding_7 (sardana.taurus.core.tango.sardana.test.test_macro.ParamsTestCase) | |
Testing verifyEncoding(expected_params_list=[['1', '3', '100'], 'mot01'], macro_params=[['1', '3', []], 'mot01'], param_def=[{'default_value': None, 'type': [{'default_value': 100, 'name': 'float'}], 'name': 'float_list'}, {'default_value': 'mot99', 'name': 'motor'}]) ... ok | |
test_verifyEncoding_8 (sardana.taurus.core.tango.sardana.test.test_macro.ParamsTestCase) | |
Testing verifyEncoding(expected_params_list=[['1', '3', '15'], 'mot01'], macro_params=[['1', '3', '15'], 'mot01'], param_def=[{'default_value': None, 'type': [{'default_value': 100, 'name': 'float'}], 'name': 'float_list'}, {'default_value': 'mot99', 'name': 'motor'}]) ... ok | |
test_verifyEncoding_9 (sardana.taurus.core.tango.sardana.test.test_macro.ParamsTestCase) | |
Testing verifyEncoding(expected_params_list=[[['mot01', '0'], ['mot99', '100'], ['mot03', '100']]], macro_params=[[['mot01', '0'], [], ['mot03']]], param_def=[{'default_value': ['mot01', 50], 'type': [{'default_value': 'mot99', 'name': 'motor'}, {'default_value': 100, 'name': 'pos'}], 'name': 'motor_pos_list'}]) ... ok | |
test_count (sardana.taurus.core.tango.sardana.test.test_pool.TestMeasurementGroup) | |
count with CT ... MainThread WARNING 2019-06-25 08:41:38,207 TaurusRootLogger: TangoAttributeNameValidator.getParams() is deprecated. Use getUriGroups() instead. | |
ok | |
test_count_2 (sardana.taurus.core.tango.sardana.test.test_pool.TestMeasurementGroup) | |
count with 0D ... MainThread WARNING 2019-06-25 08:41:58,523 TaurusRootLogger: TangoAttributeNameValidator.getParams() is deprecated. Use getUriGroups() instead. | |
MainThread WARNING 2019-06-25 08:41:58,667 TaurusRootLogger: TangoAttributeNameValidator.getParams() is deprecated. Use getUriGroups() instead. | |
MainThread WARNING 2019-06-25 08:42:10,003 Starter: Server Pool/unittest1_1 did not stop within 10 seconds | |
ok | |
test_count_3 (sardana.taurus.core.tango.sardana.test.test_pool.TestMeasurementGroup) | |
count with 1D ... MainThread WARNING 2019-06-25 08:42:16,342 TaurusRootLogger: TangoAttributeNameValidator.getParams() is deprecated. Use getUriGroups() instead. | |
MainThread WARNING 2019-06-25 08:42:16,470 TaurusRootLogger: TangoAttributeNameValidator.getParams() is deprecated. Use getUriGroups() instead. | |
MainThread WARNING 2019-06-25 08:42:27,108 Starter: Server Pool/unittest1_1 did not stop within 10 seconds | |
ok | |
test_count_4 (sardana.taurus.core.tango.sardana.test.test_pool.TestMeasurementGroup) | |
count with 2D ... MainThread WARNING 2019-06-25 08:42:36,088 TaurusRootLogger: TangoAttributeNameValidator.getParams() is deprecated. Use getUriGroups() instead. | |
MainThread WARNING 2019-06-25 08:42:36,242 TaurusRootLogger: TangoAttributeNameValidator.getParams() is deprecated. Use getUriGroups() instead. | |
MainThread WARNING 2019-06-25 08:42:45,335 controls05.cells.es:10000.pool/demo1/2: Received elements error event Pool was shutdown or is inaccessible | |
ok | |
test_count_5 (sardana.taurus.core.tango.sardana.test.test_pool.TestMeasurementGroup) | |
count with Tango attribute ... MainThread WARNING 2019-06-25 08:42:54,686 TaurusRootLogger: TangoAttributeNameValidator.getParams() is deprecated. Use getUriGroups() instead. | |
MainThread WARNING 2019-06-25 08:42:54,826 TaurusRootLogger: TangoAttributeNameValidator.getParams() is deprecated. Use getUriGroups() instead. | |
MainThread WARNING 2019-06-25 08:43:06,242 Starter: Server Pool/unittest1_1 did not stop within 10 seconds | |
ok | |
test_count_6 (sardana.taurus.core.tango.sardana.test.test_pool.TestMeasurementGroup) | |
count with PC ... MainThread WARNING 2019-06-25 08:43:12,516 TaurusRootLogger: TangoAttributeNameValidator.getParams() is deprecated. Use getUriGroups() instead. | |
MainThread WARNING 2019-06-25 08:43:12,654 TaurusRootLogger: TangoAttributeNameValidator.getParams() is deprecated. Use getUriGroups() instead. | |
MainThread WARNING 2019-06-25 08:43:12,785 TaurusRootLogger: TangoAttributeNameValidator.getParams() is deprecated. Use getUriGroups() instead. | |
MainThread WARNING 2019-06-25 08:43:24,153 Starter: Server Pool/unittest1_1 did not stop within 10 seconds | |
ok | |
test_value_ref_disabled (sardana.taurus.core.tango.sardana.test.test_pool.TestMeasurementGroupValueRef) ... MainThread WARNING 2019-06-25 08:43:33,051 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\pool.py:302: DeprecationWarning: getHWObj is deprecated since 4.0. Use getDeviceProxy() instead | |
pool = get_pool_for_device(self.getParentObj(), self.getHWObj()) | |
MainThread WARNING 2019-06-25 08:43:33,346 TaurusRootLogger: TangoAttributeNameValidator.getParams() is deprecated. Use getUriGroups() instead. | |
MainThread WARNING 2019-06-25 08:43:34,091 TaurusRootLogger: TangoAttributeNameValidator.getParams() is deprecated. Use getUriGroups() instead. | |
MainThread WARNING 2019-06-25 08:43:44,773 Starter: Server Pool/unittest1_1 did not stop within 10 seconds | |
ok | |
test_value_ref_enabled (sardana.taurus.core.tango.sardana.test.test_pool.TestMeasurementGroupValueRef) ... MainThread WARNING 2019-06-25 08:43:53,622 TaurusRootLogger: TangoAttributeNameValidator.getParams() is deprecated. Use getUriGroups() instead. | |
MainThread WARNING 2019-06-25 08:43:54,229 TaurusRootLogger: TangoAttributeNameValidator.getParams() is deprecated. Use getUriGroups() instead. | |
MainThread WARNING 2019-06-25 08:44:04,765 Starter: Server Pool/unittest1_1 did not stop within 10 seconds | |
ok | |
test_move (sardana.taurus.core.tango.sardana.test.test_pool.TestMotor) ... MainThread WARNING 2019-06-25 08:44:21,339 controls05.cells.es:10000.pool/demo1/2: Received elements error event Pool was shutdown or is inaccessible | |
ok | |
test_append (sardana.test.test_sardanabuffer.TestPersistentBuffer) | |
Test if append correctly fills the last_chunk as well as permanently ... ok | |
test_extend (sardana.test.test_sardanabuffer.TestPersistentBuffer) | |
Test extend method with a simple case of a list. ... ok | |
testInstanceCreation (sardana.test.test_sardanavalue.SardanaValueTestCase) ... ok | |
testSardanaValueWithExceptionInfo (sardana.test.test_sardanavalue.SardanaValueTestCase) | |
Verify the creation of SardanaValue when exc_info != None. ... ok | |
testSardanaValueWithNoExceptionInfo (sardana.test.test_sardanavalue.SardanaValueTestCase) | |
Verify the creation of SardanaValue when exc_info is not specified ... ok | |
test_configuration_default (sardana.util.test.test_funcgenerator.FuncGeneratorTestCase) ... ok | |
test_configuration_position (sardana.util.test.test_funcgenerator.FuncGeneratorTestCase) ... ok | |
test_configuration_time (sardana.util.test.test_funcgenerator.FuncGeneratorTestCase) ... ok | |
test_run_position_negative (sardana.util.test.test_funcgenerator.FuncGeneratorTestCase) ... ok | |
test_run_position_positive (sardana.util.test.test_funcgenerator.FuncGeneratorTestCase) ... ok | |
test_run_time (sardana.util.test.test_funcgenerator.FuncGeneratorTestCase) ... ok | |
test_sleep (sardana.util.test.test_funcgenerator.FuncGeneratorTestCase) ... ok | |
test_stop_time (sardana.util.test.test_funcgenerator.FuncGeneratorTestCase) ... ok | |
test_parse (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=['2', '3'], params_str='2 3', params_def=[{'default_value': None, 'description': 'value 1', 'min': 1, 'max': None, 'type': 'Float', 'name': 'value1'}, {'default_value': None, 'description': 'Value 2', 'min': 1, 'max': None, 'type': 'Float', 'name': 'value2'}]) ... ok | |
test_parse_10 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[[[['mot1', []], '3'], [['mot3'], []]]], params_str='[[[mot1 []] 3] [[mot3] []]]', params_def=[{'default_value': None, 'description': 'Motor groups', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'List of motors', 'min': 1, 'max': None, 'type': [{'default_value': 'mot1', 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}], 'name': 'motor_list'}, {'default_value': 33, 'description': 'Number', 'min': 1, 'max': None, 'type': 'Float', 'name': 'float'}], 'name': 'motor_group_list'}]) ... ok | |
test_parse_11 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[[[['mot1', 'mot2'], '3'], [['mot3'], []]]], params_str='[[[mot1 mot2] 3] [[mot3] []]]', params_def=[{'default_value': None, 'description': 'Motor groups', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'List of motors', 'min': 1, 'max': None, 'type': [{'default_value': 'mot1', 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}], 'name': 'motor_list'}, {'default_value': 33, 'description': 'Number', 'min': 1, 'max': None, 'type': 'Float', 'name': 'float'}], 'name': 'motor_group_list'}]) ... ok | |
test_parse_12 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[[[['mot1', 'mot2'], '3'], [['mot3'], '5']]], params_str='[[[mot1 mot2] 3] [[mot3] 5]]', params_def=[{'default_value': None, 'description': 'Motor groups', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'List of motors', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}], 'name': 'motor_list'}, {'default_value': None, 'description': 'Number', 'min': 1, 'max': None, 'type': 'Float', 'name': 'float'}], 'name': 'motor_group_list'}]) ... ok | |
test_parse_13 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[[['mot1', 'mot2'], ['mot3', 'mot4']]], params_str='[[mot1 mot2] [mot3 mot4]]', params_def=[{'default_value': None, 'description': 'Motor groups', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'List of motors', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}], 'name': 'motor list'}], 'name': 'motor_group_list'}]) ... ok | |
test_parse_14 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[['1', '3', '4'], ['mot1', 'mot2']], params_str='[1 3 4] [mot1 mot2]', params_def=[{'default_value': None, 'description': 'List of values', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'value', 'min': 1, 'max': None, 'type': 'Float', 'name': 'pos'}], 'name': 'numb_list'}, {'default_value': None, 'description': 'List of Motors', 'min': 1, 'max': None, 'type': [{'default_value': 'mot1', 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}], 'name': 'motor_list'}]) ... ok | |
test_parse_15 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=['ct1', ['1', '3'], 'mot1'], params_str='ct1 [1 3] mot1', params_def=[{'default_value': None, 'description': 'Counter to count', 'min': 1, 'max': None, 'type': 'ExpChannel', 'name': 'counter'}, {'default_value': None, 'description': 'List of values', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'value', 'min': 1, 'max': None, 'type': 'Float', 'name': 'pos'}], 'name': 'numb_list'}, {'default_value': None, 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}]) ... ok | |
test_parse_16 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[['1'], 'mot1'], params_str='1 mot1', params_def=[{'default_value': None, 'description': 'List of values', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'value', 'min': 1, 'max': None, 'type': 'Float', 'name': 'pos'}], 'name': 'numb_list'}, {'default_value': None, 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}]) ... ok | |
test_parse_17 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[['1', '3'], 'mot1'], params_str='[1 3] mot1', params_def=[{'default_value': None, 'description': 'List of values', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'value', 'min': 1, 'max': None, 'type': 'Float', 'name': 'pos'}], 'name': 'numb_list'}, {'default_value': None, 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}]) ... ok | |
test_parse_18 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[[['mot1', '1'], ['mot2', '3']]], params_str='mot1 1 mot2 3', params_def=[{'default_value': None, 'description': 'List of motor/position pairs', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}, {'default_value': None, 'description': 'Position to move to', 'min': 1, 'max': 2, 'type': 'Float', 'name': 'pos'}], 'name': 'm_p_pair'}]) ... ok | |
test_parse_19 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[[['mot1', '1'], ['mot2', '3']]], params_str='[[mot1 1] [mot2 3]]', params_def=[{'default_value': None, 'description': 'List of motor/position pairs', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}, {'default_value': None, 'description': 'Position to move to', 'min': 1, 'max': 2, 'type': 'Float', 'name': 'pos'}], 'name': 'm_p_pair'}]) ... ok | |
test_parse_2 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=['1', ['2', '3']], params_str='1 [2 3]', params_def=[{'default_value': None, 'description': 'value 1', 'min': 1, 'max': None, 'type': 'Float', 'name': 'value1'}, {'default_value': None, 'description': 'List of Values', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'Value 2.1', 'min': 1, 'max': None, 'type': 'Float', 'name': 'value21'}, {'default_value': None, 'description': 'Value 2.2', 'min': 1, 'max': None, 'type': 'Float', 'name': 'value22'}], 'name': 'numb_list'}]) ... ok | |
test_parse_20 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[[['mot1', '1'], ['mot2', '3']]], params_str='mot1 1 mot2 3', params_def=[{'default_value': None, 'description': 'List of motor/position pairs', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}, {'default_value': None, 'description': 'Position to move to', 'min': 1, 'max': 2, 'type': 'Float', 'name': 'pos'}], 'name': 'm_p_pair'}]) ... ok | |
test_parse_21 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[[['mot1', '1'], ['mot2', '3']]], params_str='[[mot1 1] [mot2 3]]', params_def=[{'default_value': None, 'description': 'List of motor/position pairs', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}, {'default_value': None, 'description': 'Position to move to', 'min': 1, 'max': 2, 'type': 'Float', 'name': 'pos'}], 'name': 'm_p_pair'}]) ... ok | |
test_parse_22 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[[[], ['mot2', '3'], []]], params_str='[[] [mot2 3] []]', params_def=[{'default_value': None, 'description': 'List of motor/position pairs', 'min': 1, 'max': None, 'type': [{'default_value': 'mot1', 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}, {'default_value': 2, 'description': 'Position to move to', 'min': 1, 'max': None, 'type': 'Float', 'name': 'pos'}], 'name': 'm_p_pair'}]) ... ok | |
test_parse_23 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[[['mot1', '1'], ['mot2', '3']]], params_str='mot1 1 mot2 3', params_def=[{'default_value': None, 'description': 'List of motor/position pairs', 'min': 1, 'max': None, 'type': [{'default_value': 'mot1', 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}, {'default_value': 2, 'description': 'Position to move to', 'min': 1, 'max': None, 'type': 'Float', 'name': 'pos'}], 'name': 'm_p_pair'}]) ... ok | |
test_parse_24 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[[['mot1', '1'], ['mot2', '3']]], params_str='[[mot1 1] [mot2 3]]', params_def=[{'default_value': None, 'description': 'List of motor/position pairs', 'min': 1, 'max': None, 'type': [{'default_value': 'mot1', 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}, {'default_value': 2, 'description': 'Position to move to', 'min': 1, 'max': None, 'type': 'Float', 'name': 'pos'}], 'name': 'm_p_pair'}]) ... ok | |
test_parse_25 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[[['mot1'], ['mot2', '3']]], params_str='[[mot1] [mot2 3]]', params_def=[{'default_value': None, 'description': 'List of motor/position pairs', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}, {'default_value': 2, 'description': 'Position to move to', 'min': 1, 'max': None, 'type': 'Float', 'name': 'pos'}], 'name': 'm_p_pair'}]) ... ok | |
test_parse_26 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[[['mot1', '1'], ['mot2', '3']]], params_str='mot1 1 mot2 3', params_def=[{'default_value': None, 'description': 'List of motor/position pairs', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}, {'default_value': 2, 'description': 'Position to move to', 'min': 1, 'max': None, 'type': 'Float', 'name': 'pos'}], 'name': 'm_p_pair'}]) ... ok | |
test_parse_27 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[[['mot1', '1'], ['mot2', '3']]], params_str='[[mot1 1] [mot2 3]]', params_def=[{'default_value': None, 'description': 'List of motor/position pairs', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}, {'default_value': 2, 'description': 'Position to move to', 'min': 1, 'max': None, 'type': 'Float', 'name': 'pos'}], 'name': 'm_p_pair'}]) ... ok | |
test_parse_28 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[[['mot1', '1'], ['mot2', '3']]], params_str='[[mot1 1] [mot2 3]]', params_def=[{'default_value': None, 'description': 'List of motor/position pairs', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}, {'default_value': None, 'description': 'Position to move to', 'min': 1, 'max': None, 'type': 'Float', 'name': 'position'}], 'name': 'm_p_pair'}]) ... ok | |
test_parse_29 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[[['mot1', '1'], ['mot2', '3']]], params_str='mot1 1 mot2 3', params_def=[{'default_value': None, 'description': 'List of motor/position pairs', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}, {'default_value': None, 'description': 'Position to move to', 'min': 1, 'max': None, 'type': 'Float', 'name': 'position'}], 'name': 'm_p_pair'}]) ... ok | |
test_parse_3 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[[['2', '3'], ['4', '5']]], params_str='[[2 3][4 5]]', params_def=[{'default_value': None, 'description': 'List of Values', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'Value 1', 'min': 1, 'max': None, 'type': 'Float', 'name': 'value1'}, {'default_value': None, 'description': 'Value 2', 'min': 1, 'max': None, 'type': 'Float', 'name': 'value2'}], 'name': 'numb_list'}]) ... ok | |
test_parse_30 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=['mot1', ['1', '34', '1']], params_str='mot1 1 34 1', params_def=[{'default_value': None, 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}, {'default_value': None, 'description': 'List of values', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'value', 'min': 1, 'max': None, 'type': 'Float', 'name': 'pos'}], 'name': 'numb_list'}]) ... ok | |
test_parse_31 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=['mot1', ['1', '34', '1']], params_str='mot1 [1 34 1]', params_def=[{'default_value': None, 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}, {'default_value': None, 'description': 'List of values', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'value', 'min': 1, 'max': None, 'type': 'Float', 'name': 'pos'}], 'name': 'numb_list'}]) ... ok | |
test_parse_32 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=['mot1', ['1', '3']], params_str='mot1 [1 3]', params_def=[{'default_value': None, 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}, {'default_value': None, 'description': 'List of values', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'value', 'min': 1, 'max': None, 'type': 'Float', 'name': 'pos'}], 'name': 'numb_list'}]) ... ok | |
test_parse_33 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=['mot1', ['1', '3']], params_str='mot1 1 3', params_def=[{'default_value': None, 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}, {'default_value': None, 'description': 'List of values', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'value', 'min': 1, 'max': None, 'type': 'Float', 'name': 'pos'}], 'name': 'numb_list'}]) ... ok | |
test_parse_34 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[['mot1', 'mot2', 'mot3']], params_str='mot1 mot2 mot3', params_def=[{'default_value': None, 'description': 'List of motors', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'motor name', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}], 'name': 'motor_list'}]) ... ok | |
test_parse_35 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[['mot1', 'mot2', 'mot3']], params_str='[mot1 mot2 mot3]', params_def=[{'default_value': None, 'description': 'List of motors', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'motor name', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}], 'name': 'motor_list'}]) ... ok | |
test_parse_36 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[['1', [], '15']], params_str='[1 [] 15]', params_def=[{'default_value': None, 'description': 'List of values', 'min': 1, 'max': None, 'type': [{'default_value': 21, 'description': 'value', 'min': 1, 'max': None, 'type': 'Float', 'name': 'position'}], 'name': 'numb_list'}]) ... ok | |
test_parse_37 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[['1', '34', '15']], params_str='[1 34 15]', params_def=[{'default_value': None, 'description': 'List of values', 'min': 1, 'max': None, 'type': [{'default_value': 21, 'description': 'value', 'min': 1, 'max': None, 'type': 'Float', 'name': 'position'}], 'name': 'numb_list'}]) ... ok | |
test_parse_38 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[['1', '34', '15']], params_str='1 34 15', params_def=[{'default_value': None, 'description': 'List of values', 'min': 1, 'max': None, 'type': [{'default_value': 21, 'description': 'value', 'min': 1, 'max': None, 'type': 'Float', 'name': 'position'}], 'name': 'numb_list'}]) ... ok | |
test_parse_39 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[['1', '34', '15']], params_str='[1 34 15]', params_def=[{'default_value': None, 'description': 'List of values', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'value', 'min': 1, 'max': None, 'type': 'Float', 'name': 'position'}], 'name': 'numb_list'}]) ... ok | |
test_parse_4 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[[['mot01', '3'], ['mot02', '5']], 'ct01', '999'], params_str='[[mot01 3][mot02 5]] ct01 999', params_def=[{'default_value': None, 'description': 'List of Motor and Values', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'Motor', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'pos'}, {'default_value': None, 'description': 'Position to move to', 'min': 1, 'max': 2, 'type': 'Float', 'name': 'pos'}], 'name': 'numb_list'}, {'default_value': None, 'description': 'Counter to use', 'min': 1, 'max': None, 'type': 'ExpChan', 'name': 'counter'}, {'default_value': None, 'description': 'Value', 'min': 1, 'max': None, 'type': 'Float', 'name': 'Value'}]) ... ok | |
test_parse_40 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[['1', '34', '15']], params_str='1 34 15', params_def=[{'default_value': None, 'description': 'List of values', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'value', 'min': 1, 'max': None, 'type': 'Float', 'name': 'position'}], 'name': 'numb_list'}]) ... ok | |
test_parse_41 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=['mot1'], params_str='mot1', params_def=[{'default_value': None, 'description': 'some bloody motor', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}]) ... ok | |
test_parse_42 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[], params_str='', params_def=[{'default_value': 99, 'description': 'some bloody float', 'min': 1, 'max': None, 'type': 'Float', 'name': 'value'}]) ... ok | |
test_parse_43 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=['1'], params_str='1', params_def=[{'default_value': 99, 'description': 'some bloody float', 'min': 1, 'max': None, 'type': 'Float', 'name': 'value'}]) ... ok | |
test_parse_44 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[], params_str='', params_def=[]) ... ok | |
test_parse_5 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=['2 3'], params_str="'2 3'", params_def=[{'default_value': None, 'description': 'value 1', 'min': 1, 'max': None, 'type': 'Float', 'name': 'value1'}, {'default_value': None, 'description': 'Value 2', 'min': 1, 'max': None, 'type': 'Float', 'name': 'value2'}]) ... ok | |
test_parse_6 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=['ScanFile', 'file.dat'], params_str='ScanFile file.dat', params_def=[{'default_value': None, 'description': 'param', 'min': 1, 'max': None, 'type': 'String', 'name': 'param'}, {'default_value': None, 'description': 'Value', 'min': 1, 'max': None, 'type': 'String', 'name': 'value'}]) ... ok | |
test_parse_7 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=['2', '3', ['Hello world!', 'How are you?']], params_str="2 3 ['Hello world!' 'How are you?']", params_def=[{'default_value': None, 'description': 'Value 1', 'min': 1, 'max': None, 'type': 'Float', 'name': 'value1'}, {'default_value': None, 'description': 'Value 2', 'min': 1, 'max': None, 'type': 'float', 'name': 'value2'}, {'default_value': None, 'description': 'List of Strings', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'string', 'min': 1, 'max': None, 'type': 'String', 'name': 'string'}], 'name': 'string_list'}]) ... ok | |
test_parse_8 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=['ScanFile', ['file.nxs', 'file.dat']], params_str="ScanFile ['file.nxs' 'file.dat']", params_def=[{'default_value': None, 'description': 'Parameter', 'min': 1, 'max': None, 'type': 'String', 'name': 'param'}, {'default_value': None, 'description': 'List of Scan files', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'ScanFile', 'min': 1, 'max': None, 'type': 'String', 'name': 'ScanFile'}], 'name': 'ScanFiles List'}]) ... ok | |
test_parse_9 (sardana.util.test.test_parser.ParamParserTestCase) | |
Testing parse(params=[[[[[]], '3'], [['mot3'], []]]], params_str='[[[[]] 3] [[mot3] []]]', params_def=[{'default_value': None, 'description': 'Motor groups', 'min': 1, 'max': None, 'type': [{'default_value': None, 'description': 'List of motors', 'min': 1, 'max': None, 'type': [{'default_value': 'mot1', 'description': 'Motor to move', 'min': 1, 'max': None, 'type': 'Motor', 'name': 'motor'}], 'name': 'motor_list'}, {'default_value': 33, 'description': 'Number', 'min': 1, 'max': None, 'type': 'Float', 'name': 'float'}], 'name': 'motor_group_list'}]) ... ok | |
test_countlatch (sardana.util.test.test_thread.CountLatchTestCase) ... FAIL | |
====================================================================== | |
ERROR: test_mstate_macro_runs (sardana.macroserver.macros.test.test_standard.MstateTest) | |
Testing mstate with macro_runs(macro_params=['mot08'], wait_timeout=1) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Python27\lib\site-packages\taurus\test\base.py", line 113, in newTest | |
return helper(**helper_kwargs) | |
File "C:\Python27\lib\site-packages\sardana\macroserver\macros\test\base.py", line 216, in macro_runs | |
sync=True, timeout=wait_timeout) | |
File "C:\Python27\lib\site-packages\sardana\macroserver\macros\test\macroexecutor.py", line 87, in run | |
self._run(macro_name, macro_params) | |
File "C:\Python27\lib\site-packages\sardana\tango\macroserver\test\macroexecutor.py", line 160, in _run | |
self._door.RunMacro(argin) | |
File "C:\Python27\lib\site-packages\tango\device_proxy.py", line 226, in f | |
return dp.command_inout(name, *args, **kwds) | |
File "C:\Python27\lib\site-packages\tango\green.py", line 264, in greener | |
ret = submitter(fn, self, *args, **kwargs) | |
File "C:\Python27\lib\site-packages\tango\green.py", line 100, in submit | |
return fn(*args, **kwargs) | |
File "C:\Python27\lib\site-packages\tango\connection.py", line 101, in __Connection__command_inout | |
r = Connection.command_inout_raw(self, name, *args, **kwds) | |
File "C:\Python27\lib\site-packages\tango\connection.py", line 127, in __Connection__command_inout_raw | |
return self.__command_inout(cmd_name, param) | |
DevFailed: DevFailed[ | |
DevError[ | |
desc = Command RunMacro not allowed when the device is in RUNNING state | |
origin = DeviceClass::command_handler | |
reason = API_CommandNotAllowed | |
severity = ERR] | |
DevError[ | |
desc = Failed to execute command_inout on device door/demo2/1, command RunMacro | |
origin = Connection::command_inout() | |
reason = API_CommandFailed | |
severity = ERR] | |
] | |
====================================================================== | |
ERROR: test_set_pos_macro_runs (sardana.macroserver.macros.test.test_standard.PosTest) | |
Testing set_pos with macro_runs(macro_params=['mot08', '0'], wait_timeout=1, macro_name='set_pos') | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Python27\lib\site-packages\taurus\test\base.py", line 113, in newTest | |
return helper(**helper_kwargs) | |
File "C:\Python27\lib\site-packages\sardana\macroserver\macros\test\base.py", line 216, in macro_runs | |
sync=True, timeout=wait_timeout) | |
File "C:\Python27\lib\site-packages\sardana\macroserver\macros\test\macroexecutor.py", line 87, in run | |
self._run(macro_name, macro_params) | |
File "C:\Python27\lib\site-packages\sardana\tango\macroserver\test\macroexecutor.py", line 160, in _run | |
self._door.RunMacro(argin) | |
File "C:\Python27\lib\site-packages\tango\device_proxy.py", line 226, in f | |
return dp.command_inout(name, *args, **kwds) | |
File "C:\Python27\lib\site-packages\tango\green.py", line 264, in greener | |
ret = submitter(fn, self, *args, **kwargs) | |
File "C:\Python27\lib\site-packages\tango\green.py", line 100, in submit | |
return fn(*args, **kwargs) | |
File "C:\Python27\lib\site-packages\tango\connection.py", line 101, in __Connection__command_inout | |
r = Connection.command_inout_raw(self, name, *args, **kwds) | |
File "C:\Python27\lib\site-packages\tango\connection.py", line 127, in __Connection__command_inout_raw | |
return self.__command_inout(cmd_name, param) | |
DevFailed: DevFailed[ | |
DevError[ | |
desc = Command RunMacro not allowed when the device is in RUNNING state | |
origin = DeviceClass::command_handler | |
reason = API_CommandNotAllowed | |
severity = ERR] | |
DevError[ | |
desc = Failed to execute command_inout on device door/demo2/1, command RunMacro | |
origin = Connection::command_inout() | |
reason = API_CommandFailed | |
severity = ERR] | |
] | |
====================================================================== | |
ERROR: test_set_user_pos_macro_runs (sardana.macroserver.macros.test.test_standard.PosTest) | |
Testing set_user_pos with macro_runs(macro_params=['mot08', '0'], wait_timeout=1, macro_name='set_user_pos') | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Python27\lib\site-packages\taurus\test\base.py", line 113, in newTest | |
return helper(**helper_kwargs) | |
File "C:\Python27\lib\site-packages\sardana\macroserver\macros\test\base.py", line 216, in macro_runs | |
sync=True, timeout=wait_timeout) | |
File "C:\Python27\lib\site-packages\sardana\macroserver\macros\test\macroexecutor.py", line 87, in run | |
self._run(macro_name, macro_params) | |
File "C:\Python27\lib\site-packages\sardana\tango\macroserver\test\macroexecutor.py", line 160, in _run | |
self._door.RunMacro(argin) | |
File "C:\Python27\lib\site-packages\tango\device_proxy.py", line 226, in f | |
return dp.command_inout(name, *args, **kwds) | |
File "C:\Python27\lib\site-packages\tango\green.py", line 264, in greener | |
ret = submitter(fn, self, *args, **kwargs) | |
File "C:\Python27\lib\site-packages\tango\green.py", line 100, in submit | |
return fn(*args, **kwargs) | |
File "C:\Python27\lib\site-packages\tango\connection.py", line 101, in __Connection__command_inout | |
r = Connection.command_inout_raw(self, name, *args, **kwds) | |
File "C:\Python27\lib\site-packages\tango\connection.py", line 127, in __Connection__command_inout_raw | |
return self.__command_inout(cmd_name, param) | |
DevFailed: DevFailed[ | |
DevError[ | |
desc = Command RunMacro not allowed when the device is in RUNNING state | |
origin = DeviceClass::command_handler | |
reason = API_CommandNotAllowed | |
severity = ERR] | |
DevError[ | |
desc = Failed to execute command_inout on device door/demo2/1, command RunMacro | |
origin = Connection::command_inout() | |
reason = API_CommandFailed | |
severity = ERR] | |
] | |
====================================================================== | |
ERROR: test_report_macro_runs (sardana.macroserver.macros.test.test_standard.ReportTest) | |
Testing report with macro_runs(macro_params=['blabla'], wait_timeout=1) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Python27\lib\site-packages\taurus\test\base.py", line 113, in newTest | |
return helper(**helper_kwargs) | |
File "C:\Python27\lib\site-packages\sardana\macroserver\macros\test\base.py", line 216, in macro_runs | |
sync=True, timeout=wait_timeout) | |
File "C:\Python27\lib\site-packages\sardana\macroserver\macros\test\macroexecutor.py", line 87, in run | |
self._run(macro_name, macro_params) | |
File "C:\Python27\lib\site-packages\sardana\tango\macroserver\test\macroexecutor.py", line 160, in _run | |
self._door.RunMacro(argin) | |
File "C:\Python27\lib\site-packages\tango\device_proxy.py", line 226, in f | |
return dp.command_inout(name, *args, **kwds) | |
File "C:\Python27\lib\site-packages\tango\green.py", line 264, in greener | |
ret = submitter(fn, self, *args, **kwargs) | |
File "C:\Python27\lib\site-packages\tango\green.py", line 100, in submit | |
return fn(*args, **kwargs) | |
File "C:\Python27\lib\site-packages\tango\connection.py", line 101, in __Connection__command_inout | |
r = Connection.command_inout_raw(self, name, *args, **kwds) | |
File "C:\Python27\lib\site-packages\tango\connection.py", line 127, in __Connection__command_inout_raw | |
return self.__command_inout(cmd_name, param) | |
DevFailed: DevFailed[ | |
DevError[ | |
desc = Command RunMacro not allowed when the device is in RUNNING state | |
origin = DeviceClass::command_handler | |
reason = API_CommandNotAllowed | |
severity = ERR] | |
DevError[ | |
desc = Failed to execute command_inout on device door/demo2/1, command RunMacro | |
origin = Connection::command_inout() | |
reason = API_CommandFailed | |
severity = ERR] | |
] | |
====================================================================== | |
ERROR: test_wm_macro_runs (sardana.macroserver.macros.test.test_wm.WmTest) | |
Testing wm with macro_runs(macro_params=['mot08'], wait_timeout=5.0) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Python27\lib\site-packages\taurus\test\base.py", line 113, in newTest | |
return helper(**helper_kwargs) | |
File "C:\Python27\lib\site-packages\sardana\macroserver\macros\test\test_wm.py", line 45, in macro_runs | |
RunMacroTestCase.macro_runs(self, **kw) | |
File "C:\Python27\lib\site-packages\sardana\macroserver\macros\test\base.py", line 216, in macro_runs | |
sync=True, timeout=wait_timeout) | |
File "C:\Python27\lib\site-packages\sardana\macroserver\macros\test\macroexecutor.py", line 87, in run | |
self._run(macro_name, macro_params) | |
File "C:\Python27\lib\site-packages\sardana\tango\macroserver\test\macroexecutor.py", line 160, in _run | |
self._door.RunMacro(argin) | |
File "C:\Python27\lib\site-packages\tango\device_proxy.py", line 226, in f | |
return dp.command_inout(name, *args, **kwds) | |
File "C:\Python27\lib\site-packages\tango\green.py", line 264, in greener | |
ret = submitter(fn, self, *args, **kwargs) | |
File "C:\Python27\lib\site-packages\tango\green.py", line 100, in submit | |
return fn(*args, **kwargs) | |
File "C:\Python27\lib\site-packages\tango\connection.py", line 101, in __Connection__command_inout | |
r = Connection.command_inout_raw(self, name, *args, **kwds) | |
File "C:\Python27\lib\site-packages\tango\connection.py", line 127, in __Connection__command_inout_raw | |
return self.__command_inout(cmd_name, param) | |
DevFailed: DevFailed[ | |
DevError[ | |
desc = Command RunMacro not allowed when the device is in RUNNING state | |
origin = DeviceClass::command_handler | |
reason = API_CommandNotAllowed | |
severity = ERR] | |
DevError[ | |
desc = Failed to execute command_inout on device door/demo2/1, command RunMacro | |
origin = Connection::command_inout() | |
reason = API_CommandFailed | |
severity = ERR] | |
] | |
====================================================================== | |
ERROR: test_meas_cont_acquisition_2 (sardana.tango.pool.test.test_measurementgroup.TangoAcquisitionTestCase) | |
Synchronized acquisition with two channels from the same controller using hardware trigger | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Python27\lib\site-packages\sardana\tango\pool\test\test_measurementgroup.py", line 268, in tearDown | |
SarTestTestCase.tearDown(self) | |
File "C:\Python27\lib\site-packages\sardana\tango\pool\test\base_sartest.py", line 195, in tearDown | |
raise Exception(msg) | |
Exception: Cleanup failed. Database may be left dirty. | |
Ctrls : ['_test_2d_ctrl_1', '_test_2d_ctrl_2', '_test_tg_ctrl_1', '_test_pc_ctrl_1'] | |
Elems : [] | |
====================================================================== | |
FAIL: test_move (sardana.macroserver.macros.test.test_standard.MoveTest) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Python27\lib\site-packages\sardana\macroserver\macros\test\test_standard.py", line 78, in test_move | |
self.macro_runs("mv", macro_params=[MOT_NAME1, "1"], wait_timeout=3) | |
File "C:\Python27\lib\site-packages\sardana\macroserver\macros\test\base.py", line 217, in macro_runs | |
self.assertFinished('Macro %s did not finish' % macro_name) | |
File "C:\Python27\lib\site-packages\sardana\macroserver\macros\test\base.py", line 187, in assertFinished | |
self.assertIn(state, finishStates, msg) | |
AssertionError: Macro mv did not finish; | |
State: start | |
====================================================================== | |
FAIL: test_getRecorderPath_3 (sardana.macroserver.test.test_msrecordermanager.RecorderManagerTest) | |
Testing getRecorderPath(expected_num_path=3, recorder_path=['/tmp/foo:/tmp/foo2']) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Python27\lib\site-packages\taurus\test\base.py", line 113, in newTest | |
return helper(**helper_kwargs) | |
File "C:\Python27\lib\site-packages\sardana\macroserver\test\test_msrecordermanager.py", line 86, in getRecorderPath | |
self.assertEqual(num_paths, expected_num_path, msg) | |
AssertionError: The number of paths do not concur, read 2, expected 3 | |
====================================================================== | |
FAIL: test_stop_meas_cont_acquisition_3 (sardana.tango.pool.test.test_measurementgroup.TangoAcquisitionTestCase) | |
Stop of the synchronized acquisition with two channels from the same controller using hardware trigger | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Python27\lib\site-packages\taurus\test\base.py", line 113, in newTest | |
return helper(**helper_kwargs) | |
File "C:\Python27\lib\site-packages\sardana\tango\pool\test\test_measurementgroup.py", line 253, in stop_meas_cont_acquisition | |
self.assertEqual(state, desired_state, msg) | |
AssertionError: channel tango://controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1 state after stop is FAULT (should be ON) | |
====================================================================== | |
FAIL: test_countlatch (sardana.util.test.test_thread.CountLatchTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Python27\lib\site-packages\sardana\util\test\test_thread.py", line 46, in test_countlatch | |
self.assertEqual(pool.getNumOfBusyWorkers(), 0, msg) | |
AssertionError: some workers are still busy | |
---------------------------------------------------------------------- | |
Ran 251 tests in 1332.891s | |
FAILED (failures=4, errors=6, skipped=8, expected failures=1) | |
MANUAL EXECUTION OF FAILED AND ERRORED TESTS (ALL ARE OK): | |
Microsoft Windows [Version 10.0.16299.19] | |
(c) 2017 Microsoft Corporation. All rights reserved. | |
C:\Users\IEUser>python -m unittest sardana.macroserver.macros.test.test_standard.MstateTest.test_mstate_macro_runs | |
MainThread WARNING 2019-06-25 09:03:29,854 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\macroserver\macros\test\test_standard.py:28: DeprecationWarning: taurus.external.unittest is deprecated since 4.3.2. Use unittest instead | |
from taurus.external import unittest | |
MainThread WARNING 2019-06-25 09:03:30,019 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:357: DeprecationWarning: getStateObj is deprecated since 4.0. Use .stateObj [Tango] or .factory.getAttribute(state_full_name) [agnostic] instead | |
self.getStateObj().addListener(self.stateChanged) | |
MainThread WARNING 2019-06-25 09:03:30,138 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:606: DeprecationWarning: getState is deprecated since 4.0. Use .stateObj.read().rvalue [Tango] or .state [agnostic] instead | |
self._old_door_state = self.getState() | |
MainThread WARNING 2019-06-25 09:03:30,140 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:610: DeprecationWarning: getSWState is deprecated since 4.0. Use state instead | |
self._old_sw_door_state = self.getSWState() | |
MainThread WARNING 2019-06-25 09:03:30,252 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:131: DeprecationWarning: _get_value is deprecated since 4.0. Use .rvalue instead | |
if evt_value is None or evt_value.value is None: | |
MainThread WARNING 2019-06-25 09:03:31,604 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\pool\pooldefs.py:34: DeprecationWarning: taurus.external.enum is deprecated since 4.3.2. Use enum (enum34 module) instead | |
from taurus.external.enum import IntEnum | |
. | |
---------------------------------------------------------------------- | |
Ran 1 test in 5.780s | |
OK | |
Assertion failed: Successful WSASTARTUP not yet performed (..\..\..\src\signaler.cpp:377) | |
C:\Users\IEUser>python -m unittest sardana.macroserver.macros.test.test_standard.MstateTest.test_mstate_macro_runs | |
C:\Users\IEUser>python -m unittest sardana.macroserver.macros.test.test_standard.PosTest.test_set_pos_macro_runs | |
MainThread WARNING 2019-06-25 09:04:17,717 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\macroserver\macros\test\test_standard.py:28: DeprecationWarning: taurus.external.unittest is deprecated since 4.3.2. Use unittest instead | |
from taurus.external import unittest | |
MainThread WARNING 2019-06-25 09:04:17,835 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:357: DeprecationWarning: getStateObj is deprecated since 4.0. Use .stateObj [Tango] or .factory.getAttribute(state_full_name) [agnostic] instead | |
self.getStateObj().addListener(self.stateChanged) | |
MainThread WARNING 2019-06-25 09:04:17,967 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:606: DeprecationWarning: getState is deprecated since 4.0. Use .stateObj.read().rvalue [Tango] or .state [agnostic] instead | |
self._old_door_state = self.getState() | |
MainThread WARNING 2019-06-25 09:04:17,970 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:610: DeprecationWarning: getSWState is deprecated since 4.0. Use state instead | |
self._old_sw_door_state = self.getSWState() | |
MainThread WARNING 2019-06-25 09:04:18,085 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:131: DeprecationWarning: _get_value is deprecated since 4.0. Use .rvalue instead | |
if evt_value is None or evt_value.value is None: | |
MainThread WARNING 2019-06-25 09:04:19,447 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\pool\pooldefs.py:34: DeprecationWarning: taurus.external.enum is deprecated since 4.3.2. Use enum (enum34 module) instead | |
from taurus.external.enum import IntEnum | |
. | |
---------------------------------------------------------------------- | |
Ran 1 test in 5.752s | |
OK | |
Assertion failed: Successful WSASTARTUP not yet performed (..\..\..\src\signaler.cpp:377) | |
C:\Users\IEUser> | |
C:\Users\IEUser> | |
C:\Users\IEUser> | |
C:\Users\IEUser> | |
C:\Users\IEUser>python -m unittest sardana.macroserver.macros.test.test_standard.PosTest.test_set_user_pos_macro_runs | |
MainThread WARNING 2019-06-25 09:05:10,677 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\macroserver\macros\test\test_standard.py:28: DeprecationWarning: taurus.external.unittest is deprecated since 4.3.2. Use unittest instead | |
from taurus.external import unittest | |
MainThread WARNING 2019-06-25 09:05:10,796 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:357: DeprecationWarning: getStateObj is deprecated since 4.0. Use .stateObj [Tango] or .factory.getAttribute(state_full_name) [agnostic] instead | |
self.getStateObj().addListener(self.stateChanged) | |
MainThread WARNING 2019-06-25 09:05:10,928 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:606: DeprecationWarning: getState is deprecated since 4.0. Use .stateObj.read().rvalue [Tango] or .state [agnostic] instead | |
self._old_door_state = self.getState() | |
MainThread WARNING 2019-06-25 09:05:10,930 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:610: DeprecationWarning: getSWState is deprecated since 4.0. Use state instead | |
self._old_sw_door_state = self.getSWState() | |
MainThread WARNING 2019-06-25 09:05:11,042 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:131: DeprecationWarning: _get_value is deprecated since 4.0. Use .rvalue instead | |
if evt_value is None or evt_value.value is None: | |
MainThread WARNING 2019-06-25 09:05:12,421 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\pool\pooldefs.py:34: DeprecationWarning: taurus.external.enum is deprecated since 4.3.2. Use enum (enum34 module) instead | |
from taurus.external.enum import IntEnum | |
. | |
---------------------------------------------------------------------- | |
Ran 1 test in 5.665s | |
OK | |
Assertion failed: Successful WSASTARTUP not yet performed (..\..\..\src\signaler.cpp:377) | |
C:\Users\IEUser>python -m unittest | |
C:\Users\IEUser>python -m unittest sardana.macroserver.macros.test.test_standard.PosTest.test_set_user_pos_macro_runs | |
C:\Users\IEUser>python -m unittest sardana.macroserver.macros.test.test_standard.ReportTest.test_report_macro_runs | |
MainThread WARNING 2019-06-25 09:06:42,927 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\macroserver\macros\test\test_standard.py:28: DeprecationWarning: taurus.external.unittest is deprecated since 4.3.2. Use unittest instead | |
from taurus.external import unittest | |
MainThread WARNING 2019-06-25 09:06:43,098 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:357: DeprecationWarning: getStateObj is deprecated since 4.0. Use .stateObj [Tango] or .factory.getAttribute(state_full_name) [agnostic] instead | |
self.getStateObj().addListener(self.stateChanged) | |
MainThread WARNING 2019-06-25 09:06:43,214 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:606: DeprecationWarning: getState is deprecated since 4.0. Use .stateObj.read().rvalue [Tango] or .state [agnostic] instead | |
self._old_door_state = self.getState() | |
MainThread WARNING 2019-06-25 09:06:43,216 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:610: DeprecationWarning: getSWState is deprecated since 4.0. Use state instead | |
self._old_sw_door_state = self.getSWState() | |
MainThread WARNING 2019-06-25 09:06:43,335 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:131: DeprecationWarning: _get_value is deprecated since 4.0. Use .rvalue instead | |
if evt_value is None or evt_value.value is None: | |
MainThread WARNING 2019-06-25 09:06:44,703 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\pool\pooldefs.py:34: DeprecationWarning: taurus.external.enum is deprecated since 4.3.2. Use enum (enum34 module) instead | |
from taurus.external.enum import IntEnum | |
. | |
---------------------------------------------------------------------- | |
Ran 1 test in 5.524s | |
OK | |
Assertion failed: Successful WSASTARTUP not yet performed (..\..\..\src\signaler.cpp:377) | |
C:\Users\IEUser>python -m unittest sardana.macroserver.macros.test.test_wm.WmTest.test_wm_macro_runs | |
MainThread WARNING 2019-06-25 09:12:26,733 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\macroserver\macros\test\test_wm.py:28: DeprecationWarning: taurus.external.unittest is deprecated since 4.3.2. Use unittest instead | |
from taurus.external import unittest | |
MainThread WARNING 2019-06-25 09:12:26,862 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:357: DeprecationWarning: getStateObj is deprecated since 4.0. Use .stateObj [Tango] or .factory.getAttribute(state_full_name) [agnostic] instead | |
self.getStateObj().addListener(self.stateChanged) | |
MainThread WARNING 2019-06-25 09:12:26,977 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:606: DeprecationWarning: getState is deprecated since 4.0. Use .stateObj.read().rvalue [Tango] or .state [agnostic] instead | |
self._old_door_state = self.getState() | |
MainThread WARNING 2019-06-25 09:12:26,980 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:610: DeprecationWarning: getSWState is deprecated since 4.0. Use state instead | |
self._old_sw_door_state = self.getSWState() | |
MainThread WARNING 2019-06-25 09:12:27,098 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:131: DeprecationWarning: _get_value is deprecated since 4.0. Use .rvalue instead | |
if evt_value is None or evt_value.value is None: | |
MainThread WARNING 2019-06-25 09:12:28,457 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\pool\pooldefs.py:34: DeprecationWarning: taurus.external.enum is deprecated since 4.3.2. Use enum (enum34 module) instead | |
from taurus.external.enum import IntEnum | |
. | |
---------------------------------------------------------------------- | |
Ran 1 test in 5.987s | |
OK | |
Assertion failed: Successful WSASTARTUP not yet performed (..\..\..\src\signaler.cpp:377) | |
C:\Users\IEUser>python -m unittest sardana.tango.pool.test.test_measurementgroup.TangoAcquisitionTestCase.test_meas_cont_acquisition_2 | |
MainThread WARNING 2019-06-25 09:13:11,732 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\pool\pooldefs.py:34: DeprecationWarning: taurus.external.enum is deprecated since 4.3.2. Use enum (enum34 module) instead | |
from taurus.external.enum import IntEnum | |
MainThread WARNING 2019-06-25 09:13:11,750 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\tango\pool\test\base.py:32: DeprecationWarning: taurus.external.unittest is deprecated since 4.3.2. Use unittest instead | |
from taurus.external import unittest | |
MainThread INFO 2019-06-25 09:13:12,105 Starter: Starting server Pool/unittest1_1... | |
MainThread INFO 2019-06-25 09:13:14,118 Starter: Server Pool/unittest1_1 has been started | |
MainThread WARNING 2019-06-25 09:13:18,621 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 09:13:18,723 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 09:13:18,740 TaurusRootLogger: Model name "controls05.cells.es:10000/controller/dummycountertimercontroller/_test_ct_ctrl_1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 09:13:18,756 TaurusRootLogger: Model name "controls05.cells.es:10000/triggergate/_test_tg_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 09:13:18,829 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 09:13:18,926 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Acquiring... | |
Acquiring... | |
Dummy-1 WARNING 2019-06-25 09:13:19,157 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 09:13:19,188 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-1 WARNING 2019-06-25 09:13:19,224 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Acquiring... | |
Dummy-1 WARNING 2019-06-25 09:13:19,266 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread INFO 2019-06-25 09:13:21,051 Starter: Deleted device pool/demo1/2 | |
MainThread INFO 2019-06-25 09:13:21,052 Starter: Hard killing server Pool/unittest1_1... | |
MainThread INFO 2019-06-25 09:13:27,677 Starter: Server Pool/unittest1_1 has been stopped | |
MainThread INFO 2019-06-25 09:13:27,734 Starter: Deleted Server Pool/unittest1_1 | |
. | |
---------------------------------------------------------------------- | |
Ran 1 test in 15.662s | |
OK | |
Assertion failed: Successful WSASTARTUP not yet performed (..\..\..\src\signaler.cpp:377) | |
C:\Users\IEUser>python -m unittest sardana.macroserver.macros.test.test_standard.MoveTest.test_move | |
MainThread WARNING 2019-06-25 09:15:33,407 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\macroserver\macros\test\test_standard.py:28: DeprecationWarning: taurus.external.unittest is deprecated since 4.3.2. Use unittest instead | |
from taurus.external import unittest | |
MainThread WARNING 2019-06-25 09:15:33,523 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:357: DeprecationWarning: getStateObj is deprecated since 4.0. Use .stateObj [Tango] or .factory.getAttribute(state_full_name) [agnostic] instead | |
self.getStateObj().addListener(self.stateChanged) | |
MainThread WARNING 2019-06-25 09:15:33,638 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:606: DeprecationWarning: getState is deprecated since 4.0. Use .stateObj.read().rvalue [Tango] or .state [agnostic] instead | |
self._old_door_state = self.getState() | |
MainThread WARNING 2019-06-25 09:15:33,640 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:610: DeprecationWarning: getSWState is deprecated since 4.0. Use state instead | |
self._old_sw_door_state = self.getSWState() | |
MainThread WARNING 2019-06-25 09:15:33,752 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\taurus\core\tango\sardana\macroserver.py:131: DeprecationWarning: _get_value is deprecated since 4.0. Use .rvalue instead | |
if evt_value is None or evt_value.value is None: | |
MainThread WARNING 2019-06-25 09:15:35,092 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\pool\pooldefs.py:34: DeprecationWarning: taurus.external.enum is deprecated since 4.3.2. Use enum (enum34 module) instead | |
from taurus.external.enum import IntEnum | |
. | |
---------------------------------------------------------------------- | |
Ran 1 test in 27.483s | |
OK | |
Assertion failed: Successful WSASTARTUP not yet performed (..\..\..\src\signaler.cpp:377) | |
C:\Users\IEUser>python -m unittest sardana.tango.pool.test.test_measurementgroup.TangoAcquisitionTestCase.test_stop_meas_cont_acquisition_3 | |
MainThread WARNING 2019-06-25 09:16:45,815 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\pool\pooldefs.py:34: DeprecationWarning: taurus.external.enum is deprecated since 4.3.2. Use enum (enum34 module) instead | |
from taurus.external.enum import IntEnum | |
MainThread WARNING 2019-06-25 09:16:45,822 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\tango\pool\test\base.py:32: DeprecationWarning: taurus.external.unittest is deprecated since 4.3.2. Use unittest instead | |
from taurus.external import unittest | |
MainThread INFO 2019-06-25 09:16:45,917 Starter: Starting server Pool/unittest1_1... | |
MainThread INFO 2019-06-25 09:16:47,930 Starter: Server Pool/unittest1_1 has been started | |
MainThread WARNING 2019-06-25 09:16:51,801 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 09:16:51,861 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 09:16:51,875 TaurusRootLogger: Model name "controls05.cells.es:10000/controller/dummycountertimercontroller/_test_ct_ctrl_1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 09:16:51,887 TaurusRootLogger: Model name "controls05.cells.es:10000/triggergate/_test_tg_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 09:16:51,917 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread WARNING 2019-06-25 09:16:52,019 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Acquiring... | |
Acquiring... | |
Dummy-2 WARNING 2019-06-25 09:16:52,253 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-2 WARNING 2019-06-25 09:16:52,288 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Dummy-2 WARNING 2019-06-25 09:16:52,323 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/1" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
Acquiring... | |
Dummy-2 WARNING 2019-06-25 09:16:52,367 TaurusRootLogger: Model name "controls05.cells.es:10000/expchan/_test_ct_ctrl_1/2" is supported but not strictly valid. | |
It is STRONGLY recommended that you change it to | |
strictly follow tango scheme syntax | |
MainThread INFO 2019-06-25 09:16:53,062 Starter: Deleted device pool/demo1/2 | |
MainThread INFO 2019-06-25 09:16:53,062 Starter: Hard killing server Pool/unittest1_1... | |
MainThread WARNING 2019-06-25 09:17:03,069 Starter: Server Pool/unittest1_1 did not stop within 10 seconds | |
MainThread INFO 2019-06-25 09:17:03,075 Starter: Deleted Server Pool/unittest1_1 | |
. | |
---------------------------------------------------------------------- | |
Ran 1 test in 17.186s | |
OK | |
Assertion failed: Successful WSASTARTUP not yet performed (..\..\..\src\signaler.cpp:377) | |
C:\Users\IEUser>python -m unittest sardana.util.test.test_thread.CountLatchTestCase.test_countlatch | |
MainThread WARNING 2019-06-25 09:17:31,756 TaurusRootLogger: C:\Python27\lib\site-packages\sardana\util\test\test_thread.py:29: DeprecationWarning: taurus.external.unittest is deprecated since 4.3.2. Use unittest instead | |
from taurus.external.unittest import TestCase | |
. | |
---------------------------------------------------------------------- | |
Ran 1 test in 0.887s | |
OK | |
C:\Users\IEUser> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment