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 9E438A034C; Wed, 21 Sep 2022 04:40:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7680540E0F; Wed, 21 Sep 2022 04:40:11 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 7A69E40697 for ; Wed, 21 Sep 2022 04:40:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663728009; x=1695264009; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=ByMryFQmFP0tQyGL/cquvJpkTjm9FL1ujHjtB1mBb6Q=; b=UVHTh+TrrYi/RmpU3x9SpCGBPntS7HWWqn4O3PuFNEZM7Ybfd0gShmFk bs4E6ckmpCLG2unsynBf+bZ+GThfq7hzQG+/OQMOb1D568rsRBtRbh9E7 Myd2ZmjyD8zAL+s9Gvx8NlNHk0pKmlhiTqTpTGNmE/1jEtoHdINuZU7Q8 PYes/Q3DT8yqOzBKlJ8m9A/W31cS6REUTbyLCipzboe44Zf4/+6bc1MTi /CzcTsymNs+1k5uTt5syvff4Yi6A6RWfMd5pCFtnvdKGC3kVQsqiMO4z0 f9amp8b68JFclBUfuSU8mCakaVrsOfbv/OYnOxhdEFGgmmho+/mA9QZh9 g==; X-IronPort-AV: E=McAfee;i="6500,9779,10476"; a="361635596" X-IronPort-AV: E=Sophos;i="5.93,332,1654585200"; d="scan'208";a="361635596" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Sep 2022 19:40:08 -0700 Message-Id: Date: 20 Sep 2022 19:40:06 -0700 X-IronPort-AV: E=Sophos;i="5.93,332,1654585200"; d="scan'208";a="708251289" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Sep 2022 19:40:06 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V2 2/2] tests/ice_dcf_switch_filter_pppoe: optimization script From: lijuan.tu@intel.com To: dts@dpdk.org,Song Jiale Cc: Song Jiale In-Reply-To: <20220920170402.14146-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 Tue, 20 Sep 2022 17:04:02 +0000, Song Jiale wrote: > 1.add timeout > 2.the "testpmd_status" is the wrong status when launch app timeout, > it will affect other cases test.therefore, add "kill_all" to ensure > that all dpdk processes are closed. > > Signed-off-by: Song Jiale Acked-by: Lijuan Tu Series applied, thanks