From patchwork Wed Jun 8 04:55:06 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yaqi Tang X-Patchwork-Id: 112521 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 4FC0BA0548; Wed, 8 Jun 2022 06:55:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 25E354021F; Wed, 8 Jun 2022 06:55:15 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id B18B84021D for ; Wed, 8 Jun 2022 06:55:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1654664113; x=1686200113; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=QTdXpXcyV1tHAuV+GDMw/c+o1EvzLsj1Yi/cOiQ/vlI=; b=HISKO/125pWO8K/WSwDImOom+Sj5zEF63jN8TMft/Omp+wbGNOuqy1UB vlybFRJZqszat80ZMMiBQ6FdPkafcRNVAZvtx7RqPZSsUszMEphGJB9ar 8VmVMcZ7eJgax5jmFWpYiMzdMjKYK7ACeGThUx5RM4dsUrPrRvSZ2fvio eOnnuinnRRDUk8pCDWVBGpSc6brOUvkB7JOWEtlPpCpP9Yxkrh37AzskR +8M6taT4Bkojkyg71ZJrzP1G3DBMaAIBWLizfzJ3k9PT22QNJWWzN6p+q g18A6ivkmem6lpeHgYMy0IE3GXZqAS4CG7D04zNobZMh4AWo+mNPZMpBN A==; X-IronPort-AV: E=McAfee;i="6400,9594,10371"; a="265542886" X-IronPort-AV: E=Sophos;i="5.91,285,1647327600"; d="scan'208";a="265542886" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2022 21:55:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,285,1647327600"; d="scan'208";a="670347346" Received: from dpdk-yaqi.sh.intel.com ([10.67.118.178]) by FMSMGA003.fm.intel.com with ESMTP; 07 Jun 2022 21:55:11 -0700 From: Yaqi Tang To: dts@dpdk.org Cc: xueqin.lin@intel.com, Yaqi Tang Subject: [dts][PATCH V1 0/2] Modify blocklist test plan and script Date: Wed, 8 Jun 2022 04:55:06 +0000 Message-Id: <20220608045508.350806-1-yaqi.tang@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 Testpmd port in test plan is wrong and script case name is nonstandard, so modify blocklist test plan and script. Yaqi Tang (2): test_plans/blocklist tests/blocklist test_plans/blocklist_test_plan.rst | 171 +++++++++++++++-------------- tests/TestSuite_blocklist.py | 6 +- 2 files changed, 89 insertions(+), 88 deletions(-)