summaryrefslogtreecommitdiffstats
path: root/qtip/driver/yardstick.py
AgeCommit message (Collapse)AuthorFilesLines
2017-02-27Deprecate unused drivers sample and yardstickYujun Zhang1-14/+0
- yardstick driver will not be implemented in Danube release - sample driver is no longer continued Change-Id: I22a86fe22b08c85b2a18ef70443d725bc4a25246 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-01-03Add module skeletonsYujun Zhang1-0/+14
- Remove `suite` and `case` which seems redundant at the moment - Rename `qtip.spec` to `qtip.loader` since the class loads spec - Add driver `sample` which will generate random performance data - Add collector `logfile` which will collect result from log files - Add reporter `console` which will print report to console - Add exception classes See updated class diagram in https://wiki.opnfv.org/display/qtip/Design JIRA: QTIP-148 JIRA: QTIP-193 Change-Id: Idf751d33428176a26224e4443100a142feda6f32 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>