2026-05-01 18:48:53 +00:00

1 line
21 KiB
JSON

{"uid":"5d473f437cb82c58","name":"test_relay_subscribe_with_invalid_pubsub_topic_format","fullName":"tests.relay.test_subscribe.TestRelaySubscribe#test_relay_subscribe_with_invalid_pubsub_topic_format","historyId":"3a306bd6ef7a6fbc1ad830e184798f67","time":{"start":1777660581225,"stop":1777660581241,"duration":16},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"set_allure_env_variables","time":{"start":1777660175370,"stop":1777660175370,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_id","time":{"start":1777660578737,"stop":1777660578738,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail","time":{"start":1777660578737,"stop":1777660578737,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes","time":{"start":1777660578737,"stop":1777660578737,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors","time":{"start":1777660578737,"stop":1777660578737,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_setup","time":{"start":1777660578738,"stop":1777660578738,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"relay_setup","time":{"start":1777660578738,"stop":1777660578738,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"setup_main_relay_nodes","time":{"start":1777660578738,"stop":1777660581223,"duration":2485},"status":"passed","steps":[{"name":"add_node_peer","time":{"start":1777660581218,"stop":1777660581223,"duration":5},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"args","value":"(<tests.relay.test_subscribe.TestRelaySubscribe object at 0x7f3ce5691220>, <src.node.waku_node.WakuNode object at 0x7f3ce54d9280>, ['/ip4/172.18.145.149/tcp/52849/p2p/16Uiu2HAm6XPH7GuQcniTfT3wHLQLW212Y3cVo3EUPULgxQiwUx7g'])"}],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"common_setup","time":{"start":1777660578738,"stop":1777660578738,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"testStage":{"status":"passed","steps":[{"name":"ensure_relay_subscriptions_on_nodes","time":{"start":1777660581226,"stop":1777660581229,"duration":3},"status":"broken","statusMessage":"Exception: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:52848/relay/v1/subscriptions with response: b'Invalid content body, could not decode: Unable to deserialize data: '\n","statusTrace":" File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/allure_commons/_allure.py\", line 192, in impl\n return func(*a, **kw)\n ^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/steps/relay.py\", line 153, in ensure_relay_subscriptions_on_nodes\n node.set_relay_subscriptions(pubsub_topic_list)\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/waku_node.py\", line 400, in set_relay_subscriptions\n return self._api.set_relay_subscriptions(pubsub_topics)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 39, in set_relay_subscriptions\n return self.rest_call(\"post\", \"relay/v1/subscriptions\", json.dumps(pubsub_topics))\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 16, in rest_call\n return self.make_request(method, url, headers=headers, data=payload)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/base_client.py\", line 17, in make_request\n raise Exception(f\"Error: {http_err} with response: {response.content}\")\n","steps":[],"attachments":[],"parameters":[{"name":"node_list","value":"[<src.node.waku_node.WakuNode object at 0x7f3ce4de6240>, <src.node.waku_node.WakuNode object at 0x7f3ce54d9280>]"},{"name":"pubsub_topic_list","value":"'/test/2/rs/0/1'"}],"stepsCount":0,"shouldDisplayMessage":true,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"ensure_relay_subscriptions_on_nodes","time":{"start":1777660581229,"stop":1777660581232,"duration":3},"status":"broken","statusMessage":"Exception: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:52848/relay/v1/subscriptions with response: b'Invalid content body, could not decode: Unable to deserialize data: '\n","statusTrace":" File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/allure_commons/_allure.py\", line 192, in impl\n return func(*a, **kw)\n ^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/steps/relay.py\", line 153, in ensure_relay_subscriptions_on_nodes\n node.set_relay_subscriptions(pubsub_topic_list)\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/waku_node.py\", line 400, in set_relay_subscriptions\n return self._api.set_relay_subscriptions(pubsub_topics)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 39, in set_relay_subscriptions\n return self.rest_call(\"post\", \"relay/v1/subscriptions\", json.dumps(pubsub_topics))\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 16, in rest_call\n return self.make_request(method, url, headers=headers, data=payload)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/base_client.py\", line 17, in make_request\n raise Exception(f\"Error: {http_err} with response: {response.content}\")\n","steps":[],"attachments":[],"parameters":[{"name":"node_list","value":"[<src.node.waku_node.WakuNode object at 0x7f3ce4de6240>, <src.node.waku_node.WakuNode object at 0x7f3ce54d9280>]"},{"name":"pubsub_topic_list","value":"'/waku/3/rs/0/1'"}],"stepsCount":0,"shouldDisplayMessage":true,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"ensure_relay_subscriptions_on_nodes","time":{"start":1777660581232,"stop":1777660581234,"duration":2},"status":"broken","statusMessage":"Exception: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:52848/relay/v1/subscriptions with response: b'Invalid content body, could not decode: Unable to deserialize data: '\n","statusTrace":" File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/allure_commons/_allure.py\", line 192, in impl\n return func(*a, **kw)\n ^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/steps/relay.py\", line 153, in ensure_relay_subscriptions_on_nodes\n node.set_relay_subscriptions(pubsub_topic_list)\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/waku_node.py\", line 400, in set_relay_subscriptions\n return self._api.set_relay_subscriptions(pubsub_topics)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 39, in set_relay_subscriptions\n return self.rest_call(\"post\", \"relay/v1/subscriptions\", json.dumps(pubsub_topics))\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 16, in rest_call\n return self.make_request(method, url, headers=headers, data=payload)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/base_client.py\", line 17, in make_request\n raise Exception(f\"Error: {http_err} with response: {response.content}\")\n","steps":[],"attachments":[],"parameters":[{"name":"node_list","value":"[<src.node.waku_node.WakuNode object at 0x7f3ce4de6240>, <src.node.waku_node.WakuNode object at 0x7f3ce54d9280>]"},{"name":"pubsub_topic_list","value":"'/waku/2/test/0/1'"}],"stepsCount":0,"shouldDisplayMessage":true,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"ensure_relay_subscriptions_on_nodes","time":{"start":1777660581235,"stop":1777660581238,"duration":3},"status":"broken","statusMessage":"Exception: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:52848/relay/v1/subscriptions with response: b'Invalid content body, could not decode: Unable to deserialize data: '\n","statusTrace":" File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/allure_commons/_allure.py\", line 192, in impl\n return func(*a, **kw)\n ^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/steps/relay.py\", line 153, in ensure_relay_subscriptions_on_nodes\n node.set_relay_subscriptions(pubsub_topic_list)\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/waku_node.py\", line 400, in set_relay_subscriptions\n return self._api.set_relay_subscriptions(pubsub_topics)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 39, in set_relay_subscriptions\n return self.rest_call(\"post\", \"relay/v1/subscriptions\", json.dumps(pubsub_topics))\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 16, in rest_call\n return self.make_request(method, url, headers=headers, data=payload)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/base_client.py\", line 17, in make_request\n raise Exception(f\"Error: {http_err} with response: {response.content}\")\n","steps":[],"attachments":[],"parameters":[{"name":"node_list","value":"[<src.node.waku_node.WakuNode object at 0x7f3ce4de6240>, <src.node.waku_node.WakuNode object at 0x7f3ce54d9280>]"},{"name":"pubsub_topic_list","value":"'/waku/2/rs/3/b'"}],"stepsCount":0,"shouldDisplayMessage":true,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"ensure_relay_subscriptions_on_nodes","time":{"start":1777660581238,"stop":1777660581241,"duration":3},"status":"broken","statusMessage":"Exception: Error: 400 Client Error: Bad Request for url: http://127.0.0.1:52848/relay/v1/subscriptions with response: b'Invalid content body, could not decode: Unable to deserialize data: '\n","statusTrace":" File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/allure_commons/_allure.py\", line 192, in impl\n return func(*a, **kw)\n ^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/steps/relay.py\", line 153, in ensure_relay_subscriptions_on_nodes\n node.set_relay_subscriptions(pubsub_topic_list)\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/waku_node.py\", line 400, in set_relay_subscriptions\n return self._api.set_relay_subscriptions(pubsub_topics)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 39, in set_relay_subscriptions\n return self.rest_call(\"post\", \"relay/v1/subscriptions\", json.dumps(pubsub_topics))\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/rest.py\", line 16, in rest_call\n return self.make_request(method, url, headers=headers, data=payload)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/api_clients/base_client.py\", line 17, in make_request\n raise Exception(f\"Error: {http_err} with response: {response.content}\")\n","steps":[],"attachments":[],"parameters":[{"name":"node_list","value":"[<src.node.waku_node.WakuNode object at 0x7f3ce4de6240>, <src.node.waku_node.WakuNode object at 0x7f3ce54d9280>]"},{"name":"pubsub_topic_list","value":"'/waku/2/rs/0'"}],"stepsCount":0,"shouldDisplayMessage":true,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[{"name":"log","type":"text/plain","size":0},{"name":"stderr","type":"text/plain","size":0}],"parameters":[],"stepsCount":5,"shouldDisplayMessage":false,"attachmentsCount":2,"hasContent":true,"attachmentStep":false},"afterStages":[{"name":"test_setup::0","time":{"start":1777660581242,"stop":1777660581243,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes::0","time":{"start":1777660581243,"stop":1777660582199,"duration":956},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors::0","time":{"start":1777660582201,"stop":1777660582214,"duration":13},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail::0","time":{"start":1777660582214,"stop":1777660582214,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"set_allure_env_variables::0","time":{"start":1777660835486,"stop":1777660835486,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"tag","value":"@pytest.mark.usefixtures('setup_main_relay_nodes')"},{"name":"parentSuite","value":"tests.relay"},{"name":"suite","value":"test_subscribe"},{"name":"subSuite","value":"TestRelaySubscribe"},{"name":"host","value":"runnervmeorf1"},{"name":"thread","value":"21628-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.relay.test_subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":22,"unknown":0,"total":22},"items":[{"uid":"964c57a1982fc80e","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1224/#testresult/964c57a1982fc80e","status":"passed","time":{"start":1777658216572,"stop":1777658216588,"duration":16}},{"uid":"afb9e247563f5e65","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1223/#testresult/afb9e247563f5e65","status":"passed","time":{"start":1777655699579,"stop":1777655699597,"duration":18}},{"uid":"b5a35a2ce7d6eb22","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1222/#testresult/b5a35a2ce7d6eb22","status":"passed","time":{"start":1777641139172,"stop":1777641139188,"duration":16}},{"uid":"2ffbdf8d69fe518f","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1221/#testresult/2ffbdf8d69fe518f","status":"passed","time":{"start":1777636601975,"stop":1777636601994,"duration":19}},{"uid":"423f2b784426ed5e","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1220/#testresult/423f2b784426ed5e","status":"passed","time":{"start":1777613683194,"stop":1777613683210,"duration":16}},{"uid":"bd453962a1bdf451","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1219/#testresult/bd453962a1bdf451","status":"passed","time":{"start":1777590701491,"stop":1777590701505,"duration":14}},{"uid":"473152925ee97679","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1218/#testresult/473152925ee97679","status":"passed","time":{"start":1777569926275,"stop":1777569926294,"duration":19}},{"uid":"c72d541ff42dfd8e","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1217/#testresult/c72d541ff42dfd8e","status":"passed","time":{"start":1777526865564,"stop":1777526865581,"duration":17}},{"uid":"6a83061c8c67dc96","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1216/#testresult/6a83061c8c67dc96","status":"passed","time":{"start":1777440243601,"stop":1777440243617,"duration":16}},{"uid":"ae294b764a2a2048","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1215/#testresult/ae294b764a2a2048","status":"passed","time":{"start":1777372574076,"stop":1777372574092,"duration":16}},{"uid":"abbe67af128382db","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1214/#testresult/abbe67af128382db","status":"passed","time":{"start":1777353881732,"stop":1777353881748,"duration":16}},{"uid":"80e6d39ab7ce2471","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1213/#testresult/80e6d39ab7ce2471","status":"passed","time":{"start":1777267416432,"stop":1777267416451,"duration":19}},{"uid":"3126205c8fd964d8","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1212/#testresult/3126205c8fd964d8","status":"passed","time":{"start":1777180858138,"stop":1777180858155,"duration":17}},{"uid":"b7d1598293fa2439","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1211/#testresult/b7d1598293fa2439","status":"passed","time":{"start":1777093580245,"stop":1777093580261,"duration":16}},{"uid":"41fff91a970f80f0","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1210/#testresult/41fff91a970f80f0","status":"passed","time":{"start":1777007896198,"stop":1777007896214,"duration":16}},{"uid":"e0d7d46e44b96026","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1209/#testresult/e0d7d46e44b96026","status":"passed","time":{"start":1776981966516,"stop":1776981966533,"duration":17}},{"uid":"269f7b243e23da55","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1208/#testresult/269f7b243e23da55","status":"passed","time":{"start":1776921472553,"stop":1776921472570,"duration":17}},{"uid":"c21c1e5c0c8df214","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1207/#testresult/c21c1e5c0c8df214","status":"passed","time":{"start":1776902535821,"stop":1776902535838,"duration":17}},{"uid":"77e5f45211990185","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1206/#testresult/77e5f45211990185","status":"passed","time":{"start":1776898234764,"stop":1776898234781,"duration":17}},{"uid":"e1c38469e5e3777e","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1199/#testresult/e1c38469e5e3777e","status":"passed","time":{"start":1776873042627,"stop":1776873042644,"duration":17}}]},"tags":["@pytest.mark.usefixtures('setup_main_relay_nodes')"]},"source":"5d473f437cb82c58.json","parameterValues":[]}