From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 19A3CA00C5; Tue, 7 Jul 2020 12:16:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 74D7B1DDAC; Tue, 7 Jul 2020 12:16:47 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 3EDFB1DD78 for ; Tue, 7 Jul 2020 12:16:46 +0200 (CEST) IronPort-SDR: Etqp1qQaGrFhmiE7onmYfNnEsK2qt1uJmnm7zGINd5VmEZ+QBORxgvc022cnB6o1W+ALN28kdb WlwiH4s23i7Q== X-IronPort-AV: E=McAfee;i="6000,8403,9674"; a="127160970" X-IronPort-AV: E=Sophos;i="5.75,323,1589266800"; d="scan'208";a="127160970" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jul 2020 03:16:45 -0700 IronPort-SDR: cEeatUD5GI+wPf79S8Sf3OpHwavFz+m5x0UrGRfEfVEFhXq5DnCe49KlNazWoDVcw/qN54LN9l vYd0/Ecfo8EA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,323,1589266800"; d="scan'208";a="457051202" Received: from dpdk-lihong-ub1604.sh.intel.com ([10.67.118.174]) by orsmga005.jf.intel.com with ESMTP; 07 Jul 2020 03:16:44 -0700 From: lihong To: dts@dpdk.org Cc: zhaoyan.chen@intel.com, lihong Date: Tue, 7 Jul 2020 10:44:57 +0800 Message-Id: <1594089903-26285-2-git-send-email-lihongx.ma@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1594089903-26285-1-git-send-email-lihongx.ma@intel.com> References: <1594089903-26285-1-git-send-email-lihongx.ma@intel.com> Subject: [dts] [PATCH V1 1/7] executions: add build_type field in all executions cfg X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Signed-off-by: lihong --- executions/execution.cfg | 2 ++ executions/execution_FVL.cfg | 2 ++ executions/execution_fm10k.cfg | 2 ++ executions/execution_rxmode.cfg | 3 +++ executions/execution_smoke.cfg | 1 + 5 files changed, 10 insertions(+) diff --git a/executions/execution.cfg b/executions/execution.cfg index 0683d74..0a1ac3c 100644 --- a/executions/execution.cfg +++ b/executions/execution.cfg @@ -1,6 +1,7 @@ [Execution1] crbs= drivername= +build_type= test_suites= cmdline, hello_world, @@ -35,6 +36,7 @@ parameters=nic_type=cfg:func=true [Execution2] crbs= drivername= +build_type= test_suites= l2fwd, l3fwd, diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg index d5e6cfb..84c1649 100644 --- a/executions/execution_FVL.cfg +++ b/executions/execution_FVL.cfg @@ -1,6 +1,7 @@ [Execution1] crbs= drivername= +build_type= test_suites= checksum_offload, dynamic_config, @@ -36,6 +37,7 @@ parameters=nic_type=cfg:func=true [Execution2] crbs= drivername= +build_type= test_suites= l2fwd, l3fwd, diff --git a/executions/execution_fm10k.cfg b/executions/execution_fm10k.cfg index 971e4a4..dbd2b96 100644 --- a/executions/execution_fm10k.cfg +++ b/executions/execution_fm10k.cfg @@ -1,6 +1,7 @@ [Execution1] crbs= drivername= +build_type= test_suites= checksum_offload, vlan, @@ -19,6 +20,7 @@ parameters=nic_type=cfg:func=true [Execution2] crbs= drivername= +build_type= test_suites= l3fwd, targets= diff --git a/executions/execution_rxmode.cfg b/executions/execution_rxmode.cfg index cf46dbf..e1bf981 100644 --- a/executions/execution_rxmode.cfg +++ b/executions/execution_rxmode.cfg @@ -2,6 +2,7 @@ crbs= drivername=igb_uio rx_mode=scalar +build_type= test_suites= fdir, jumboframes, @@ -23,6 +24,7 @@ parameters=nic_type=cfg:func=true crbs= drivername=igb_uio rx_mode=full +build_type= test_suites= fdir, jumboframes, @@ -44,6 +46,7 @@ parameters=nic_type=cfg:func=true crbs= drivername=igb_uio rx_mode=vector +build_type= test_suites= fdir, jumboframes, diff --git a/executions/execution_smoke.cfg b/executions/execution_smoke.cfg index f069365..ea5bd3f 100644 --- a/executions/execution_smoke.cfg +++ b/executions/execution_smoke.cfg @@ -1,6 +1,7 @@ [Execution1] crbs= drivername= +build_type= test_suites= unit_tests_cmdline, unit_tests_eal, -- 2.7.4