Skip to content

Commit 908473b

Browse files
committed
Updating links to htrun
1 parent 30a44f0 commit 908473b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tools/testing/greentea.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ _**G**eneric **re**gression **en**vironment for **te**st **a**utomation_
66

77
Greentea is the automated testing tool for Arm Mbed OS development. It automates the process of flashing Mbed boards, driving the test and accumulating test results into test reports. Developers use it for local development as well as for automation in a Continuous Integration environment.
88

9-
This document should help you start using Greentea. Please see the <a href="https://github.com/ARMmbed/htrun" target="_blank">`htrun` documentation</a>, the tool Greentea uses to drive tests, for the technical details of the interactions between the platform and the host machine.
9+
This document should help you start using Greentea. Please see the <a href="https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests" target="_blank">`htrun` documentation</a>, the tool Greentea uses to drive tests, for the technical details of the interactions between the platform and the host machine.
1010

1111
### Prerequisites
1212

docs/tools/testing/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Assuming your test was exported correctly to your IDE, build the project, and lo
148148
149149
Bring the target out of reset, and run the program. Your target waits for the test tools to send a synchronizing character string over the serial port. Do not run the `mbed test` commands because that will attempt to flash the device, which you've already done with your IDE.
150150
151-
Instead, you can use the underlying test tools to drive the test. <a href="https://github.com/ARMmbed/htrun" target="_blank">`htrun`</a> is the tool you need to use in this case. Install the requirements for Mbed OS also installs `htrun`. You can also intall `htrun` by running `pip install mbed-host-tests`.
151+
Instead, you can use the underlying test tools to drive the test. <a href="https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests" target="_blank">`htrun`</a> is the tool you need to use in this case. Install the requirements for Mbed OS also installs `htrun`. You can also intall `htrun` by running `pip install mbed-host-tests`.
152152
153153
First, find your target's serial port by running the following command:
154154

0 commit comments

Comments
 (0)