commit | c6993bd135d45b4490bb565a45819b3df6a5b7d2 | [log] [tgz] |
---|---|---|
author | Shen-En Shih <[email protected]> | Fri Jul 07 06:40:47 2017 |
committer | chrome-bot <[email protected]> | Thu Jul 13 15:32:58 2017 |
tree | 7a08f226de5651b6fd3158f314328e1891fec219 | |
parent | 71b9f6d026d7d47de41c4f26063999ad49025f8b [diff] |
Factor out test plan supported types Factor out variables to keep track to test plan supported types BUG=none TEST=make test Change-Id: Iaa9e846e8f3d6c8f269b16c197a098a01a27b97d Reviewed-on: https://chromium-review.googlesource.com/563145 Commit-Ready: Shen-En Shih <[email protected]> Tested-by: Shen-En Shih <[email protected]> Reviewed-by: Chih-Yu Huang <[email protected]>
Graphyte (Google RAdio PHY TEst) is a Python based software framework for the calibration and verification of wireless connectivity radios in design and manufacturing. It is designed with an open, extensible architecture enabling wireless silicon and instrumentation vendors to develop their own plugins for PHY calibration and verification. The initial focus is on Wi-Fi and Bluetooth with 802.15.4 on the horizon.
Please refer to the user manual for more details.
No build step is required.
Two options:
$ (sudo) make install
or
$ (sudo) pip install .
$ (sudo) pip uninstall graphyte
Create a tarball by: make dist The tarball can be found under the folder ‘dist’
Copy the tarball to target machine
Extract the tarball
Inside the extracted folder, type the command to install:
$ (sudo) pip install
Please find the user manual here for more details.