From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 1A5151B3DE for ; Wed, 18 Oct 2017 03:25:06 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Oct 2017 18:25:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,393,1503385200"; d="scan'208";a="1231981602" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 17 Oct 2017 18:25:03 -0700 From: "xu,huilong" To: dts@dpdk.org Cc: "xu,huilong" Date: Wed, 18 Oct 2017 09:26:14 +0800 Message-Id: <1508289974-12545-2-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1508289974-12545-1-git-send-email-huilongx.xu@intel.com> References: <1508289974-12545-1-git-send-email-huilongx.xu@intel.com> Subject: [dts] [PATCH V1 2/2] add a new support drivername in execution file drivername list 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: , X-List-Received-Date: Wed, 18 Oct 2017 01:25:07 -0000 add uio_pci_generic driver in execution file support driver list Signed-off-by: xu,huilong --- executions/execution.cfg | 2 +- executions/execution_FVL.cfg | 2 +- executions/execution_fm10k.cfg | 2 +- executions/execution_smoke.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/executions/execution.cfg b/executions/execution.cfg index 598c990..0683d74 100644 --- a/executions/execution.cfg +++ b/executions/execution.cfg @@ -1,6 +1,6 @@ [Execution1] crbs= -drivername= +drivername= test_suites= cmdline, hello_world, diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg index c7bcf5f..d5e6cfb 100644 --- a/executions/execution_FVL.cfg +++ b/executions/execution_FVL.cfg @@ -1,6 +1,6 @@ [Execution1] crbs= -drivername= +drivername= test_suites= checksum_offload, dynamic_config, diff --git a/executions/execution_fm10k.cfg b/executions/execution_fm10k.cfg index fb4fc8c..971e4a4 100644 --- a/executions/execution_fm10k.cfg +++ b/executions/execution_fm10k.cfg @@ -1,6 +1,6 @@ [Execution1] crbs= -drivername= +drivername= test_suites= checksum_offload, vlan, diff --git a/executions/execution_smoke.cfg b/executions/execution_smoke.cfg index 9e5d2e6..f069365 100644 --- a/executions/execution_smoke.cfg +++ b/executions/execution_smoke.cfg @@ -1,6 +1,6 @@ [Execution1] crbs= -drivername= +drivername= test_suites= unit_tests_cmdline, unit_tests_eal, -- 1.9.3