From patchwork Wed Jun 8 04:57:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yaqi Tang X-Patchwork-Id: 112524 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 5A5F7A0548; Wed, 8 Jun 2022 06:57:19 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E1C48406B4; Wed, 8 Jun 2022 06:57:18 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id ECC4E4021F for ; Wed, 8 Jun 2022 06:57:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1654664238; x=1686200238; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=PdYqdmKMjwfEfQsLiUjQfzXrefyyHqaiFSY0lAizMgM=; b=g+yzvoVEDALg8QSsGVxxySapgJIoX5WSyLhTHYKuCQC4iHp8jwgPE5p4 ZajFPoq9jKxbNAhlaYCvnRAjRcbSJrfvlYp3XW8mhX3TrFhDopkEwEiyB erYZihU63hYEhiNO9uNnNHLwgBvx+qn2h2KKGV3/zf7lhs9Uh8XONNXuf BFcp5mSqKNx5CsqEsADNQ7rKybyNT2SIBiexkQ3R5xtIiVTccXUU7pXGo ZXJcU/ZZrT6GyIqi2P4t8KAE+uNHBu8qGnNTiccsIzpHEBu+RAL8Ekhyl Y7vuK/MQreNdP/B8W6ld5DnEem2VVd/HUGbJt5kInRPmy8XoEf0pj6J0y Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10371"; a="340850039" X-IronPort-AV: E=Sophos;i="5.91,285,1647327600"; d="scan'208";a="340850039" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2022 21:57:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,285,1647327600"; d="scan'208";a="670347899" Received: from dpdk-yaqi.sh.intel.com ([10.67.118.178]) by FMSMGA003.fm.intel.com with ESMTP; 07 Jun 2022 21:57:15 -0700 From: Yaqi Tang To: dts@dpdk.org Cc: xueqin.lin@intel.com, Yaqi Tang Subject: [dts][PATCH V1 0/2] Modify shutdown_api test plan and script Date: Wed, 8 Jun 2022 04:57:10 +0000 Message-Id: <20220608045712.350878-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(-)