mirror of https://github.com/ARMmbed/mbed-os.git
Refactor Mbed storage host-tests to use standalone htrun greentea
- Updated storage host-tests to import from htrunpull/14755/head
parent
3d16954a12
commit
31a5318c2e
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue