From patchwork Wed Dec 23 08:57:25 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Zhao, HaiyangX" X-Patchwork-Id: 85673 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4E04DA052A; Wed, 23 Dec 2020 10:04:01 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3F995CA4A; Wed, 23 Dec 2020 10:04:00 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 876C6CA37 for ; Wed, 23 Dec 2020 10:03:58 +0100 (CET) IronPort-SDR: CZUdksr9zKoRN0puSEzlK14MhxGlBrnRbwVIaQ0dSNvX5xj4LGbRdH1sxuRG233fIO3fEpmLoL 2gFsml3/gRkw== X-IronPort-AV: E=McAfee;i="6000,8403,9843"; a="173417616" X-IronPort-AV: E=Sophos;i="5.78,441,1599548400"; d="scan'208";a="173417616" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Dec 2020 01:03:56 -0800 IronPort-SDR: E4NwF7uTNjUm0Ryf/oBW/jcVdInHLhdxCD64JiYmZhjlHYoCT8ULENAbj5vFiI57skBy2iR1Hj K0f3W2lOAshQ== X-IronPort-AV: E=Sophos;i="5.78,441,1599548400"; d="scan'208";a="565149957" Received: from unknown (HELO localhost.localdomain) ([10.240.183.57]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Dec 2020 01:03:55 -0800 From: Haiyang Zhao To: lijuan.tu@intel.com, dts@dpdk.org Cc: Haiyang Zhao Date: Wed, 23 Dec 2020 16:57:25 +0800 Message-Id: <20201223085725.8564-1-haiyangx.zhao@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1] add a default execution file 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" For the convenience of users and avoiding parsing config file exception, add a default execution file in DTS root directory. Signed-off-by: Haiyang Zhao --- execution.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 execution.cfg diff --git a/execution.cfg b/execution.cfg new file mode 100644 index 0000000..485e913 --- /dev/null +++ b/execution.cfg @@ -0,0 +1,10 @@ +[Execution1] +crbs= +#using igb_uio please refer to doc/dts_gsg/support_igb_uio.rst +drivername=vfio-pci +build_type=meson +test_suites= + hello_world, +targets= + x86_64-native-linuxapp-gcc +parameters=nic_type=cfg:func=true