test suite reviews and discussions
 help / color / mirror / Atom feed
* [DTS][PATCH V1 00/10] add functions to test MEV
@ 2023-07-16  9:07 Jin Ling
  2023-07-16  9:07 ` [DTS][PATCH V1 01/10] conf/crbs.cfg: add parameters Jin Ling
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Jin Ling @ 2023-07-16  9:07 UTC (permalink / raw)
  To: dts; +Cc: Jin Ling

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


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

end of thread, other threads:[~2023-07-16  9:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-16  9:07 [DTS][PATCH V1 00/10] add functions to test MEV Jin Ling
2023-07-16  9:07 ` [DTS][PATCH V1 01/10] conf/crbs.cfg: add parameters Jin Ling
2023-07-16  9:07 ` [DTS][PATCH V1 02/10] execution.cfg: add parameters to choose datapath and create vport when running test scripts Jin Ling
2023-07-16  9:07 ` [DTS][PATCH V1 03/10] framework/config: save the serial port connection info of imc and acc to the self.crb Jin Ling
2023-07-16  9:07 ` [DTS][PATCH V1 04/10] framework/crb:modify code when pexpect contains '#', replace '#' with 'mev-acc' Jin Ling
2023-07-16  9:07 ` [DTS][PATCH V1 05/10] framework/dts: add global variables Jin Ling
2023-07-16  9:07 ` [DTS][PATCH V1 06/10] framework/dut: add new functions to set up test mev env Jin Ling
2023-07-16  9:07 ` [DTS][PATCH V1 07/10] framework/pmd_output: optimize function start_testpmd Jin Ling
2023-07-16  9:07 ` [DTS][PATCH V1 08/10] framework/project_dpdk: optimize code Jin Ling
2023-07-16  9:07 ` [DTS][PATCH V1 09/10] framework/settings: add drivers and NICs for mev Jin Ling

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