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 AD003A00C5; Mon, 26 Dec 2022 06:18:09 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A744840146; Mon, 26 Dec 2022 06:18:09 +0100 (CET) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id CAAB740143 for ; Mon, 26 Dec 2022 06:18:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672031888; x=1703567888; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Ewa2HfiCC7fEJCrzpIe91lZ6SLOHwazK7YrM5z6l4x4=; b=FbdO03Of2nGTkUGpj/YL7s+s8HyB/nkBrFWl6a2S7oQFOrSPevIv98ji QWHT7bcmMoixlhjuJREbS/kLKq96OvDRBL9ZFugl7C1UYxbGidGReA3a0 wrxF93E1lSeK2pVtkHdECu2bWocvjZXVnJz+g7Obv1TmTkEUXHV+p0S0g G/ncn1YjuSMwa2JNV6ViD2R5dWz1AYI6sa49y0c/USyh1O2Q7d5M28NFv 1VMF3XoyYHOHA/kP6sSvTyxSiovB568fidlYq9mKFJtQvzF9NGaJbJk8v HEIrG9xQr60mWf4nIUDFTIKPAA/6c9CqxbkPLtd/zf829W9vsNuUQU1q1 A==; X-IronPort-AV: E=McAfee;i="6500,9779,10571"; a="382820165" X-IronPort-AV: E=Sophos;i="5.96,274,1665471600"; d="scan'208";a="382820165" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Dec 2022 21:18:06 -0800 Message-Id: <1ac5b1$kbjk13@orsmga008-auth.jf.intel.com> Date: 25 Dec 2022 21:18:04 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10571"; a="683266086" X-IronPort-AV: E=Sophos;i="5.96,274,1665471600"; d="scan'208";a="683266086" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Dec 2022 21:18:04 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V5 2/2] conf/meson_tests: modify meson_tests suite to support test config parameter From: lijuan.tu@intel.com To: dts@dpdk.org,Weiyuan Li Cc: Weiyuan Li ,Yu Jiang In-Reply-To: <20221222094637.23135-2-weiyuanx.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: Weiyuan Li Errors-To: dts-bounces@dpdk.org On Thu, 22 Dec 2022 17:46:37 +0800, Weiyuan Li wrote: > Modify meson_tests suite to support test config (TIMEOUT_MULTIPLIER, TEST_A= RGS etc.) in conf/meson_tests.cfg. >=20 > Signed-off-by: Weiyuan Li Acked-by: Lijuan Tu Series applied, thanks