From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: gmake test on freeBSD Date: Wed, 29 Apr 2015 09:29:34 +0100 Message-ID: <20150429082933.GA6076@bricha3-MOBL3> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev-VfR2kkLFssw@public.gmane.org" To: Ravi Kerur Return-path: Content-Disposition: inline In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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