mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'fix/sysview_example_tests' into 'master'
fix(test): Fix sysview example tests Closes IDFCI-2282 See merge request espressif/esp-idf!32376
This commit is contained in:
commit
7d2e2676e5
@ -30,7 +30,7 @@ def test_examples_sysview_tracing_heap_log(idf_path: str, dut: IdfDut) -> None:
|
||||
dut.gdb.write('mon esp sysview stop', non_blocking=True)
|
||||
dut.gdb.write('end')
|
||||
|
||||
dut.gdb.write('c')
|
||||
dut.gdb.write('c', non_blocking=True)
|
||||
dut.expect('esp_apptrace: Initialized TRAX on CPU0')
|
||||
|
||||
time.sleep(1) # make sure that the sysview file has been generated
|
||||
|
Loading…
x
Reference in New Issue
Block a user