[DTS][PATCH V1 00/10] add functions to test MEV

Jin Ling jin.ling at intel.com
Sun Jul 16 11:07:44 CEST 2023


Jin Ling (10):
  conf/crbs.cfg: add parameters to connect mev and acc via serial port
  execution.cfg: add parameters to choose datapath and create vport when
    running test scripts
  framework/config: save the serial port connection information of imc
    and acc  to the self.crb
  framework/crb:modify code when pexpect contains '#', replace '#' with
    'mev-acc'
  framework/dts: add global variables add
    'test_mev','test_acc','queue_model','vport','rx_vport' to config
    datapath and vport when executing cases
  framework/dut: add new functions to set up test mev env will set up
    the test env of mev when creating a dut according the global var
    'test_mev'
  framework/pmd_output: optimize function start_testpmd add code to
    create cmdline for running testpmd
  framework/project_dpdk: optimize code Optimizing functions to prevent
    errors when testing with mev
  framework/settings: add drivers and NICs for mev
  framework/ssh_pexpect: optimize the code to get output Filtered
    control characters in minicom output

 conf/crbs.cfg             |   4 ++
 execution.cfg             |  12 +++-
 framework/config.py       |  10 ++++
 framework/crb.py          |   6 ++
 framework/dts.py          |  25 +++++++-
 framework/dut.py          | 121 +++++++++++++++++++++++++++++++++++---
 framework/pmd_output.py   |   3 +
 framework/project_dpdk.py |  21 +++++--
 framework/settings.py     |   9 ++-
 framework/ssh_pexpect.py  |  18 ++++--
 10 files changed, 207 insertions(+), 22 deletions(-)

-- 
2.34.1



More information about the dts mailing list