Commit b36963fc authored by Ivan Tyagov's avatar Ivan Tyagov

WIP.

parent 5cba3a9d
......@@ -55,7 +55,7 @@ class BeremizTest(e2e.EndToEndTestCase):
parameter_dict = {"mode":1,
"username": cls.username,
"password": cls.password,
"port": 5980}
"opc_ua_port": 5840}
cls.request(cls.coupler_release,
instance_name,
partition_parameter_kw=parameter_dict)
......@@ -119,7 +119,7 @@ class BeremizTest(e2e.EndToEndTestCase):
"""
try:
# connect to a session at OPC-UA server
client = Client(self.authenticated_coupler_url_ipv6.replace("4840", "5840"))
client = Client(self.authenticated_coupler_url_ipv6)
client.set_user(self.username)
client.set_password(self.password)
client.connect()
......
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