mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-18 21:12:22 +02:00
This test exhibits an issue of getting unexpected data just after completing a command. The DTE rewrites the state to TIMEOUT, but the signal has been already triggered, thus results in an unexpected state. Related to Closes https://github.com/espressif/esp-protocols/issues/426
Host test for esp_modem
This test uses linux port and some idf mocks in order to compile and execute it under linux.
This test uses catch
as a test framework and implements a test terminal class LoopbackTerm