diff --git a/platform/tests/TESTS/host_tests/crash_reporting.py b/platform/tests/TESTS/host_tests/crash_reporting.py index 45bf566c86..542deb31eb 100644 --- a/platform/tests/TESTS/host_tests/crash_reporting.py +++ b/platform/tests/TESTS/host_tests/crash_reporting.py @@ -15,8 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. """ import time -from mbed_host_tests import BaseHostTest -from mbed_host_tests.host_tests_runner.host_test_default import DefaultTestSelector +from htrun import BaseHostTest +from htrun.host_tests_runner.host_test_default import DefaultTestSelector DEFAULT_CYCLE_PERIOD = 10.0 diff --git a/platform/tests/TESTS/host_tests/system_reset.py b/platform/tests/TESTS/host_tests/system_reset.py index 13d2309b3c..4d09d3090d 100644 --- a/platform/tests/TESTS/host_tests/system_reset.py +++ b/platform/tests/TESTS/host_tests/system_reset.py @@ -15,8 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. """ import time -from mbed_host_tests import BaseHostTest -from mbed_host_tests.host_tests_runner.host_test_default import DefaultTestSelector +from htrun import BaseHostTest +from htrun.host_tests_runner.host_test_default import DefaultTestSelector DEFAULT_CYCLE_PERIOD = 1.0