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 1927C427EB; Tue, 28 Mar 2023 02:59:29 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 14CA742686; Tue, 28 Mar 2023 02:59:29 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id EDD0E40A87 for ; Tue, 28 Mar 2023 02:59: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=1679965168; x=1711501168; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=zMl4GSjslnmviyIDAZDq9axPY9dDGGlfdet3vNy6fes=; b=HZKCibBtwHKmDmOC4ghOxOf4UOm1o3EwfapJKzkTMJrptNuRvjwhQue/ 9sUPQZdDY2BHp1yuHf6LmsqPSsZMLdU84GorUdJvGQxBD+Y6Y6ZZ0A6qX G1aXFO9GeCX4iPDYCHDNr5Z/kDnsMuV3M6kdP/TJNLKkgJ8Anvrz92B9w 62iirWSLAmIC0qSVfXDevIwv53J//aEaaJxyp0SvJk0cVX2i2g/SwzSQy rAvgOcGqq64hqqUf40VFDBm1cyCcJl7TLt9BfFdRy5YWT+MRAcxrV/GGI 5J7FsaHj/4Osk+bGmtNTQcQ3FvKQ0VzFYWgJj5YKbFAQ5XxFS6ck5sZUT Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="368190044" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="368190044" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 17:59:27 -0700 Message-Id: <210948$pi3q3j@orsmga005-auth.jf.intel.com> Date: 27 Mar 2023 17:59:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="857860216" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="857860216" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 17:59:25 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V1] tests/short_live: optimize script From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20230313110312.1802790-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 Mon, 13 Mar 2023 11:03:12 +0000, Jiale Song wrote: > ensure that dpdk testpmd exits normally. > > Signed-off-by: Jiale Song Applied, thanks