Refactor Mbed Cypress target host-tests to use standalone htrun greentea

- Updated Cypress target softap basic host-tests to import from htrun
pull/14755/head
Rajkumar Kanagaraj 2021-06-09 02:51:26 -07:00
parent 31a5318c2e
commit fca719ea4a
1 changed files with 2 additions and 2 deletions

View File

@ -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