From patchwork Wed Nov 4 10:25:25 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Sun, QinX" X-Patchwork-Id: 83628 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id DAA03A04E7; Wed, 4 Nov 2020 02:47:44 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B74E7BE48; Wed, 4 Nov 2020 02:47:43 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id A40C05B30 for ; Wed, 4 Nov 2020 02:47:42 +0100 (CET) IronPort-SDR: oxj97HkyRzkSBnMkKOB7C5VfLjfLfOxSGCo8AxFr5aOeRNh7HDHoFrqF7AeQECzOsxWXNJi8Wd UWMk8zWRaQbg== X-IronPort-AV: E=McAfee;i="6000,8403,9794"; a="156141927" X-IronPort-AV: E=Sophos;i="5.77,449,1596524400"; d="scan'208";a="156141927" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2020 17:47:40 -0800 IronPort-SDR: 3L8qbiLe5CzbQNi3mmef3QYiUWplxJP9JtA0H69vgea7uojOJ+APEeLVLxfYKo8uDFKW9bvP6f qnUFIc/l0HSQ== X-IronPort-AV: E=Sophos;i="5.77,449,1596524400"; d="scan'208";a="538713672" Received: from unknown (HELO localhost.localdomain) ([10.240.183.105]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2020 17:47:39 -0800 From: sunqin To: dts@dpdk.org Cc: sunqin Date: Wed, 4 Nov 2020 10:25:25 +0000 Message-Id: <20201104102528.6880-1-qinx.sun@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1 0/3] add test suite cvl_limit_value_test 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" These 8 cases take a long time to run, so split them from 3 already existed suites (iavf_fdir, cvl_fdir, cvl_dcf_switch_filter) and make them as a new test suite sunqin (3): test_plans/cvl_limit_value_test: add test plan tests/cvl_limit_value_test: add cvl_limit test suite conf/cvl_limit_value_test: add config file for new test suite conf/cvl_limit_value_test.cfg | 5 + test_plans/cvl_limit_value_test_test_plan.rst | 594 ++++++++++++ tests/TestSuite_cvl_limit_value_test.py | 917 ++++++++++++++++++ 3 files changed, 1516 insertions(+) create mode 100644 conf/cvl_limit_value_test.cfg create mode 100644 test_plans/cvl_limit_value_test_test_plan.rst create mode 100644 tests/TestSuite_cvl_limit_value_test.py Tested-by: Sun, QinX