From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id A44E51B40E for ; Wed, 6 Jun 2018 07:38:35 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jun 2018 22:38:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,482,1520924400"; d="scan'208";a="205691883" Received: from shecgisg006.sh.intel.com ([10.239.39.68]) by orsmga004.jf.intel.com with ESMTP; 05 Jun 2018 22:38:34 -0700 Received: from shecgisg006.sh.intel.com (localhost [127.0.0.1]) by shecgisg006.sh.intel.com with ESMTP id w565cXMP026675; Wed, 6 Jun 2018 13:38:33 +0800 Received: (from yufengmx@localhost) by shecgisg006.sh.intel.com with œ id w565cXJo026671; Wed, 6 Jun 2018 13:38:33 +0800 From: yufengx.mo@intel.com To: dts@dpdk.org Cc: yufengmx Date: Wed, 6 Jun 2018 13:38:27 +0800 Message-Id: <1528263513-26500-1-git-send-email-yufengx.mo@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dts] [PATCH V1 0/6] pmd_bonded_8023ad: upload test plan X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 05:38:36 -0000 From: yufengmx *. 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