Remove host_tests from mbed-os/tools
host tests (mbedhtrun) is maintained as part of mbed-os-tools but there
is a redundant duplicate of host_tests under mbed-os/tools/ directory
this PR changes to remove those duplicates and update test_api py modules
to use host tests from mbed-host-tests
ls
1 parent d147abc commit e75b67fada0cdc2352e69a4b02667473a8aa3f67
@Rajkumar Kanagaraj Rajkumar Kanagaraj authored on 19 Jul 2021
Showing 52 changed files
View
tools/host_tests/__init__.py 100644 → 0
View
tools/host_tests/default_auto.py 100644 → 0
View
tools/host_tests/detect_auto.py 100644 → 0
View
tools/host_tests/dev_null_auto.py 100644 → 0
View
tools/host_tests/echo.py 100644 → 0
View
tools/host_tests/echo_flow_control.py 100644 → 0
View
tools/host_tests/example/BroadcastReceive.py 100644 → 0
View
tools/host_tests/example/BroadcastSend.py 100644 → 0
View
tools/host_tests/example/MulticastReceive.py 100644 → 0
View
tools/host_tests/example/MulticastSend.py 100644 → 0
View
tools/host_tests/example/TCPEchoClient.py 100644 → 0
View
tools/host_tests/example/TCPEchoServer.py 100644 → 0
View
tools/host_tests/example/UDPEchoClient.py 100644 → 0
View
tools/host_tests/example/UDPEchoServer.py 100644 → 0
View
tools/host_tests/example/__init__.py 100644 → 0
View
tools/host_tests/hello_auto.py 100644 → 0
View
tools/host_tests/host_registry.py 100644 → 0
View
tools/host_tests/host_test.py 100644 → 0
View
tools/host_tests/host_tests_plugins/__init__.py 100644 → 0
View
tools/host_tests/host_tests_plugins/host_test_plugins.py 100644 → 0
View
tools/host_tests/host_tests_plugins/host_test_registry.py 100644 → 0
View
tools/host_tests/host_tests_plugins/module_copy_firefox.py 100644 → 0
View
tools/host_tests/host_tests_plugins/module_copy_mbed.py 100644 → 0
View
tools/host_tests/host_tests_plugins/module_copy_mps2.py 100644 → 0
View
tools/host_tests/host_tests_plugins/module_copy_shell.py 100644 → 0
View
tools/host_tests/host_tests_plugins/module_copy_silabs.py 100644 → 0
View
tools/host_tests/host_tests_plugins/module_copy_smart.py 100644 → 0
View
tools/host_tests/host_tests_plugins/module_reset_mbed.py 100644 → 0
View
tools/host_tests/host_tests_plugins/module_reset_mps2.py 100644 → 0
View
tools/host_tests/host_tests_plugins/module_reset_silabs.py 100644 → 0
View
tools/host_tests/mbedrpc.py 100644 → 0
View
tools/host_tests/midi.py 100644 → 0
View
tools/host_tests/net_test.py 100644 → 0
View
tools/host_tests/rpc.py 100644 → 0
View
tools/host_tests/rtc_auto.py 100644 → 0
View
tools/host_tests/serial_complete_auto.py 100644 → 0
View
tools/host_tests/serial_nc_rx_auto.py 100644 → 0
View
tools/host_tests/serial_nc_tx_auto.py 100644 → 0
View
tools/host_tests/stdio_auto.py 100644 → 0
View
tools/host_tests/tcpecho_client.py 100644 → 0
View
tools/host_tests/tcpecho_client_auto.py 100644 → 0
View
tools/host_tests/tcpecho_server.py 100644 → 0
View
tools/host_tests/tcpecho_server_auto.py 100644 → 0
View
tools/host_tests/tcpecho_server_loop.py 100644 → 0
View
tools/host_tests/udp_link_layer_auto.py 100644 → 0
View
tools/host_tests/udpecho_client.py 100644 → 0
View
tools/host_tests/udpecho_client_auto.py 100644 → 0
View
tools/host_tests/udpecho_server.py 100644 → 0
View
tools/host_tests/udpecho_server_auto.py 100644 → 0
View
tools/host_tests/wait_us_auto.py 100644 → 0
View
tools/host_tests/wfi_auto.py 100644 → 0
View
tools/test_api.py