From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E2717A0548; Wed, 15 Jun 2022 11:01:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D494E40221; Wed, 15 Jun 2022 11:01:29 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id C1BB540220 for ; Wed, 15 Jun 2022 11:01:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655283688; x=1686819688; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=iLy8xXOJCp55co0bNC802nMeaaVPsP6KT80C+mQN+kE=; b=nev/x1QfPIYDxsrxTo4yif4FjInQKPAvETpjciwbIHh+FkEm+5wif+ns WB1Lxe6Kf9XVWKKnRJl3R2CXSAdOhPUp8iba2b0KmckcylkS6pwgs2tFk AbPOHhPtTjtiKlQOohnfD99oRP96EilB0nFVzToCpQl7s/74ziF1vl/Jx l5mZSvYacrUe8vlXyZ6ZL6QpSaoxl6YPSb8dfKbEIgLZ1o0GXyg+IUD5s 5rRRM82QBWXa1hzn/+pNALqNwmBPTaEP1zeBxwmO8Z6Xj60ev1kxByGpC YKeNLO9mvBd9S/nNkqo6KSiW34PZtPDkwoYknhm5g+XnyxP6oi/gAvkpZ A==; X-IronPort-AV: E=McAfee;i="6400,9594,10378"; a="261918462" X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="261918462" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 02:01:26 -0700 Message-Id: <8b0460$idn7p1@orsmga001-auth.jf.intel.com> Date: 15 Jun 2022 02:01:25 -0700 X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="618372906" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 02:01:25 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V2 2/2] test_plans/shutdown_api: add 3 test cases and add case numbers From: lijuan.tu@intel.com To: dts@dpdk.org,Yaqi Tang Cc: xueqin.lin@intel.com,Yaqi Tang In-Reply-To: <20220615083135.55626-3-yaqi.tang@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: , Reply-To: Yaqi Tang Errors-To: dts-bounces@dpdk.org On Wed, 15 Jun 2022 08:31:35 +0000, Yaqi Tang wrote: > Test plan lost 3 cases, so add 3 cases and add test case numbers to the pla= n. > And adjust the format of test plan according to test plan template. >=20 > Signed-off-by: Yaqi Tang Series applied, thanks