commit | 4731fc9f7a0ffe5d6ba13082429786871d19aaf8 | [log] [tgz] |
---|---|---|
author | Shen-En Shih <[email protected]> | Mon Jul 10 06:37:12 2017 |
committer | chrome-bot <[email protected]> | Fri Jul 14 00:30:28 2017 |
tree | 0dc5635a38924255a3d53db7d9ccc26d90c01427 | |
parent | c2dd673c313ee886ad2c532753da826c5e5fe64f [diff] |
Supppress output in ControlMaster's polling In a SSH link, a thread will be spawned to monitor the process run via the SSH link. It will keep polling the status of the process, and monitor the connection status. To check if the connection is still in a good state, it uses 'ssh -O check' to check the status. However, this will output a string 'Master running (pid=xxx)' to standard output/error stream. To fix this, the output of this specific is marked as pipe, which keeps the output console clean. BUG=none TEST=none Change-Id: Ie1cd343ba91d096246485683842edf2ad362f742 Reviewed-on: https://chromium-review.googlesource.com/566170 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.