[dts] [PATCH V1 0/7] meson build reference

lihong lihongx.ma at intel.com
Tue Jul 7 04:44:56 CEST 2020


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



More information about the dts mailing list