History for mbed-os / workspace_tools / host_tests / stdio_auto.py
2015-01-27
@Przemek Wirkus
Refactored few more tests to support autodetection: basic, call_before_main, dev_null, rtc, stdio
Przemek Wirkus committed on 27 Jan 2015
2014-10-29
@Przemek Wirkus
Host test plugins: Bug-fix: Wrong variable was checked against None while readling line from serial port
Przemek Wirkus committed on 29 Oct 2014
2014-10-21
@Przemek Wirkus
Cleaned pyFlakes issues with unused imports
Przemek Wirkus committed on 21 Oct 2014
@Przemek Wirkus
Host test refactoring: cleaned a bit functionality of host tests. Forced test() function in DefaultTest to be method returning test result
Przemek Wirkus committed on 21 Oct 2014
2014-10-17
@Przemek Wirkus
Host test refactoring ...
Przemek Wirkus committed on 17 Oct 2014
2014-09-22
@Przemek Wirkus
Added stdio receive time in host test prints
Przemek Wirkus committed on 22 Sep 2014
2014-09-15
@Przemek Wirkus
Modified host tests to use serial.realine() function to avoid extra timeouts during tests (test will work faster and will be more reliable)
Przemek Wirkus committed on 15 Sep 2014
@Przemek Wirkus
Modified host tests to use serial.realine() function to avoid extra timeouts during tests (test will work faster and will be more reliable)
Przemek Wirkus committed on 15 Sep 2014
@Przemek Wirkus
Modified host tests to use serial.realine() function to avoid extra timeouts during tests (test will work faster and will be more reliable)
Przemek Wirkus committed on 15 Sep 2014
2014-09-03
@Przemek Wirkus
Fixed missing STDOUT in Echo test ...
Przemek Wirkus committed on 3 Sep 2014
@Przemek Wirkus
Added dynamic test printing
Przemek Wirkus committed on 3 Sep 2014
@Przemek Wirkus
Modified STDIO and ECHO so they use rpeamble to initialize communication
Przemek Wirkus committed on 3 Sep 2014
@Przemek Wirkus
Added 'real-time' test result printing when tests are executed (view test execution progress using option -V)
Przemek Wirkus committed on 3 Sep 2014
2014-08-15
@Przemek Wirkus
Test bugfix: bugfixed RTOS (mutex, semaphore) - not thread safe stdio causes test result prints to be interrupted by threads' printing ...
Przemek Wirkus committed on 15 Aug 2014
2014-08-14
@Przemek Wirkus
Host test: wrapped mbed.serial.timeout into separate function to avoid traceback and send proper IO_SERIAL error from host test(s)
Przemek Wirkus committed on 14 Aug 2014
2014-07-10
@Przemek Wirkus
Added serial port wrappers for read/write instead of raw serial port access to access MUT serial port. This will allow to catch more issues with communication with MUT during tests. This will also 'hide' tracebacks from test suite execution.
Przemek Wirkus committed on 10 Jul 2014
@Przemek Wirkus
pyFlakes issues fixed. Simple refactoring
Przemek Wirkus committed on 10 Jul 2014
2014-03-17
@Przemek Wirkus
TC and UDP client updates. Added automation information to test suite. Added new peripherial: 'ethernet'
Przemek Wirkus committed on 17 Mar 2014
@Przemek Wirkus
Added automation tests' implementation for TCP_Server, UDP_Server and STDIO
Przemek Wirkus committed on 17 Mar 2014