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 htrun import BaseHostTest
|
||||||
from mbed_host_tests.host_tests_logger import HtrunLogger
|
from htrun.host_tests_logger import HtrunLogger
|
||||||
import platform
|
import platform
|
||||||
import time, re, os
|
import time, re, os
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
Loading…
Reference in New Issue