mirror of
https://github.com/logos-messaging/logos-delivery-interop-tests.git
synced 2026-07-14 17:40:25 +00:00
add mode core , ignore generated files
This commit is contained in:
parent
aa01a9f88f
commit
040eca1394
3
.gitignore
vendored
3
.gitignore
vendored
@ -107,3 +107,6 @@ dmypy.json
|
||||
|
||||
# Waku node runtime artifacts
|
||||
store.sqlite3*
|
||||
|
||||
# SDS / reliable channel manager generated files
|
||||
data/
|
||||
|
||||
@ -14,6 +14,8 @@ class TestChannelLifecycle:
|
||||
The reliable channel manager is mounted automatically for a Core-mode
|
||||
node, so no store / --reliability is needed. No events are expected.
|
||||
"""
|
||||
node_config.update({"mode": "Core"})
|
||||
|
||||
create_node_result = WrapperManager.create_and_start(config=node_config)
|
||||
assert create_node_result.is_ok(), f"Failed to create and start node: {create_node_result.err()}"
|
||||
node = create_node_result.ok_value
|
||||
|
||||
2
vendor/logos-delivery-python-bindings
vendored
2
vendor/logos-delivery-python-bindings
vendored
@ -1 +1 @@
|
||||
Subproject commit 694833acfb632105a4d5ab010edfdbe1dd46bbce
|
||||
Subproject commit 5fb251bd8c6cae40e36a59874d5bc747f52230bd
|
||||
Loading…
x
Reference in New Issue
Block a user