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 52B69A034C; Thu, 22 Dec 2022 09:32:20 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 29D4140698; Thu, 22 Dec 2022 09:32:20 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 8D5D3400D7 for ; Thu, 22 Dec 2022 09:32:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671697938; x=1703233938; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=1lTozYK0YOcOqzFFrFUNNiwpDBZW72aQUBk24mhDo8U=; b=X6o5GgURC4oRCRny+SUbsG7nvxhJQ/Ugn512aITjviSvnus2paFeWQnA 8KVzoeqYCOG5SpO51auXBjgjeKGbc/IBkRH22hnJMbWGQ4zd+bHN8gk8r T2F6PImCSjSClZ0c+y8v0n0ElqnxQXdTamMrL/qK7ikDx9Avj+3QxX5+a vRiQRe7Dr1cMMxoGJBz/1gSIU5BtBfRKYLAVMHZ0dS33RfKWRoK8H/FIg iv0tN286NljP15WVaIxs1xcrYzc/VcTT5Hcm4fglPMG4VNOoF//8PyR3l YubqERI+7ME2qZRDdP7TSPaQTZm/EozULjhRPcrr5R4ie+fvEu1lo9hjU w==; X-IronPort-AV: E=McAfee;i="6500,9779,10568"; a="320133701" X-IronPort-AV: E=Sophos;i="5.96,265,1665471600"; d="scan'208";a="320133701" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2022 00:32:17 -0800 Message-Id: <510f81$lerpse@fmsmga004-auth.fm.intel.com> Date: 22 Dec 2022 00:32:16 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10568"; a="720234386" X-IronPort-AV: E=Sophos;i="5.96,264,1665471600"; d="scan'208";a="720234386" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2022 00:32:16 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts] [PATCH V1 2/2] tests/ice_limit_value_test: optimize scripts From: lijuan.tu@intel.com To: dts@dpdk.org,Song Jiale Cc: Song Jiale In-Reply-To: <20221221171840.19652-2-songx.jiale@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: Song Jiale Errors-To: dts-bounces@dpdk.org On Wed, 21 Dec 2022 17:18:40 +0000, Song Jiale wrote: > 1. when the dpdk testpmd exits abnormally, the port will not be initialized= , and sometimes > the other test cases will be affected. therefore, after the test, should us= e quit to > close the dpdk testpmd normally to avoid the impact between cases. > 2. the object named "self.session_third" is undefined, delete useless code. >=20 > Signed-off-by: Song Jiale Acked-by: Lijuan Tu Series applied, thanks