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 29D25A0543; Sat, 28 May 2022 11:04:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F031840F35; Sat, 28 May 2022 11:04:37 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id EB22B40E50 for ; Sat, 28 May 2022 11:04:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653728676; x=1685264676; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Dem9jchMX74Exshzxg3WbeN+BJN7euicWRJeq1SNtm0=; b=DHtFL62JFGiee2fEcAULl2UY6I26ESMw3RDtL3AWilVNro6Cml99382v cNIUIzZiAllRt0+pj0iZVm0bjW4kYeBdGbzBX1Cw2QzBm6JuIAe073hMF SeZOLHTpP9UlVo+mnclbsNNXtk1Yd1cuHMfVF4LBXa+MjgFVCiM95o1SD SgdkxdpnNg1GSGUyd7XJfjO+dzkbo8EP+b3JdaNXuQVZjRodrtkB0tqwx tzcn8C91wQozS0vJbgdTD/JcKlL1l0alnot09y+TYRP45srPR/GRMczTH RE6xjXXaqNcjfTe8xbHITbrotmKbihep8SVMN0k5Y+9BQ0ufALe20yMJE w==; X-IronPort-AV: E=McAfee;i="6400,9594,10360"; a="274749818" X-IronPort-AV: E=Sophos;i="5.91,258,1647327600"; d="scan'208";a="274749818" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 May 2022 02:04:34 -0700 Message-Id: <003cea$i0a4ng@orsmga008-auth.jf.intel.com> Date: 28 May 2022 02:04:33 -0700 X-IronPort-AV: E=Sophos;i="5.91,258,1647327600"; d="scan'208";a="604312307" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 May 2022 02:04:33 -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