test suite reviews and discussions
 help / color / mirror / Atom feed
From: yufengx.mo@intel.com
To: dts@dpdk.org
Cc: yufengmx <yufengx.mo@intel.com>
Subject: [dts] [PATCH V1 0/6] pmd_bonded_8023ad: upload test plan
Date: Wed,  6 Jun 2018 13:38:27 +0800	[thread overview]
Message-ID: <1528263513-26500-1-git-send-email-yufengx.mo@intel.com> (raw)

From: yufengmx <yufengx.mo@intel.com>

*. extend ixia to send continuous stream 
*. support switch equipment auto query and configure running parameters on dts framework 
*. pmd_bonded_8023ad test plan 
*. pmd_bonded_8023ad automation script 

yufengmx (6):
  pmd_bonded_8023ad: upload test plan
  pmd_bonded_8023ad: upload automation script
  pmd_bonded_8023ad: add switch module in dts/framework
  pmd_bonded_8023ad: dts configuration files
  pmd_bonded_8023ad: framework work flow
  pmd_bonded_8023ad: framework etgen/ixia

 conf/crbs.cfg                              |    2 +
 conf/ports.cfg                             |    2 +
 conf/switch.cfg                            |   27 +
 framework/config.py                        |   61 +-
 framework/dts.py                           |   20 +-
 framework/dut.py                           |   14 +-
 framework/etgen.py                         |  125 +-
 framework/exception.py                     |   10 +
 framework/logger.py                        |   24 +-
 framework/project_dpdk.py                  |    6 +-
 framework/settings.py                      |    7 +-
 framework/ssh_connection.py                |    9 +-
 framework/ssh_pexpect.py                   |   36 +-
 framework/switch.py                        | 1445 +++++++++++++++++++
 framework/tester.py                        |  115 +-
 test_plans/pmd_bonded_8023ad_test_plan.rst |  521 +++++++
 tests/TestSuite_pmd_bonded_8023ad.py       | 2147 ++++++++++++++++++++++++++++
 17 files changed, 4555 insertions(+), 16 deletions(-)
 create mode 100644 conf/switch.cfg
 create mode 100644 framework/switch.py
 mode change 100755 => 100644 framework/tester.py
 create mode 100644 test_plans/pmd_bonded_8023ad_test_plan.rst
 create mode 100644 tests/TestSuite_pmd_bonded_8023ad.py

-- 
1.9.3

             reply	other threads:[~2018-06-06  5:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-06  5:38 yufengx.mo [this message]
2018-06-06  5:38 ` [dts] [PATCH V1 1/6] " yufengx.mo
2018-07-06  1:30   ` Liu, Yong
2018-06-06  5:38 ` [dts] [PATCH V1 2/6] pmd_bonded_8023ad: upload automation script yufengx.mo
2019-01-21  7:19   ` Chen, Zhaoyan
2018-06-06  5:38 ` [dts] [PATCH V1 3/6] pmd_bonded_8023ad: add switch module in dts/framework yufengx.mo
2018-06-06  5:38 ` [dts] [PATCH V1 4/6] pmd_bonded_8023ad: dts configuration files yufengx.mo
2018-06-06  5:38 ` [dts] [PATCH V1 5/6] pmd_bonded_8023ad: framework work flow yufengx.mo
2018-06-06  5:38 ` [dts] [PATCH V1 6/6] pmd_bonded_8023ad: framework etgen/ixia yufengx.mo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1528263513-26500-1-git-send-email-yufengx.mo@intel.com \
    --to=yufengx.mo@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).