From patchwork Fri Mar 11 10:21:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yu Jiang X-Patchwork-Id: 108677 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 DAA1CA0093; Fri, 11 Mar 2022 03:22:29 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A670A40E78; Fri, 11 Mar 2022 03:22:29 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 3DE2F40042 for ; Fri, 11 Mar 2022 03:22:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646965347; x=1678501347; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=EbM4iUcVALwbqYawxK2vBEeABXmARUA0Oa77YTFAexQ=; b=Z79ShpEgodX7PN+kwZOBNYhPG1XG1SSw6KOp2XGVAyyvlHfnke857zi4 UbL8Ej8pTB4/gW+a4l43zBCmUO72YRFUwDOHVHY1GlGf0LG+emCegocuz U+vjG8lAR6NOuvZ30DC4SkJ//4gA659UEa1y/YdTLhTlQLKy3BXwQon2n AXmppCoywmweGgW7v796GMcoZu6G3oLQMTvpjHdiKIm8PWTnlHBHQTyrQ WZku5cu0qN7jin9tYmHAW1Q60mugGXm7Fhz75V+xg4w3s6uIyjivHqXGs tziLYRo74C2nQNapILb4E136c/LJBNTds4sU+oJhqL7Bo29fMN4PMMa3E Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10282"; a="255428424" X-IronPort-AV: E=Sophos;i="5.90,172,1643702400"; d="scan'208";a="255428424" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2022 18:22:26 -0800 X-IronPort-AV: E=Sophos;i="5.90,172,1643702400"; d="scan'208";a="579134677" Received: from unknown (HELO localhost.localdomain) ([10.239.251.226]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2022 18:22:24 -0800 From: Yu Jiang To: lijuan.tu@intel.com, dts@dpdk.org Cc: Yu Jiang Subject: [dts][PATCH V1] conf/test_case_checklist.json: adapt testplan, change 128 to 64 Date: Fri, 11 Mar 2022 10:21:46 +0000 Message-Id: <20220311102147.2212352-1-yux.jiang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 according to DTS commit id "2522e5c7 test_plans/generic_filter_test_plan: add the change IXGBE_NONE_MODE_TX_NB_QUEUES to 128 in test plan", modify case name to 64_queues from 128_queues Signed-off-by: Yu Jiang --- conf/test_case_checklist.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 546d408d..3caeb16b 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -1,5 +1,5 @@ { - "128_queues": [ + "64_queues": [ { "OS": [ "ALL"