commit | 2d565480441b168084b4b962f79ee781d96c0546 | [log] [tgz] |
---|---|---|
author | Chih-Yu Huang <[email protected]> | Thu Jul 06 08:54:56 2017 |
committer | chrome-bot <[email protected]> | Fri Jul 14 00:30:28 2017 |
tree | 4bca8f506a62ecfe1323009a9700d283e7b373f9 | |
parent | cc6ec7c05761cee1801a75e6678fc2042f8b9783 [diff] |
device: Check the change of RF type in device class. Originally, we checked the change RF type in Graphyte core class, because DUT and instrument plugins should change at the same time during running. However, we will implement a plugin runner that might only run one device. Therefore, we moved the check to the device itself. BUG=chromium:713589 TEST=make test Change-Id: I544a5e49388a58930c22048fa9d36e7343fed2d4 Reviewed-on: https://chromium-review.googlesource.com/561258 Commit-Ready: Shen-En Shih <[email protected]> Tested-by: Shen-En Shih <[email protected]> Reviewed-by: Shen-En Shih <[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.