test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 0/6] pmd_bonded_8023ad: upload test plan
@ 2018-06-06  5:38 yufengx.mo
  2018-06-06  5:38 ` [dts] [PATCH V1 1/6] " yufengx.mo
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: yufengx.mo @ 2018-06-06  5:38 UTC (permalink / raw)
  To: dts; +Cc: yufengmx

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

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

end of thread, other threads:[~2019-01-21  7:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-06  5:38 [dts] [PATCH V1 0/6] pmd_bonded_8023ad: upload test plan yufengx.mo
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

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