| ... | @@ -37,8 +37,7 @@ From this point on you can use `hdc` tool to execute commands on the target, ins |
... | @@ -37,8 +37,7 @@ From this point on you can use `hdc` tool to execute commands on the target, ins |
|
|
### Option 1: using XDevice
|
|
### Option 1: using XDevice
|
|
|
XDevice is a module of the OpenHarmony test framework. It provides a tool to
|
|
XDevice is a module of the OpenHarmony test framework. It provides a tool to
|
|
|
connect to the device target from your host, and run ACTS test suites.
|
|
connect to the device target from your host, and run ACTS test suites.
|
|
|
|
|
It can be installed on the host as follows:
|
|
|
XDevice can be installed on the host as follows:
|
|
|
|
|
```console
|
|
```console
|
|
|
$ cd ${OHOE_DIR}/build/tmp-musl/work/cortexa7-neon-vfpv4-oe-linux-musleabi/openharmony-standard/3.0-r0/src/test/xdevice
|
|
$ cd ${OHOE_DIR}/build/tmp-musl/work/cortexa7-neon-vfpv4-oe-linux-musleabi/openharmony-standard/3.0-r0/src/test/xdevice
|
|
|
$ sudo python3 setup.py install
|
|
$ sudo python3 setup.py install
|
| ... | | ... | |