From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mellanox.co.il (unknown [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 6D5DA8E9F for ; Thu, 21 Jan 2016 13:18:17 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from root@r-aa-dragon7.rdmz.labs.mlnx) with ESMTPS (AES256-SHA encrypted); 21 Jan 2016 14:18:03 +0200 Received: from r-aa-dragon7.rdmz.labs.mlnx (r-aa-dragon7.rdmz.labs.mlnx [10.224.14.90]) by filer01.rdmz.labs.mlnx (8.13.8/8.13.8) with ESMTP id u0LCI31T005476; Thu, 21 Jan 2016 14:18:03 +0200 Received: from r-aa-dragon7.rdmz.labs.mlnx (localhost [127.0.0.1]) by r-aa-dragon7.rdmz.labs.mlnx (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u0LCI3Me003294; Thu, 21 Jan 2016 14:18:03 +0200 Received: (from root@localhost) by r-aa-dragon7.rdmz.labs.mlnx (8.14.4/8.14.4/Submit) id u0LCI3FC003293; Thu, 21 Jan 2016 14:18:03 +0200 From: Raslan Darawsheh To: dts@dpdk.org Date: Thu, 21 Jan 2016 14:18:00 +0200 Message-Id: <1453378680-3240-4-git-send-email-rasland@mellanox.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1453378680-3240-1-git-send-email-rasland@mellanox.com> References: <1453378680-3240-1-git-send-email-rasland@mellanox.com> Cc: fhamad@asaltech.com, olgas@mellanox.com, rdarawsheh@asaltech.com Subject: [dts] [PATCH 3/3] executions/execution.* adding mlx5_core to bind Mellanox NIC's to the driver 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: Thu, 21 Jan 2016 12:18:17 -0000 From: Raslan Darawsheh Signed-off-by: Raslan Darawsheh --- executions/execution.cfg | 2 +- executions/execution_FVL.cfg | 2 +- executions/execution_smoke.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/executions/execution.cfg b/executions/execution.cfg index aa0b384..598c990 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 2a9a9cc..c7bcf5f 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_smoke.cfg b/executions/execution_smoke.cfg index d090f8a..5012599 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.1