mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 19:54:32 +02:00
CI: Fix port for test app of IDF Monitor IDE integration
This commit is contained in:
@@ -73,6 +73,7 @@ def test_monitor_ide_integration(env, extra_data):
|
|||||||
|
|
||||||
with WebSocketServer(), ttfw_idf.CustomProcess(' '.join([monitor_path,
|
with WebSocketServer(), ttfw_idf.CustomProcess(' '.join([monitor_path,
|
||||||
elf_path,
|
elf_path,
|
||||||
|
'--port', str(dut.port),
|
||||||
'--ws', 'ws://{}:{}'.format(WebSocketServer.HOST,
|
'--ws', 'ws://{}:{}'.format(WebSocketServer.HOST,
|
||||||
WebSocketServer.PORT)]),
|
WebSocketServer.PORT)]),
|
||||||
logfile='monitor_{}.log'.format(name)) as p:
|
logfile='monitor_{}.log'.format(name)) as p:
|
||||||
|
Reference in New Issue
Block a user