[dts] [next] [PATCH 0/3] support update-expected to meet Open Lab requirement

Lijuan Tu lijuan.tu at intel.com
Fri Jul 20 17:22:01 CEST 2018


The Linux Foundation's DPDK Project has established a DPDK Performance
Test Lab. It's specification require DTS to support an --update-expected
argument which will cause the script to update all expected values based
on the results of the current test run.

So far, single core performance test are deployed, and more test cases
will be deployed in future.

Current single core performance test script has many hardcode, remove
them and make it more easily to meet the DPDK Performance Test Lab
Specification.

Lijuan Tu (3):
  framework: support argument: --update-expected.
  tests/nic_single_core_perf: remove hardcode
  conf/nic_single_core_perf: redefine elements

 conf/nic_single_core_perf.cfg           |  33 ++-
 framework/config.py                     |  11 +
 framework/dts.py                        |   6 +-
 framework/main.py                       |   6 +-
 framework/settings.py                   |   1 +
 framework/test_case.py                  |  22 +-
 tests/TestSuite_nic_single_core_perf.py | 374 ++++++++++++++++----------------
 7 files changed, 256 insertions(+), 197 deletions(-)

-- 
1.8.3.1



More information about the dts mailing list