From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A1BA0A04F5; Fri, 13 Dec 2019 09:49:05 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 909052C52; Fri, 13 Dec 2019 09:49:05 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id CE1EA2BD3 for ; Fri, 13 Dec 2019 09:49:03 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Dec 2019 00:49:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,309,1571727600"; d="scan'208";a="388605155" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.222]) by orsmga005.jf.intel.com with ESMTP; 13 Dec 2019 00:49:02 -0800 From: yufengmx To: dts@dpdk.org, yinan.wang@intel.com Cc: yufengmx Date: Fri, 13 Dec 2019 16:51:36 +0800 Message-Id: <20191213085140.13231-1-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V2 0/4] metrics: upload suite test plan and 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" v2: - update latencystat and bit rate option. - add ewma_bits_out/in check. - use new pktgen methods as traffic policy mode testing packet generator. - abandon non-blocked ixia traffic source code changes in framework. - use pktgen callback to to take the place of non-blocked query method. - display metrics data and save them into rst file. - use suite configuration file to set test content. - remove debug source code. - fix typo issue. - fix pep8 issue. yufengmx (4): conf/metrics: test configuration test_plans/metrics: add test plan index test_plans/metrics: upload test plan tests/metrics: upload automation script conf/metrics.cfg | 5 + test_plans/index.rst | 1 + test_plans/metrics_test_plan.rst | 236 +++++++++ tests/TestSuite_metrics.py | 824 +++++++++++++++++++++++++++++++ 4 files changed, 1066 insertions(+) create mode 100644 conf/metrics.cfg create mode 100644 test_plans/metrics_test_plan.rst create mode 100644 tests/TestSuite_metrics.py -- 2.21.0