# Start DevTest DS xtramgr@xtworkstation:~$ ./DevTest.py test Failed to import EventChannelFactory notifd/factory/xtworkstation from the Tango database In DevTestClass __init__ In DevTest __init__ In Python init_device method # Start DevTest DS and run the client test script xtramgr@xtworkstation:~$ ./DevTest.py test Failed to import EventChannelFactory notifd/factory/xtworkstation from the Tango database In DevTestClass __init__ In DevTest __init__ In Python init_device method In read_attr_hardware [DevTest::read_attr] attribute name Long_attr [DevTest::read_attr] attribute name DefUserAttr [DevTest::read_attr] attribute name DefClassUserAttr In read_attr_hardware [DevTest::read_attr] attribute name attr_wrong_type In read_attr_hardware [DevTest::read_attr] attribute name Float_attr In read_attr_hardware [DevTest::read_attr] attribute name UShort_ima_attr_rw In read_attr_hardware [DevTest::read_attr] attribute name Short_attr_rw In read_attr_hardware [DevTest::read_attr] attribute name UChar_spec_attr_rw In read_attr_hardware [DevTest::read_attr] attribute name Short_spec_attr_rw In read_attr_hardware [DevTest::read_attr] attribute name ULong64_attr_rw In read_attr_hardware [DevTest::read_attr] attribute name attr_asyn_to Leaving reading attr_asyn_to attribute ********************************************************** DS on LCU, on Win VM, timeout 3s xtramgr@xtworkstation:~$ ./test_PyTango_TangoTest.py ***************************************************************** INFOS -------- TANGO_HOST = xtworkstation:10000 PyTango version = 8.1.1 ***************************************************************** DEVICE STATE -------- Creating proxy to dome device... Get green mode : Synchronous -------- ---> STATES and STATUS, PING ------------------------------------------- Get the state ON Ping the device proxy 525 Get the status The device is in ON state. ***************************************************************** DEVICE ATTRIBUTES -------- Dump/read all attributes values: GOT attr_wrong_type GOT Float_attr GOT String_attr_w2 GOT UShort_ima_attr_rw GOT Short_attr_rw GOT UChar_spec_attr_rw GOT Short_spec_attr_rw GOT UShort_attr_w GOT ULong64_attr_rw GOT Boolean_attr_w GOT Float_ima_attr_w Traceback (most recent call last): File "./test_PyTango_TangoTest.py", line 107, in result = str(dome.__getattr__(i)) File "/usr/lib/python2.7/dist-packages/PyTango/device_proxy.py", line 210, in __DeviceProxy__getattr return self.read_attribute(name).value File "/usr/lib/python2.7/dist-packages/PyTango/green.py", line 165, in greener ret = submit(fn, self, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/PyTango/green.py", line 81, in synch_submit return get_synch_executor().submit(fn, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/PyTango/green.py", line 73, in submit return fn(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/PyTango/device_proxy.py", line 247, in __DeviceProxy__read_attribute return __check_read_attribute(self._read_attribute(value, extract_as)) PyTango.CommunicationFailed: DevFailed[ DevError[ desc = TRANSIENT CORBA system exception: TRANSIENT_CallTimedout origin = DeviceProxy:read_attribute reason = API_CorbaException severity = ERR] DevError[ desc = Timeout (3000 mS) exceeded on device toto/python/test origin = DeviceProxy:read_attribute reason = API_DeviceTimedOut severity = ERR] ] ********************************************************** DS on LCU, on Win VM, timeout 3.5s xtramgr@xtworkstation:~$ ./test_PyTango_TangoTest.py ***************************************************************** INFOS -------- TANGO_HOST = xtworkstation:10000 PyTango version = 8.1.1 ***************************************************************** DEVICE STATE -------- Creating proxy to dome device... Get green mode : Synchronous -------- ---> STATES and STATUS, PING ------------------------------------------- Get the state ON Ping the device proxy 592 Get the status The device is in ON state. ***************************************************************** DEVICE ATTRIBUTES -------- Dump/read all attributes values: GOT attr_wrong_type GOT Float_attr GOT String_attr_w2 GOT UShort_ima_attr_rw GOT Short_attr_rw GOT UChar_spec_attr_rw GOT Short_spec_attr_rw GOT UShort_attr_w GOT ULong64_attr_rw GOT Boolean_attr_w GOT Float_ima_attr_w Traceback (most recent call last): File "./test_PyTango_TangoTest.py", line 107, in result = str(dome.__getattr__(i)) File "/usr/lib/python2.7/dist-packages/PyTango/device_proxy.py", line 210, in __DeviceProxy__getattr return self.read_attribute(name).value File "/usr/lib/python2.7/dist-packages/PyTango/green.py", line 165, in greener ret = submit(fn, self, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/PyTango/green.py", line 81, in synch_submit return get_synch_executor().submit(fn, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/PyTango/green.py", line 73, in submit return fn(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/PyTango/device_proxy.py", line 247, in __DeviceProxy__read_attribute return __check_read_attribute(self._read_attribute(value, extract_as)) PyTango.CommunicationFailed: DevFailed[ DevError[ desc = TRANSIENT CORBA system exception: TRANSIENT_CallTimedout origin = DeviceProxy:read_attribute reason = API_CorbaException severity = ERR] DevError[ desc = Timeout (3500 mS) exceeded on device toto/python/test origin = DeviceProxy:read_attribute reason = API_DeviceTimedOut severity = ERR] ] ********************************************************** DS on LCU, on Linux ubuntu 14.04 LTS, timeout 3s xtramgr@xtworkstation:~$ ./test_PyTango_TangoTest.py ***************************************************************** INFOS -------- TANGO_HOST = xtworkstation:10000 PyTango version = 8.1.1 ***************************************************************** DEVICE STATE -------- Creating proxy to dome device... Get green mode : Synchronous -------- ---> STATES and STATUS, PING ------------------------------------------- Get the state ON Ping the device proxy 3953 Get the status The device is in ON state. ***************************************************************** DEVICE ATTRIBUTES -------- Dump/read all attributes values: GOT attr_wrong_type GOT Float_attr GOT String_attr_w2 GOT UShort_ima_attr_rw GOT Short_attr_rw GOT UChar_spec_attr_rw GOT Short_spec_attr_rw GOT UShort_attr_w GOT ULong64_attr_rw GOT Boolean_attr_w GOT Float_ima_attr_w Traceback (most recent call last): File "./test_PyTango_TangoTest.py", line 107, in result = str(dome.__getattr__(i)) File "/usr/lib/python2.7/dist-packages/PyTango/device_proxy.py", line 210, in __DeviceProxy__getattr return self.read_attribute(name).value File "/usr/lib/python2.7/dist-packages/PyTango/green.py", line 165, in greener ret = submit(fn, self, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/PyTango/green.py", line 81, in synch_submit return get_synch_executor().submit(fn, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/PyTango/green.py", line 73, in submit return fn(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/PyTango/device_proxy.py", line 247, in __DeviceProxy__read_attribute return __check_read_attribute(self._read_attribute(value, extract_as)) PyTango.CommunicationFailed: DevFailed[ DevError[ desc = TRANSIENT CORBA system exception: TRANSIENT_CallTimedout origin = DeviceProxy:read_attribute reason = API_CorbaException severity = ERR] DevError[ desc = Timeout (3000 mS) exceeded on device toto/python/test origin = DeviceProxy:read_attribute reason = API_DeviceTimedOut severity = ERR] ] xtramgr@xtworkstation:~$ ********************************************************** DS on LCU, on Linux ubuntu 14.04 LTS, timeout 3.5s xtramgr@xtworkstation:~$ ./test_PyTango_TangoTest.py ***************************************************************** INFOS -------- TANGO_HOST = xtworkstation:10000 PyTango version = 8.1.1 ***************************************************************** DEVICE STATE -------- Creating proxy to dome device... Get green mode : Synchronous -------- ---> STATES and STATUS, PING ------------------------------------------- Get the state Traceback (most recent call last): File "./test_PyTango_TangoTest.py", line 89, in print(dome.state()) File "/usr/lib/python2.7/dist-packages/PyTango/green.py", line 165, in greener ret = submit(fn, self, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/PyTango/green.py", line 81, in synch_submit return get_synch_executor().submit(fn, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/PyTango/green.py", line 73, in submit return fn(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/PyTango/device_proxy.py", line 983, in __DeviceProxy__state return self._state(*args, **kwargs) PyTango.ConnectionFailed: DevFailed[ DevError[ desc = TRANSIENT CORBA system exception: TRANSIENT_ConnectFailed origin = Connection::reconnect reason = API_CorbaException severity = ERR] DevError[ desc = Failed to connect to device toto/python/test origin = Connection::reconnect reason = API_CantConnectToDevice severity = ERR] ] xtramgr@xtworkstation:~$ ./test_PyTango_TangoTest.py ***************************************************************** INFOS -------- TANGO_HOST = xtworkstation:10000 PyTango version = 8.1.1 ***************************************************************** DEVICE STATE -------- Creating proxy to dome device... Get green mode : Synchronous -------- ---> STATES and STATUS, PING ------------------------------------------- Get the state ON Ping the device proxy 133 Get the status The device is in ON state. ***************************************************************** DEVICE ATTRIBUTES -------- Dump/read all attributes values: GOT attr_wrong_type GOT Float_attr GOT String_attr_w2 GOT UShort_ima_attr_rw GOT Short_attr_rw GOT UChar_spec_attr_rw GOT Short_spec_attr_rw GOT UShort_attr_w GOT ULong64_attr_rw GOT Boolean_attr_w GOT Float_ima_attr_w Traceback (most recent call last): File "./test_PyTango_TangoTest.py", line 107, in result = str(dome.__getattr__(i)) File "/usr/lib/python2.7/dist-packages/PyTango/device_proxy.py", line 210, in __DeviceProxy__getattr return self.read_attribute(name).value File "/usr/lib/python2.7/dist-packages/PyTango/green.py", line 165, in greener ret = submit(fn, self, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/PyTango/green.py", line 81, in synch_submit return get_synch_executor().submit(fn, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/PyTango/green.py", line 73, in submit return fn(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/PyTango/device_proxy.py", line 247, in __DeviceProxy__read_attribute return __check_read_attribute(self._read_attribute(value, extract_as)) PyTango.CommunicationFailed: DevFailed[ DevError[ desc = TRANSIENT CORBA system exception: TRANSIENT_CallTimedout origin = DeviceProxy:read_attribute reason = API_CorbaException severity = ERR] DevError[ desc = Timeout (3500 mS) exceeded on device toto/python/test origin = DeviceProxy:read_attribute reason = API_DeviceTimedOut severity = ERR] ] xtramgr@xtworkstation:~$ ********************************************************** DS on WS, on Linux ubuntu 14.04 LTS, timeout 3s xtramgr@xtworkstation:~$ ./test_PyTango_TangoTest.py ***************************************************************** INFOS -------- TANGO_HOST = xtworkstation:10000 PyTango version = 8.1.1 ***************************************************************** DEVICE STATE -------- Creating proxy to dome device... Get green mode : Synchronous -------- ---> STATES and STATUS, PING ------------------------------------------- Get the state ON Ping the device proxy 28 Get the status The device is in ON state. ***************************************************************** DEVICE ATTRIBUTES -------- Dump/read all attributes values: GOT attr_wrong_type GOT Float_attr GOT String_attr_w2 GOT UShort_ima_attr_rw GOT Short_attr_rw GOT UChar_spec_attr_rw GOT Short_spec_attr_rw GOT UShort_attr_w GOT ULong64_attr_rw GOT Boolean_attr_w GOT Float_ima_attr_w Traceback (most recent call last): File "./test_PyTango_TangoTest.py", line 107, in result = str(dome.__getattr__(i)) File "/usr/lib/python2.7/dist-packages/PyTango/device_proxy.py", line 210, in __DeviceProxy__getattr return self.read_attribute(name).value File "/usr/lib/python2.7/dist-packages/PyTango/green.py", line 165, in greener ret = submit(fn, self, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/PyTango/green.py", line 81, in synch_submit return get_synch_executor().submit(fn, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/PyTango/green.py", line 73, in submit return fn(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/PyTango/device_proxy.py", line 247, in __DeviceProxy__read_attribute return __check_read_attribute(self._read_attribute(value, extract_as)) PyTango.CommunicationFailed: DevFailed[ DevError[ desc = TRANSIENT CORBA system exception: TRANSIENT_CallTimedout origin = DeviceProxy:read_attribute reason = API_CorbaException severity = ERR] DevError[ desc = Timeout (3000 mS) exceeded on device toto/python/test origin = DeviceProxy:read_attribute reason = API_DeviceTimedOut severity = ERR] ] xtramgr@xtworkstation:~$ ********************************************************** DS on WS, on Linux ubuntu 14.04 LTS, timeout 3.5s xtramgr@xtworkstation:~$ ./test_PyTango_TangoTest.py ***************************************************************** INFOS -------- TANGO_HOST = xtworkstation:10000 PyTango version = 8.1.1 ***************************************************************** DEVICE STATE -------- Creating proxy to dome device... Get green mode : Synchronous -------- ---> STATES and STATUS, PING ------------------------------------------- Get the state ON Ping the device proxy 27 Get the status The device is in ON state. ***************************************************************** DEVICE ATTRIBUTES -------- Dump/read all attributes values: GOT attr_wrong_type GOT Float_attr GOT String_attr_w2 GOT UShort_ima_attr_rw GOT Short_attr_rw GOT UChar_spec_attr_rw GOT Short_spec_attr_rw GOT UShort_attr_w GOT ULong64_attr_rw GOT Boolean_attr_w GOT Float_ima_attr_w Traceback (most recent call last): File "./test_PyTango_TangoTest.py", line 107, in result = str(dome.__getattr__(i)) File "/usr/lib/python2.7/dist-packages/PyTango/device_proxy.py", line 210, in __DeviceProxy__getattr return self.read_attribute(name).value File "/usr/lib/python2.7/dist-packages/PyTango/green.py", line 165, in greener ret = submit(fn, self, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/PyTango/green.py", line 81, in synch_submit return get_synch_executor().submit(fn, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/PyTango/green.py", line 73, in submit return fn(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/PyTango/device_proxy.py", line 247, in __DeviceProxy__read_attribute return __check_read_attribute(self._read_attribute(value, extract_as)) PyTango.CommunicationFailed: DevFailed[ DevError[ desc = TRANSIENT CORBA system exception: TRANSIENT_CallTimedout origin = DeviceProxy:read_attribute reason = API_CorbaException severity = ERR] DevError[ desc = Timeout (3500 mS) exceeded on device toto/python/test origin = DeviceProxy:read_attribute reason = API_DeviceTimedOut severity = ERR] ] xtramgr@xtworkstation:~$