From 3d16954a12190dab6bff589088a18899d7d7a2da Mon Sep 17 00:00:00 2001 From: Rajkumar Kanagaraj Date: Wed, 9 Jun 2021 02:50:43 -0700 Subject: [PATCH] Refactor Mbed rtos host-tests to use standalone htrun greentea - Updated rtos host-tests to import from htrun --- rtos/tests/TESTS/host_tests/timing_drift_auto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtos/tests/TESTS/host_tests/timing_drift_auto.py b/rtos/tests/TESTS/host_tests/timing_drift_auto.py index 65ac90a160..912cb3452b 100644 --- a/rtos/tests/TESTS/host_tests/timing_drift_auto.py +++ b/rtos/tests/TESTS/host_tests/timing_drift_auto.py @@ -16,7 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. """ -from mbed_host_tests import BaseHostTest +from htrun import BaseHostTest import time