From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 802A92C7A for ; Tue, 14 Jul 2015 03:29:32 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 13 Jul 2015 18:29:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,467,1432623600"; d="scan'208,217";a="728299232" Received: from kmsmsx153.gar.corp.intel.com ([172.21.73.88]) by orsmga001.jf.intel.com with ESMTP; 13 Jul 2015 18:29:18 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.110.15) by KMSMSX153.gar.corp.intel.com (172.21.73.88) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 14 Jul 2015 09:28:23 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.246]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.129]) with mapi id 14.03.0224.002; Tue, 14 Jul 2015 09:28:22 +0800 From: "Chen, WeichunX" To: "Liu, Yong" , "Tang, HaifengX" , "dts@dpdk.org" Thread-Topic: [dts] dts support for executing case list in configuration file Thread-Index: AdC9SbDGaSlfC/WbTaCJZ+8Ka1FRyQAiGKFgAAB9AZA= Date: Tue, 14 Jul 2015 01:28:22 +0000 Message-ID: <2F49FDB6EFE3E047BF58B7A7DC05541F03A5EB77@SHSMSX101.ccr.corp.intel.com> References: <86228AFD5BCD8E4EBFD2B90117B5E81E10E60D28@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <86228AFD5BCD8E4EBFD2B90117B5E81E10E60D28@SHSMSX103.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dts] dts support for executing case list in configuration 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: , X-List-Received-Date: Tue, 14 Jul 2015 01:29:33 -0000 Hi haifeng,huilong Let's discuss on today's scrum meeting. From: Liu, Yong Sent: Tuesday, July 14, 2015 9:12 AM To: Tang, HaifengX; dts@dpdk.org Cc: Chen, WeichunX; Xu, HuilongX Subject: RE: [dts] dts support for executing case list in configuration fil= e Haifeng, If used cases name in configuration file will cause the configuration file = too huge to manage. And it also difficult to known that what cause the case not supported. We plan to add check list for those cases which only supported in certain N= IC. I have talked about this topic with Huilong and Weichun, you can sync up wi= th them. From: Tang, HaifengX Sent: Monday, July 13, 2015 5:39 PM To: Liu, Yong; dts@dpdk.org Cc: Tang, HaifengX Subject: [dts] dts support for executing case list in configuration file Hi all : In dts configuration file , one test suite represent several test cases . = but in these test cases , some of them are not supported different NICs = simultaneously . So we want to put the case list that all supported one NIC in configurati= on file. Does Anyone have some advices and suggestions about it ? Example case list configuration file as below: [Execution1] crbs=3Dxxx.xxx.xxx.xxx drivername=3Digb_uio test_cases=3D hello_world_all_cores, hello_world_single_core, cmdline_sample_commands, [....] checksum_checking, packet_checking targets=3D x86_64-native-linuxapp-gcc parameters=3Dnic_type=3Dniantic:func=3Dtrue Thanks, Haifeng