Skip to content
Snippets Groups Projects
Commit 4f975223 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-357: Let unb2 sim test connect to the correct unb2 simulator address

parent 1e6be6bc
No related branches found
No related tags found
No related merge requests found
......@@ -20,11 +20,12 @@ class TestUNB2Sim(base.IntegrationTestCase):
def test_opcua_connection(self):
"""Check if we can connect to unb2-sim"""
client = Client("opc.tcp://recv-sim:4842")
client = Client("opc.tcp://unb2-sim:4844")
root_node = None
client.connect()
try:
client.connect()
root_node = client.get_root_node()
finally:
client.disconnect()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment