refactored service interaction use names with a _, and cleanup up some of the CoreServices methods
This commit is contained in:
parent
0bf9c99910
commit
e80736061f
27 changed files with 958 additions and 885 deletions
|
@ -101,7 +101,7 @@ def run_cmd(node, exec_cmd):
|
|||
|
||||
|
||||
class TestGui:
|
||||
def test_broker(self, session, cored):
|
||||
def test_broker(self, cored):
|
||||
"""
|
||||
Test session broker creation.
|
||||
|
||||
|
@ -119,6 +119,7 @@ class TestGui:
|
|||
daemon = "localhost"
|
||||
|
||||
# add server
|
||||
session = cored.server.coreemu.create_session()
|
||||
session.broker.addserver(daemon, "127.0.0.1", CORE_API_PORT)
|
||||
|
||||
# setup server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue