network: Start adding simplex to prepare.py.

Group link must still be specified.
This commit is contained in:
tecnovert
2025-06-14 00:10:48 +02:00
parent aa9b1c0eb9
commit ff149e988c
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