mbed-os/TESTS/host_tests
Przemyslaw Stekiel c437e9d2c6 tests-mbed_hal-rtc_reset: Add ack from the device after each command is executed
RTC reset test was failing when board has been just powered and RTC reset test was executed for the first time (issue has been detected on CI). In such case RTC initialization takes more time than in futher rtc_init calls. This has impact on green-tea communication. Commands send by host immediately after init command (write, read) were not handled on the device side and no response to the host was provided.
To fix this problem test communication flow has been modified. Device sends ack to the host after RTC init is done. Host sends further RTC commands when ack from the device has been received.

Edit:
There are still some communication issues on the CI. Add ack from the device after each executed command. Increase test timeout and wait after reset.
2018-05-25 12:52:02 -05:00
..
device_echo.py Modifying echo test to be driven more from the device. 2018-04-23 17:56:13 -05:00
rtc_calc_auto.py RTC time conversion test - reduce number of tested years in order to reduce test execution time. 2018-01-08 10:14:54 +01:00
rtc_reset.py tests-mbed_hal-rtc_reset: Add ack from the device after each command is executed 2018-05-25 12:52:02 -05:00
system_reset.py Add tests for system_reset() 2018-02-28 16:42:34 +00:00
timing_drift_auto.py Update timing calculations 2017-06-28 16:29:38 -05:00