MCPcopy Create free account
hub / github.com/FreeOpcUa/python-opcua / FINISH_test_connect_basic256

Method FINISH_test_connect_basic256

test_external_server.py:64–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

62 c.disconnect()
63
64 def FINISH_test_connect_basic256(self):
65 c = Client(URL)
66 c.set_security_string("basic256,sign,XXXX")
67 c.connect()
68 c.disconnect()
69
70 def test_find_servers(self):
71 c = Client(URL)

Callers

nothing calls this directly

Calls 4

set_security_stringMethod · 0.95
connectMethod · 0.95
disconnectMethod · 0.95
ClientClass · 0.90

Tested by

no test coverage detected