Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-sdk-tools by
Diff: host_tests/__init__.py
- Revision:
- 13:ab47a20b66f0
- Parent:
- 0:66f3b5499f7f
diff -r f2e8a005c7d3 -r ab47a20b66f0 host_tests/__init__.py
--- a/host_tests/__init__.py Tue Jun 14 11:33:06 2016 +0100
+++ b/host_tests/__init__.py Thu Jul 14 20:21:19 2016 +0100
@@ -33,6 +33,7 @@
from wfi_auto import WFITest
from serial_nc_rx_auto import SerialNCRXTest
from serial_nc_tx_auto import SerialNCTXTest
+from serial_complete_auto import SerialCompleteTest
# Populate registry with supervising objects
HOSTREGISTRY = HostRegistry()
@@ -52,6 +53,7 @@
HOSTREGISTRY.register_host_test("wfi_auto", WFITest())
HOSTREGISTRY.register_host_test("serial_nc_rx_auto", SerialNCRXTest())
HOSTREGISTRY.register_host_test("serial_nc_tx_auto", SerialNCTXTest())
+HOSTREGISTRY.register_host_test("serial_complete_auto", SerialCompleteTest())
###############################################################################
# Functional interface for test supervisor registry
