Commit f0940a22 authored by Ivan Tyagov's avatar Ivan Tyagov

wip

parent cf31cbbe
......@@ -12,4 +12,4 @@ md5sum = cbaa8e36097f36caf1a377fa71341a09
[test_beremiz.py]
filename = test_beremiz.py
md5sum = 8256c79e6c8159834306cfc0c8eb25c4
md5sum = 7c0f338d342230d6eb4671a3121a7aa1
......@@ -130,6 +130,9 @@ class BeremizTest(EndToEndTestCase):
OPC_UA_ADDRESS = "opc.tcp://0.0.0.0:4840/"
OPC_UA_IDENTIFIER = "ns=1;s=i2c0.relay0"
# give it some time for services(runtime & coupler) to warm up, connect and run
time.sleep(30)
# connect to a session at OPC-UA server
client = Client(OPC_UA_ADDRESS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment