commit | c4daf9318c3c4586304db17bb34390e844e24653 | [log] [tgz] |
---|---|---|
author | Shen-En Shih <[email protected]> | Mon Feb 05 06:36:35 2018 |
committer | chrome-bot <[email protected]> | Mon Feb 05 23:44:47 2018 |
tree | 561d78e25afa58df19556715d289d548c4e34ad4 | |
parent | 95983fe63a86126bfe50315f279646936ef0f6e5 [diff] |
graphyte: Choose test case in plugin shell Add a command to let user choose a test case from the test plan. BUG=b:72921753 TEST=Run plugin shell, and use 'choose' command to select a test. Change-Id: Idc9d91ce617e109dffe2e5da4b7fcf20a1527e88 Reviewed-on: https://chromium-review.googlesource.com/899409 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.
An interactive shell is also implemented to analyze the interactions between a DUT and an instrument step by step.
Follow these steps to start the interactive shell:
Install the graphyte framework and necessary plugins.
Follow the user manual to create a valid config file.
Run the interactive shell by:
$ python -m graphyte.plugin_shell path/to/config/file