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 ACD0142B94; Thu, 25 May 2023 04:34:45 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A7DED40DDB; Thu, 25 May 2023 04:34:45 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 5830940A82 for ; Thu, 25 May 2023 04:34:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1684982084; x=1716518084; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=qdS9qUn7vJyBd1TRAWJPbRDNy6yuiRAIJldJ32xXgZo=; b=iqKgi5NgCQgNYKo+EaQq8y/gpY/j6h9KjzprKZFvpSBEpbBbKCT1aUNz b7B1lr4KDD9j57Bkkxcx6E97taFLXnpS/HhrUcM1bLkUVBOuUKAHPyLQ9 SuIqmW4lbaSPsxQ/94M1DYP09NrirueJQLBvMHq5VQuF9/cRAdEKKA4xM xmjbVvNMCU51963pRQO2+agHbaMTegFRNhzjqA5hCqsNie3gdtyernRSW Mkd3zfYVSk35/tE72onZi03mLmTyxjZSfpjoFm7SopTyco8tPMTuR2Kwe oL88J4Ev/fIg5Odlf6E+Jsji7LmGNs4pU5qmtnZTDSlHsrVKn6VJ+PdaS g==; X-IronPort-AV: E=McAfee;i="6600,9927,10720"; a="338330768" X-IronPort-AV: E=Sophos;i="6.00,190,1681196400"; d="scan'208";a="338330768" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2023 19:34:43 -0700 Message-Id: Date: 24 May 2023 19:34:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10720"; a="1034794405" X-IronPort-AV: E=Sophos;i="6.00,190,1681196400"; d="scan'208";a="1034794405" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2023 19:34:41 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V2] tests/meson_tests: split test_args in conf/meson_tests.cfg and add -a param and save meson test log From: lijuan.tu@intel.com To: lijuan.tu@intel.com,dts@dpdk.org,Yu Jiang Cc: Yu Jiang In-Reply-To: <20230518055146.2027779-1-yux.jiang@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: Yu Jiang Errors-To: dts-bounces@dpdk.org On Thu, 18 May 2023 13:51:46 +0800, Yu Jiang wrote: > 1, add "-a" param to avoid conflict when running in container. > 2, save detailed /root/dpdk/<>/meson-logs/testlog.txt to dts/ou= tput. >=20 > Signed-off-by: Yu Jiang Reviewed-by: Lijuan Tu Applied, thanks