From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id D8AC323C; Mon, 16 Jul 2018 17:16:11 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jul 2018 08:16:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,361,1526367600"; d="scan'208";a="240696573" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.237.220.102]) ([10.237.220.102]) by orsmga005.jf.intel.com with ESMTP; 16 Jul 2018 08:16:04 -0700 To: Reshma Pattan , thomas@monjalon.net, dev@dpdk.org Cc: jananeex.m.parthasarathy@intel.com, stable@dpdk.org References: <1531750337-4708-9-git-send-email-reshma.pattan@intel.com> From: "Burakov, Anatoly" Message-ID: Date: Mon, 16 Jul 2018 16:16:03 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1531750337-4708-9-git-send-email-reshma.pattan@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 8/9] autotest: update autotest test case list X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2018 15:16:12 -0000 On 16-Jul-18 3:12 PM, Reshma Pattan wrote: > Autotest is enhanced with additional test cases > being added to autotest_data.py > > Removed non existing PCI autotest. > > Cc: stable@dpdk.org > > Signed-off-by: Reshma Pattan > Signed-off-by: Jananee Parthasarathy > --- > + }, > + { > + "Name": "Flow classify autotest", > + "Command": "flow_classify_autotest", > + "Func": default_autotest, > + "Report": None, > + }, > + { > + "Name": "Set rxtx mode", > + "Command": "set_rxtx_mode", > + "Func": default_autotest, > + "Report": None, > + }, > + { > + "Name": "Set rxtx anchor", > + "Command": "set_rxtx_anchor", > + "Func": default_autotest, > + "Report": None, > + }, > + { > + "Name": "Set rxtx sc", > + "Command": "set_rxtx_sc", > + "Func": default_autotest, > + "Report": None, > + }, The above three tests don't look like autotests to me. I have no idea what they are for, but either they need a special function, or they need to be taken out. > + { > + "Name": "Event eth rx adapter autotest", > + "Command": "event_eth_rx_adapter_autotest", > + "Func": default_autotest, > + "Report": None, > + }, > + { > + "Name": "Rawdev autotest", > + "Command": "rawdev_autotest", > + "Func": default_autotest, > + "Report": None, > + }, > + "Report": None, > + }, > + { > + "Name": "Barrier autotest", > + "Command": "barrier_autotest", > + "Func": default_autotest, > + "Report": None, > + }, > + { > + "Name": "User delay", > + "Command": "user_delay_us", > + "Func": default_autotest, > + "Report": None, > + }, This doesn't look like autotests to me. I have no idea what it is for, but either it needs a special function, or it needs to be taken out. > + { > + "Name": "Bitmap test", > + "Command": "bitmap_test", > + "Func": default_autotest, > + "Report": None, > + }, > + { > + "Name": "Hash scaling autotest", > + "Command": "hash_scaling_autotest", > + "Func": default_autotest, > + "Report": None, > + }, > + { > + "Name": "Hash multiwriter autotest", > + "Command": "hash_multiwriter_autotest", -- Thanks, Anatoly