test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [next] [PATCH V3 0/3] support update-expected to meet Open Lab requirement
@ 2018-07-24 10:20 Lijuan Tu
  2018-07-24 10:20 ` [dts] [next] [PATCH V3 1/3] framework: support argument: --update-expected Lijuan Tu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lijuan Tu @ 2018-07-24 10:20 UTC (permalink / raw)
  To: dts; +Cc: Lijuan Tu

The Linux Foundation's DPDK Project has established a DPDK Performance
Test Lab. Its specification requires 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 has been deployed, and more test cases
will be deployed in future.

Currently single core performance test script has many hardcode, remove
them and make it more appropriate 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           |  37 +++-
 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 | 378 ++++++++++++++++----------------
 7 files changed, 264 insertions(+), 197 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-07-24  1:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-24 10:20 [dts] [next] [PATCH V3 0/3] support update-expected to meet Open Lab requirement Lijuan Tu
2018-07-24 10:20 ` [dts] [next] [PATCH V3 1/3] framework: support argument: --update-expected Lijuan Tu
2018-07-24 10:20 ` [dts] [next] [PATCH V3 2/3] tests/nic_single_core_perf: remove hardcode Lijuan Tu
2018-07-24 10:20 ` [dts] [next] [PATCH V3 3/3] conf/nic_single_core_perf: redefine elements Lijuan Tu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).