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 3D7B942850; Thu, 30 Mar 2023 10:35:28 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 06C09410DC; Thu, 30 Mar 2023 10:35:28 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id F1A0E40E25 for ; Thu, 30 Mar 2023 10:35:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1680165326; x=1711701326; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=m/m7fgPEdA/6bLTZ240JbrzPdC57e2cjHkhGV0Ug9hU=; b=NvXRFRYBrsSAo+WXPA254DKaEF/JyKsuGqQa3MmLQfDZR1bZcv56JQk6 Rjb+mZbNauCpeuXD20W0LZNKmY7FsmV2haVkpx8H4Z1roG3FqKDvZSkSw 7c1zItA25stuP8uVJQaIPxBLgV36L3GcvlNU14zfJcEe8VYzj1SvnhGVC fP0kqUc7M471yTQaKTywhWyGaLAfWBYdyrmavuZvXLR/RYWS1GvfESHTG LAvF8xvYRKi0Bqb5ctdCYEcG7c/wOotTtAUFT1zYnUjVNEux7nFr1ili/ OZTMbuUyi1LRVUZ6Ap9CBuwrBC5zGlVI19pgNQCtWZePZSAHwYN/MICXM A==; X-IronPort-AV: E=McAfee;i="6600,9927,10664"; a="320756723" X-IronPort-AV: E=Sophos;i="5.98,303,1673942400"; d="scan'208";a="320756723" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2023 01:35:22 -0700 Message-Id: Date: 30 Mar 2023 01:35:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10664"; a="828243283" X-IronPort-AV: E=Sophos;i="5.98,303,1673942400"; d="scan'208";a="828243283" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2023 01:35:19 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V3] tests/dcf_lifecycle: add kernel check in test script From: lijuan.tu@intel.com To: dts@dpdk.org,Hongbo Li Cc: Hongbo Li In-Reply-To: <20230328165141.32675-1-hongbox.li@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: Hongbo Li Errors-To: dts-bounces@dpdk.org On Wed, 29 Mar 2023 00:51:41 +0800, Hongbo Li wrote: > 1.Some testcase require the kernel 4.19+ in the testplan, but test script d= oes not check the kernel. Which will cause the lower version of kernel to fai= l when run cases. > 2.The "--color" option of dmesg command is not supported in the OS with the= lower version kernel, and the option only changes the color of the output. S= o delete this option to make the OS with the lower version kernel support som= e testcase. >=20 > Signed-off-by: Hongbo Li Applied, thanks