From b36d63c926e035d9dd9e484c68b24504c6c971a5 Mon Sep 17 00:00:00 2001 From: stedif <stefano.difrischia@inaf.it> Date: Thu, 3 Feb 2022 15:34:41 +0100 Subject: [PATCH] L2SS-574: change OPC Server name in TestRecv --- .../tangostationcontrol/test/devices/test_recv_device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tangostationcontrol/tangostationcontrol/test/devices/test_recv_device.py b/tangostationcontrol/tangostationcontrol/test/devices/test_recv_device.py index db7cf6b76..7779cbdf4 100644 --- a/tangostationcontrol/tangostationcontrol/test/devices/test_recv_device.py +++ b/tangostationcontrol/tangostationcontrol/test/devices/test_recv_device.py @@ -19,7 +19,7 @@ from tangostationcontrol.test import base 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): super(TestRecvDevice, self).setUp() -- GitLab