mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 14:03:08 +00:00
test logs template (#70)
This commit is contained in:
parent
089b8eefce
commit
cc8bae75c1
0
tests/logs/__init__.py
Normal file
0
tests/logs/__init__.py
Normal file
11
tests/logs/test_logs.py
Normal file
11
tests/logs/test_logs.py
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
from src.libs.custom_logger import get_custom_logger
|
||||||
|
from src.steps.relay import StepsRelay
|
||||||
|
|
||||||
|
logger = get_custom_logger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
class TestLogs(StepsRelay):
|
||||||
|
def test_metadata_protocol_mounted_also_on_non_1_clusters(self, setup_main_relay_nodes):
|
||||||
|
for node in self.main_nodes:
|
||||||
|
metadata_protocol = "Created WakuMetadata protocol" if node.is_nwaku() else "metadata protocol started"
|
||||||
|
assert node.search_waku_log_for_string(metadata_protocol), "Metadata protocol not mounted"
|
||||||
Loading…
x
Reference in New Issue
Block a user