mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-28 05:52:12 +00:00
fix(tee): fix incorrect test expectation logic
This commit is contained in:
@@ -92,7 +92,7 @@ def test_examples_tee_secure_ota_example(dut: Dut) -> None:
|
||||
raise ValueError('ENV_TEST_FAILURE: Cannot connect to AP')
|
||||
|
||||
host_ip = get_host_ip4_by_dest_ip(ip_address)
|
||||
dut.expect('Returned from app_main', timeout=30)
|
||||
dut.expect(f'{dut.target}>', timeout=30)
|
||||
|
||||
# User OTA for last iteration
|
||||
if i == (iterations - 1):
|
||||
|
||||
Reference in New Issue
Block a user