mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-16 00:33:14 +00:00
remove stubs file
This commit is contained in:
parent
71c86458f1
commit
3a521adfdb
@ -1,18 +0,0 @@
|
||||
class NodeStub:
|
||||
def send_message(self, message, timeout_s=20.0):
|
||||
self.message = message
|
||||
self.timeout_s = timeout_s
|
||||
return Ok(1)
|
||||
|
||||
def get_available_node_info_ids(self, timeout_s=20.0):
|
||||
self.timeout_s = timeout_s
|
||||
return Ok(2)
|
||||
|
||||
def get_node_info(self, node_info_id, timeout_s=20.0):
|
||||
self.node_info_id = node_info_id
|
||||
self.timeout_s = timeout_s
|
||||
return Ok(3)
|
||||
|
||||
def get_available_configs(self, timeout_s=20.0):
|
||||
self.timeout_s = timeout_s
|
||||
return Ok(4)
|
||||
Loading…
x
Reference in New Issue
Block a user