Skip to content
Snippets Groups Projects
Commit b36d63c9 authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-574: change OPC Server name in TestRecv

parent 217e8b7f
Branches
Tags
1 merge request!234Resolve L2SS-574 "Move hbat code to recv"
...@@ -19,7 +19,7 @@ from tangostationcontrol.test import base ...@@ -19,7 +19,7 @@ from tangostationcontrol.test import base
class TestRecvDevice(base.TestCase): class TestRecvDevice(base.TestCase):
recv_properties = {'OPC_Server_Name': 'recv-sim', 'OPC_Server_Port': 4840, 'OPC_Time_Out': 5.0} recv_properties = {'OPC_Server_Name': 'ltspi.astron.nl', 'OPC_Server_Port': 4840, 'OPC_Time_Out': 5.0}
def setUp(self): def setUp(self):
super(TestRecvDevice, self).setUp() super(TestRecvDevice, self).setUp()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment