mirror of https://github.com/ARMmbed/mbed-os.git
Refactor Mbed platform host-tests to use standalone htrun greentea
- Updated platform host-tests to import from htrunpull/14755/head
parent
93af46bb06
commit
8f16acc06f
|
@ -15,8 +15,8 @@ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
"""
|
"""
|
||||||
import time
|
import time
|
||||||
from mbed_host_tests import BaseHostTest
|
from htrun import BaseHostTest
|
||||||
from mbed_host_tests.host_tests_runner.host_test_default import DefaultTestSelector
|
from htrun.host_tests_runner.host_test_default import DefaultTestSelector
|
||||||
|
|
||||||
DEFAULT_CYCLE_PERIOD = 10.0
|
DEFAULT_CYCLE_PERIOD = 10.0
|
||||||
|
|
||||||
|
|
|
@ -15,8 +15,8 @@ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
"""
|
"""
|
||||||
import time
|
import time
|
||||||
from mbed_host_tests import BaseHostTest
|
from htrun import BaseHostTest
|
||||||
from mbed_host_tests.host_tests_runner.host_test_default import DefaultTestSelector
|
from htrun.host_tests_runner.host_test_default import DefaultTestSelector
|
||||||
|
|
||||||
DEFAULT_CYCLE_PERIOD = 1.0
|
DEFAULT_CYCLE_PERIOD = 1.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue