From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id EAFFFC780 for ; Wed, 29 Apr 2015 10:29:42 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 29 Apr 2015 01:29:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,669,1422950400"; d="scan'208";a="487074055" Received: from unknown ([10.237.220.106]) by FMSMGA003.fm.intel.com with SMTP; 29 Apr 2015 01:29:35 -0700 Received: by (sSMTP sendmail emulation); Wed, 29 Apr 2015 09:29:34 +0025 Date: Wed, 29 Apr 2015 09:29:34 +0100 From: Bruce Richardson To: Ravi Kerur Message-ID: <20150429082933.GA6076@bricha3-MOBL3> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] gmake test on freeBSD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2015 08:29:44 -0000 On Tue, Apr 28, 2015 at 06:15:53PM -0700, Ravi Kerur wrote: > DPDK team, > > Is there a automated tests to run on freeBSD similar to Linux (make test). > > I ran "gmake test T=x86_64-native-bsdapp-clang CC=clang" I get following > output > > /usr/home/rkerur/dpdk-validate-abi-1/dpdk/build/app/test -c f -n 4 > > Test name Test result Test > Total > ================================================================================ > Start group_1: Fail [Can't run] [00m 00s] > Timer autotest: Fail [Can't run] [00m 00s] > Debug autotest: Fail [Can't run] [00m 00s] > Errno autotest: Fail [Can't run] [00m 00s] > Meter autotest: Fail [Can't run] [00m 00s] > Common autotest: Fail [Can't run] [00m 00s] > Dump log history: Fail [Can't run] [00m 00s] > ... > Start memcpy_perf: Fail [No prompt] [00m 00s] > Memcpy performance autotest: Fail [No prompt] [00m 00s] [00m > 01s] > Start hash_perf: Fail [No prompt] [00m 00s] > Hash performance autotest: Fail [No prompt] [00m 00s] [00m > 01s] > Start power: Fail [No prompt] [00m 00s] > Power autotest: Fail [No prompt] [00m 00s] [00m > 01s] > ... > > I have contigmem and nic_uio installed. I know some applications are > linuxapp specific but wanted to know if there is a similar automated test > tool like Linux? > > Thanks, > Ravi There is no separate test tool for FreeBSD. Unfortunately there are a number of little things that don't really work on FreeBSD - and this looks to be one of them. We probably need to look to fix this. /Bruce