From 8f16acc06fdbce02c8c2eeb6504dedff92f34c74 Mon Sep 17 00:00:00 2001 From: Rajkumar Kanagaraj Date: Wed, 9 Jun 2021 02:50:22 -0700 Subject: [PATCH] Refactor Mbed platform host-tests to use standalone htrun greentea - Updated platform host-tests to import from htrun --- platform/tests/TESTS/host_tests/crash_reporting.py | 4 ++-- platform/tests/TESTS/host_tests/system_reset.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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