mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-11 18:33:11 +00:00
small adjustments
This commit is contained in:
parent
d0552e9ab0
commit
d231e63326
@ -42,7 +42,7 @@ class TestFilterMultipleNodes(StepsFilter):
|
||||
self.node2.stop()
|
||||
self.check_published_message_reaches_filter_peer(peer_list=self.optional_nodes)
|
||||
|
||||
def test_ping_some_nodes_have_and_so_not_subscribed_to_same_topic(self):
|
||||
def test_ping_only_some_nodes_have_subscriptions(self):
|
||||
self.setup_optional_filter_nodes()
|
||||
self.wait_for_subscriptions_on_main_nodes([self.test_content_topic])
|
||||
self.ping_filter_subscriptions("1", node=self.node2)
|
||||
|
||||
@ -232,7 +232,7 @@ class TestRelayPublish(StepsRelay):
|
||||
self.node1.ensure_ready()
|
||||
delay(2)
|
||||
self.ensure_relay_subscriptions_on_nodes(self.main_nodes, [self.test_pubsub_topic])
|
||||
self.wait_for_published_message_to_reach_relay_peer()
|
||||
self.check_published_message_reaches_relay_peer()
|
||||
|
||||
def test_publish_after_node2_restarts(self):
|
||||
self.check_published_message_reaches_relay_peer()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user