From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 77662C1EE for ; Wed, 6 Jun 2018 07:37:45 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jun 2018 22:37:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,482,1520924400"; d="scan'208";a="56906631" Received: from shecgisg006.sh.intel.com ([10.239.39.68]) by orsmga003.jf.intel.com with ESMTP; 05 Jun 2018 22:37:43 -0700 Received: from shecgisg006.sh.intel.com (localhost [127.0.0.1]) by shecgisg006.sh.intel.com with ESMTP id w565bhXQ026017; Wed, 6 Jun 2018 13:37:43 +0800 Received: (from yufengmx@localhost) by shecgisg006.sh.intel.com with œ id w565bhFA026013; Wed, 6 Jun 2018 13:37:43 +0800 From: yufengx.mo@intel.com To: dts@dpdk.org Cc: yufengmx Date: Wed, 6 Jun 2018 13:37:41 +0800 Message-Id: <1528263463-25840-1-git-send-email-yufengx.mo@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dts] [PATCH V1 0/2] pmd_stacked_bonded: upload test plan and automation script 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:37:45 -0000 From: yufengmx *. metrics test plan *. metrics automation script yufengmx (2): pmd_stacked_bonded: upload test plan pmd_stacked_bonded: upload automation script test_plans/pmd_stacked_bonded_test_plan.rst | 340 ++++++ tests/TestSuite_pmd_stacked_bonded.py | 1593 +++++++++++++++++++++++++++ 2 files changed, 1933 insertions(+) create mode 100644 test_plans/pmd_stacked_bonded_test_plan.rst create mode 100644 tests/TestSuite_pmd_stacked_bonded.py -- 1.9.3