From patchwork Tue Aug 2 03:13:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lingli Chen X-Patchwork-Id: 114506 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8B88CA00C3; Tue, 2 Aug 2022 05:54:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8620C42B74; Tue, 2 Aug 2022 05:54:27 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 28253400D7 for ; Tue, 2 Aug 2022 05:54:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659412466; x=1690948466; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=fME9Ew/ZpwUD7c/qST+/RRfQ5XRxPIYzjVaEyOI1j5A=; b=QmzCQjA9K2+H8ovLJ7S1F0AYDGOBpfqrQN6oy7Gpgg/Wt0fJ9r9xz3Yc X/k2OTP5u2GmTX6fyEqjrOV/NeHUQDwQ3pjXCOuadqr2Lj6CP/7V+hRC0 0rENVC6FmL0BEANIGDq12ea6SaokyqOtf5iM4nCbswk5OZWr7gL6LSeKf T+m+O2XMZv3N73ae1YZFEmK0M7Qa15n49rSeYgkg2CuRdB8yKu2jD8yW4 IOvYSFi1swR2Xc8RBBg3NuwLI5DiQ0fxa2OM/Lix1EGKqg5bZpSRjOYlW bf2RelJ57Fa6A846MvD4Hq31t3aGD276sqKbcWWjw+KWeThldAcE6dWOQ w==; X-IronPort-AV: E=McAfee;i="6400,9594,10426"; a="272356819" X-IronPort-AV: E=Sophos;i="5.93,210,1654585200"; d="scan'208";a="272356819" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Aug 2022 20:54:25 -0700 X-IronPort-AV: E=Sophos;i="5.93,210,1654585200"; d="scan'208";a="599164666" Received: from unknown (HELO localhost.localdomain) ([10.239.252.99]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Aug 2022 20:54:23 -0700 From: Lingli Chen To: dts@dpdk.org Cc: yuan.peng@intel.com, Lingli Chen Subject: [dts][PATCH V1 2/3] conf/test_case_checklist: add case fdir_wrong_parameters Date: Mon, 1 Aug 2022 23:13:09 -0400 Message-Id: <20220802031310.5523-2-linglix.chen@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220802031310.5523-1-linglix.chen@intel.com> References: <20220802031310.5523-1-linglix.chen@intel.com> X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 fdir_wrong_parameters: testpmd not support socket-mem param in freebsd Signed-off-by: Lingli Chen Acked-by: Peng, Yuan Signed-off-by: Lingli Chen --- conf/test_case_checklist.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 5d166cb2..e3784ec5 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -3777,5 +3777,20 @@ "Bug ID": "", "Comments": "the nic on the environment not support this case" } + ], + "fdir_wrong_parameters":[ + { + "OS": [ + "freebsd" + ], + "NIC": [ + "ALL" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "testpmd not support socket-mem param in freebsd" + } ] }