graphyte: more debug log

In CallOutput(), no exception is thrown if the command is not executed
successfully. Ideally, the caller should be aware that the return value
might be None if something goes wrong, but some may not ne aware of this.
To make debugging more easily, a debug log is recorded. Debugger can
run in verbose mode to see the error log in the console.

BUG=none
TEST=manually test

Change-Id: I59d9847c658401b2439478265345172df885d131
Reviewed-on: https://chromium-review.googlesource.com/512683
Commit-Ready: Shen-En Shih <[email protected]>
Tested-by: Shen-En Shih <[email protected]>
Reviewed-by: Chih-Yu Huang <[email protected]>
1 file changed
tree: 30243b9e4b7c3c50c64c74c05cd14496c5385808
  1. graphyte/
  2. .gitignore
  3. Graphyte Flow.png
  4. Makefile
  5. MANIFEST.in
  6. pylintrc
  7. README.md
  8. setup.py
  9. unittest_runner.py
README.md

Google Radio Phy Test Framework

Overview

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.

Build

No build step is required.

Install

Two options:

$ (sudo) make install

or

$ (sudo) pip install .

Uninstall

$ (sudo) pip uninstall graphyte

Distribution

  1. Create a tarball by: make dist The tarball can be found under the folder ‘dist’

  2. Copy the tarball to target machine

  3. Extract the tarball

  4. Inside the extracted folder, type the command to install:

     $ (sudo) pip install
    

User manual

Please find the user manual here for more details.

OSZAR »