From patchwork Wed Jun 15 08:31:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yaqi Tang X-Patchwork-Id: 112755 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 9E6A2A0548; Wed, 15 Jun 2022 10:31:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 96EAC40221; Wed, 15 Jun 2022 10:31:52 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 3C93340220 for ; Wed, 15 Jun 2022 10:31:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655281911; x=1686817911; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=PdYqdmKMjwfEfQsLiUjQfzXrefyyHqaiFSY0lAizMgM=; b=bP2RRFcF17o8Fq8Qyuw6SzxL7dt/ijTUdlOKhN0q1z6W+AQKzZyEDae2 gakRZ0GDTWnPCg/tHk4k2ltYB5edNG+OVzcxXQ51zqmvX6S8xhaPWzrVv Gg0unMBptcZIHg2j3EmnHWV+5w04sUpPjQEEVcqKxf/7y4Z6jLx+4y5tz bdBLiNZFUzzirDUwkEwFjqeGU2dGYqduh2i5NhawFhZZsrv+aQSMPHL5v SIggOrKTWvDevjUws906/CB5LfKER4XNlRQjR/pFKm8JDnHDw1zHqWrLV knCBcPttgbYenWyOA7Mx9k/lbk0nYxHpTckTFGFgp1TyyQdsar8O8pQRp w==; X-IronPort-AV: E=McAfee;i="6400,9594,10378"; a="278928843" X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="278928843" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 01:31:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="640871239" Received: from dpdk-yaqi.sh.intel.com ([10.67.118.237]) by fmsmga008.fm.intel.com with ESMTP; 15 Jun 2022 01:31:37 -0700 From: Yaqi Tang To: dts@dpdk.org Cc: xueqin.lin@intel.com, Yaqi Tang Subject: [dts][PATCH V2 0/2] Modify shutdown_api test plan and script Date: Wed, 15 Jun 2022 08:31:33 +0000 Message-Id: <20220615083135.55626-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 Test plan lost 3 cases and script case name is nonstandard, so add 3 cases to the test plan and modify the script case name. Yaqi Tang (2): tests/shutdown_api test_plans/shutdown_api test_plans/shutdown_api_test_plan.rst | 119 ++++++++++++++++++++------ tests/TestSuite_shutdown_api.py | 12 +-- 2 files changed, 97 insertions(+), 34 deletions(-)