mbed-os/workspace_tools/host_tests
Przemek Wirkus 78cc959f50 In response to: IOTSFW-325
1. Removed globaly initialized data inside class test() function
2. Removed global variables initialization dependency. Any cause some Python
   implementations and configurations to fail in runtime
3. Added info about Echo port #7 rationale.
4. Testsed with K64F and network tests:

Test summary:
+--------+--------+---------+----------------------------+--------------------+
| Result | Target | Test ID | Test Description           | Elapsed Time (sec) |
+--------+--------+---------+----------------------------+--------------------+
| OK     | K64F   | NET_1   | TCP client hello world     |        3.26        |
| OK     | K64F   | NET_13  | TCP client echo loop       |        2.05        |
| OK     | K64F   | NET_2   | NIST Internet Time Service |        3.43        |
| OK     | K64F   | NET_3   | TCP echo server            |        1.54        |
| OK     | K64F   | NET_4   | TCP echo client            |        1.54        |
| OK     | K64F   | NET_5   | UDP echo server            |        1.46        |
| OK     | K64F   | NET_6   | UDP echo client            |        1.6         |
| OK     | K64F   | NET_7   | HTTP client hello world    |        3.4         |
| OK     | K64F   | NET_8   | NTP client                 |        2.39        |
+--------+--------+---------+----------------------------+--------------------+
Result: 9 OK

Completed in 122.18 sec
2015-02-19 11:36:44 +00:00
..
example spaces removal - workspace tools (not tmpl) 2014-05-29 15:42:03 +02:00
host_tests_plugins Host test plugins: removed shutil.copy() dependency and added re module import - note this plugin is still unstable so change is just cosmetic 2014-11-17 16:07:18 +00:00
__init__.py Simple indent inside Python module init 2015-01-30 10:35:58 +00:00
default_auto.py Refactored generic tests with timer host test supervision 2015-01-27 12:10:16 +00:00
detect_auto.py Refactored detection test to use new autodetection of host test 2015-01-27 13:24:11 +00:00
dev_null_auto.py Refactored few more tests to support autodetection: basic, call_before_main, dev_null, rtc, stdio 2015-01-27 12:51:53 +00:00
echo.py Refactored echo at 115200 test for new model of test autodetection 2015-01-27 13:17:36 +00:00
echo_flow_control.py spaces removal - workspace tools (not tmpl) 2014-05-29 15:42:03 +02:00
hello_auto.py Refactored generic tests with timer host test supervision 2015-01-27 12:10:16 +00:00
host_registry.py Refactored generic tests with timer host test supervision 2015-01-27 12:10:16 +00:00
host_test.py Added autodetection fior tests including MMA8451Q accelerometer 2015-01-30 13:51:41 +00:00
mbedrpc.py spaces removal - workspace tools (not tmpl) 2014-05-29 15:42:03 +02:00
net_test.py Add license to workspace_tools files 2013-08-06 14:38:00 +01:00
rpc.py spaces removal - workspace tools (not tmpl) 2014-05-29 15:42:03 +02:00
rtc_auto.py Fixed RTC host test (0 sec scenario): 2015-02-18 10:19:58 +00:00
stdio_auto.py Refactored few more tests to support autodetection: basic, call_before_main, dev_null, rtc, stdio 2015-01-27 12:51:53 +00:00
tcpecho_client.py spaces removal - workspace tools (not tmpl) 2014-05-29 15:42:03 +02:00
tcpecho_client_auto.py In response to: IOTSFW-325 2015-02-19 11:36:44 +00:00
tcpecho_server.py spaces removal - workspace tools (not tmpl) 2014-05-29 15:42:03 +02:00
tcpecho_server_auto.py Refactored TCP echo server 2015-01-28 16:29:36 +00:00
tcpecho_server_loop.py Always use the local version of workspace_tools 2013-12-19 15:02:57 +02:00
udp_link_layer_auto.py Host test plugins: refactored UDP LINK LAYER testcase to use test() method instead of run() 2014-10-28 14:50:47 +00:00
udpecho_client.py spaces removal - workspace tools (not tmpl) 2014-05-29 15:42:03 +02:00
udpecho_client_auto.py In response to: IOTSFW-325 2015-02-19 11:36:44 +00:00
udpecho_server.py Add license to workspace_tools files 2013-08-06 14:38:00 +01:00
udpecho_server_auto.py Refactored UDP echo server 2015-01-28 16:43:40 +00:00
wait_us_auto.py Refactored generic tests with timer host test supervision 2015-01-27 12:10:16 +00:00