tiny-test-fw: add utilities:

1. Attenuator: control programmable attenuator
2. PowerControl: control APC PDU to power on/off devices
3. LineChart: use matplotlib to draw line chart
This commit is contained in:
He Yin Ling
2018-01-11 17:49:27 +08:00
committed by bot
parent 3b3a915552
commit 98d1f05ab5
4 changed files with 216 additions and 0 deletions
+1
View File
@@ -129,6 +129,7 @@ The following 3rd party lib is required:
* pyyaml
* xunitgen
* netifaces
* matplotlib (if use Utility.LineChart)
To build document, we need to install ``Sphinx`` and ``sphinx-rtd-theme`` (you may replace this with your own theme).