mirror of https://github.com/ARMmbed/mbed-os.git
Refactor Mbed Cypress target host-tests to use standalone htrun greentea
- Updated Cypress target softap basic host-tests to import from htrunpull/14755/head
parent
31a5318c2e
commit
fca719ea4a
|
@ -16,8 +16,8 @@ limitations under the License.
|
|||
"""
|
||||
|
||||
|
||||
from mbed_host_tests import BaseHostTest
|
||||
from mbed_host_tests.host_tests_logger import HtrunLogger
|
||||
from htrun import BaseHostTest
|
||||
from htrun.host_tests_logger import HtrunLogger
|
||||
import platform
|
||||
import time, re, os
|
||||
import subprocess
|
||||
|
|
Loading…
Reference in New Issue