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 A278DA0543; Sat, 28 May 2022 11:13:46 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7BB1340F35; Sat, 28 May 2022 11:13:46 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 350E540E50 for ; Sat, 28 May 2022 11:13:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653729225; x=1685265225; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Dem9jchMX74Exshzxg3WbeN+BJN7euicWRJeq1SNtm0=; b=OjWIeKGE4llPrCBBkuNUhdZr6+EQx+JPeORPzmiWWEKVJytL0HyUsgGv PJXtZih8yDOMX8J5cJrLp2NxiCRgmWHDpJIRTpgjHBbnj6mxsj+3sJF5x fm3k/qrkmNhfUhzSWsdQ6LiH8OxnaSCULu5GPgeT/vXSmOcIchL5uyEBg 1myrdG8QXmeaD9nm3MVCQt9izoRDQ3KtmOZ1mzi3OOBO3R0cJCk6Fh9vo RurvOH8uAHxGzOEVPnxIpLVy1hTveLkp0abSokCDoXCgv4ETih518WXLk +U50I5oWXCA3CF0aFHTQETRuNai3Fwo56LEkEG6iRiDxnLfPz8Ar9yFbJ A==; X-IronPort-AV: E=McAfee;i="6400,9594,10360"; a="262268286" X-IronPort-AV: E=Sophos;i="5.91,258,1647327600"; d="scan'208";a="262268286" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 May 2022 02:13:44 -0700 Message-Id: <8ea9f5$ldsrla@fmsmga001-auth.fm.intel.com> Date: 28 May 2022 02:13:42 -0700 X-IronPort-AV: E=Sophos;i="5.91,258,1647327600"; d="scan'208";a="719220398" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 May 2022 02:13:42 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts] [PATCH V1] tests/ice_dcf_flow_priority: fix script From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20220526045322.137139-1-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: Jiale Song Errors-To: dts-bounces@dpdk.org On Thu, 26 May 2022 12:53:22 +0800, Jiale Song wrote: > there is a logic issue in the script. when the app starts for a timeout, th= e app that may=20 > start successfully will not be closed in teardown, affecting the testing of= other cases.=20 > fix it and delete some useless code. >=20 > Signed-off-by: Jiale Song Applied, thanks