mbed-os/TEST_APPS/testcases/example
Jarno Lamsa 0e4ae40415 Add documentation about icetea testcases 2018-09-12 15:41:46 +03:00
..
README.md Add documentation about icetea testcases 2018-09-12 15:41:46 +03:00
__init__.py Icetea support 2018-08-31 11:51:57 +03:00
test_cmdline.py update example 2018-08-31 11:55:43 +03:00

README.md

Example tests

This folder contains example tests for Icetea The test located under this folder is dependent of the application exampleapp The exampleapp is disabled by default, to be able to run the test_cmdline with the exampleapp, either remove the preprocessor macro from exampleapp.cpp or add -DICETEA_EXAMPLE_ENABLED to the mbed test command

Testcases

test_cmdline

Description: Send command line commands to target over serial interface. This test introduces the Icetea testcase structure to the user.

Test steps: Send "echo hello world" to the target. Target sends "hello world" back to the host machine. Send help to the target. Target prints out the command line commands the application supports.

Expected result: The test exits without timeouts.