Refactor Mbed storage host-tests to use standalone htrun greentea

- Updated storage host-tests to import from htrun
pull/14755/head
Rajkumar Kanagaraj 2021-06-09 02:51:00 -07:00
parent 3d16954a12
commit 31a5318c2e
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ limitations under the License.
"""
from __future__ import print_function
from mbed_host_tests import BaseHostTest
from htrun import BaseHostTest
from time import sleep

View File

@ -16,7 +16,7 @@ limitations under the License.
"""
from __future__ import print_function
from mbed_host_tests import BaseHostTest
from htrun import BaseHostTest
from time import sleep