mbed-os/TESTS
Brian Daniels 631e5ebdee Modifying echo test to be driven more from the device.
Previously, the echo test followed a flow like the following:

-STEP-	-HOST PC-                  -DEVICE-
0	send _sync
1				   echo back _sync
2				   send echo_count
3	echo back echo_count
4	send first echo packet
5				   echo back echo packet
	(repeat echo steps)

However, as noted by issue #6659, this test would somtimes fail between
steps 4 and 5. To ensure each KV pair makes to the correct destination,
we usually write the KV back. Step 4 does not wait for this to happen
and starts sending echo packets. So the device is acting as the "echo
server".

This change makes the host PC the "echo server". The idea being that the
device will be slower and the host pc should always be able to keep up
with it, not the other way around.
2018-04-23 17:56:13 -05:00
..
events tests-events-timing - print debug info only in case of failure. 2018-02-19 11:59:17 +01:00
host_tests Modifying echo test to be driven more from the device. 2018-04-23 17:56:13 -05:00
integration/basic Added copyright header to all tests 2017-08-07 12:02:33 -05:00
mbed_drivers Modifying echo test to be driven more from the device. 2018-04-23 17:56:13 -05:00
mbed_functional Added copyright header to all tests 2017-08-07 12:02:33 -05:00
mbed_hal Renamed NRF52 targets for HAL critical section test 2018-04-19 09:40:41 -07:00
mbed_platform Add tests for system_reset() 2018-02-28 16:42:34 +00:00
mbedmicro-mbed typos 2018-02-20 20:11:19 -05:00
mbedmicro-rtos-mbed Merge pull request #6309 from deepikabhavnani/peek_api 2018-03-22 11:28:15 -05:00
mbedtls Revert "Update Mbed TLS HW acceleration partner code to new hashing API" 2018-02-22 11:20:35 +00:00
netsocket typos 2018-02-20 20:11:19 -05:00
network Fix WIFI-CONNECT-PARAMS-CHANNEL-FAIL Greentea test case 2018-02-20 16:09:46 +02:00
storage_abstraction Ignore deprecated storage test 2017-06-02 23:50:39 -05:00