Merge pull request #319 from tecnovert/multinet

network: Start adding simplex to prepare.py.
This commit is contained in:
tecnovert
2025-06-20 17:00:06 +00:00
committed by GitHub
6 changed files with 273 additions and 63 deletions

View File

@@ -464,6 +464,7 @@ class Test(BaseTest):
"client_path": SIMPLEX_CLIENT_PATH,
"ws_port": 5225 + node_id,
"group_link": cls.group_link,
"enabled": True,
},
]

View File

@@ -504,6 +504,7 @@ def modifyConfig(test_path, i):
"client_path": SIMPLEX_CLIENT_PATH,
"ws_port": SIMPLEX_WS_PORT + i,
"group_link": SIMPLEX_GROUP_LINK,
"enabled": True,
}
if SIMPLEX_SERVER_SOCKS_PROXY != "":
simplex_options["socks_proxy_override"] = SIMPLEX_SERVER_SOCKS_PROXY