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

pull/6416/head
Roland Dobai 2021-01-14 16:17:14 +01:00
rodzic 19d92ef6b2
commit c6962df016
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -73,6 +73,7 @@ def test_monitor_ide_integration(env, extra_data):
with WebSocketServer(), ttfw_idf.CustomProcess(' '.join([monitor_path,
elf_path,
'--port', str(dut.port),
'--ws', 'ws://{}:{}'.format(WebSocketServer.HOST,
WebSocketServer.PORT)]),
logfile='monitor_{}.log'.format(name)) as p: