From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 299C6C1EE for ; Wed, 6 Jun 2018 07:34:04 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jun 2018 22:34:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,482,1520924400"; d="scan'208";a="47108623" Received: from shecgisg006.sh.intel.com ([10.239.39.68]) by orsmga008.jf.intel.com with ESMTP; 05 Jun 2018 22:34:03 -0700 Received: from shecgisg006.sh.intel.com (localhost [127.0.0.1]) by shecgisg006.sh.intel.com with ESMTP id w565Y2Ya022632; Wed, 6 Jun 2018 13:34:02 +0800 Received: (from yufengmx@localhost) by shecgisg006.sh.intel.com with œ id w565Y28P022628; Wed, 6 Jun 2018 13:34:02 +0800 From: yufengx.mo@intel.com To: dts@dpdk.org Cc: yufengmx Date: Wed, 6 Jun 2018 13:34:00 +0800 Message-Id: <1528263242-22459-1-git-send-email-yufengx.mo@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dts] [PATCH V1 0/2] ethtool_stats: upload suite test plan/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:34:05 -0000 From: yufengmx *. ethtool_stats test plan *. ethtool_stats automation script yufengmx (2): ethtool_stats: upload test plan ethtool_stats: suite automation script test_plans/ethtool_stats_test_plan.rst | 150 +++++++++ tests/TestSuite_ethtool_stats.py | 566 +++++++++++++++++++++++++++++++++ 2 files changed, 716 insertions(+) create mode 100644 test_plans/ethtool_stats_test_plan.rst create mode 100644 tests/TestSuite_ethtool_stats.py -- 1.9.3