summaryrefslogtreecommitdiff
path: root/framework/excel_reporter.py
AgeCommit message (Collapse)Author
2017-07-26framework execl_reporter: update case result write functionxu,huilong
Update case result write function, all same case will only have one final result. If one of test results is passed, this result will passed and save in excel file. If all test results are failed, this result will failed and save in excel file.
2015-08-10add N/A result in test reporthuilong xu
Signed-off-by: huilong xu <huilongx.xu@intel.com>
2014-11-24Multiple changes for offical release on dpdk.orgYong Liu
- change dcts(DPDK compliance test suite) to dts(DPDK test suite) - Add DTS getting started guide document - add IXIA Tcl scripts - Implement DTF framework class and function descriptions - Fix several issue in test suites - change pmd rxtx function by crbs config - support vfio-pci driver - support verbose output paramter
2014-09-10import dcts first versionYong Liu