CI: Fix port for test app of IDF Monitor IDE integration

This commit is contained in:
Roland Dobai
2021-01-14 16:17:14 +01:00
parent 19d92ef6b2
commit c6962df016

View File

@@ -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: