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 A014FA04E6; Wed, 18 Nov 2020 06:42:00 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7588A592C; Wed, 18 Nov 2020 06:41:59 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id D686158C4 for ; Wed, 18 Nov 2020 06:41:57 +0100 (CET) IronPort-SDR: Kw5PG1Xu0zaQrJFoUMXRZEJ2VI3Lt76hZ5sdyo3QGKZO5V+PZpSzL9yBcmDfdoCih3jpWZ5Njn Xz6i2R7Dyc5g== X-IronPort-AV: E=McAfee;i="6000,8403,9808"; a="150338395" X-IronPort-AV: E=Sophos;i="5.77,486,1596524400"; d="scan'208";a="150338395" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2020 21:41:56 -0800 IronPort-SDR: xFPGeMNL7IBQDp7X75/zyGB/cnFzuui7uSXk31hXTCTOYtUFXk6AhxjUdeZvIXkYg9+/0YkPEq mlvTa4vju+6Q== X-IronPort-AV: E=Sophos;i="5.77,486,1596524400"; d="scan'208";a="534084376" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2020 21:41:54 -0800 From: Xie wei To: dts@dpdk.org Cc: Xie wei Date: Wed, 18 Nov 2020 13:44:36 +0800 Message-Id: <20201118054436.12425-1-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1] tests/TestSuite_cvl_advanced_iavf_rss:remove related rules from negative case 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" According to test plan, remove related rules from negative case. Signed-off-by: Xie wei --- tests/TestSuite_cvl_advanced_iavf_rss.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/TestSuite_cvl_advanced_iavf_rss.py b/tests/TestSuite_cvl_advanced_iavf_rss.py index 7513a809..cca520b4 100644 --- a/tests/TestSuite_cvl_advanced_iavf_rss.py +++ b/tests/TestSuite_cvl_advanced_iavf_rss.py @@ -5185,11 +5185,9 @@ class AdvancedIavfRSSTest(TestCase): negative_rules = [ 'flow create 0 ingress pattern eth / ipv4 / end actions rss types eth l3-src-only end key_len 0 queues end / end', 'flow create 0 ingress pattern eth / ipv4 / end actions rss types ipv4-udp end key_len 0 queues end / end', - 'flow create 0 ingress pattern eth / ipv4 / udp / end actions rss types ipv4 end key_len 0 queues end / end', 'flow create 0 ingress pattern eth / ipv4 / udp / end actions rss types ipv4-tcp end key_len 0 queues end / end', 'flow create 0 ingress pattern eth / ipv4 / end actions rss types ipv6 end key_len 0 queues end / end', 'flow create 0 ingress pattern eth / ipv4 / end actions rss func symmetric_toeplitz types ipv4 l3-src-only end key_len 0 queues end / end', - 'flow create 0 ingress pattern eth / ipv4 / end actions rss func symmetric_toeplitz types eth end key_len 0 queues end / end', ] for i in negative_rules: out = self.pmd_output.execute_cmd(i, timeout=1) -- 2.17.1