test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 0/7] meson build reference
@ 2020-07-07  2:44 lihong
  2020-07-07  2:44 ` [dts] [PATCH V1 1/7] executions: add build_type field in all executions cfg lihong
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: lihong @ 2020-07-07  2:44 UTC (permalink / raw)
  To: dts; +Cc: zhaoyan.chen, lihong


lihong (7):
  executions: add build_type field in all executions cfg
  conf: add configuration file of app_name.cfg
  framework/config: get configuration information from app_name.cfg
  framework: read and save the build_type from execution.cfg
  framework: add meson build method and get apps name of current build
    type
  framework/pmd_output: replace the hard code app path with the
    configured app path
  tests: replace the hard code app path with the configured app path

 conf/app_name.cfg                         | 119 +++++++++++++++++++++++++++
 executions/execution.cfg                  |   2 +
 executions/execution_FVL.cfg              |   2 +
 executions/execution_fm10k.cfg            |   2 +
 executions/execution_rxmode.cfg           |   3 +
 executions/execution_smoke.cfg            |   1 +
 framework/config.py                       |  29 +++++++
 framework/dts.py                          |   7 ++
 framework/dut.py                          |   8 +-
 framework/pmd_output.py                   |   3 +-
 framework/project_dpdk.py                 | 128 ++++++++++++++++++++++++++++--
 framework/settings.py                     |   1 +
 tests/TestSuite_multiprocess.py           |  53 ++++++++-----
 tests/TestSuite_vhost_multi_queue_qemu.py |  14 ++--
 14 files changed, 335 insertions(+), 37 deletions(-)
 create mode 100644 conf/app_name.cfg

-- 
2.7.4


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

end of thread, other threads:[~2020-07-20  7:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-07  2:44 [dts] [PATCH V1 0/7] meson build reference lihong
2020-07-07  2:44 ` [dts] [PATCH V1 1/7] executions: add build_type field in all executions cfg lihong
2020-07-07  2:44 ` [dts] [PATCH V1 2/7] conf: add configuration file of app_name.cfg lihong
2020-07-07  2:44 ` [dts] [PATCH V1 3/7] framework/config: get configuration information from app_name.cfg lihong
2020-07-07  2:45 ` [dts] [PATCH V1 4/7] framework: read and save the build_type from execution.cfg lihong
2020-07-07  2:45 ` [dts] [PATCH V1 5/7] framework: add meson build method and get apps name of current build type lihong
2020-07-07  2:45 ` [dts] [PATCH V1 6/7] framework/pmd_output: replace the hard code app path with the configured app path lihong
2020-07-07  2:45 ` [dts] [PATCH V1 7/7] tests: " lihong
2020-07-07 10:20 ` [dts] [PATCH V1 0/7] meson build reference Xiao, QimaiX
2020-07-20  7:08 ` Tu, Lijuan

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).