* gmake test on freeBSD
@ 2015-04-29 1:15 Ravi Kerur
[not found] ` <CAFb4SLBGcR1EHL5FkJ7r6-7mqWR9UJ7GLD2cm18SJ8AuoWu_Og-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Ravi Kerur @ 2015-04-29 1:15 UTC (permalink / raw)
To: dev-VfR2kkLFssw@public.gmane.org
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
^ permalink raw reply [flat|nested] 3+ messages in thread[parent not found: <CAFb4SLBGcR1EHL5FkJ7r6-7mqWR9UJ7GLD2cm18SJ8AuoWu_Og-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: gmake test on freeBSD [not found] ` <CAFb4SLBGcR1EHL5FkJ7r6-7mqWR9UJ7GLD2cm18SJ8AuoWu_Og-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2015-04-29 8:29 ` Bruce Richardson 2015-04-29 17:58 ` Ravi Kerur 0 siblings, 1 reply; 3+ messages in thread From: Bruce Richardson @ 2015-04-29 8:29 UTC (permalink / raw) To: Ravi Kerur; +Cc: dev-VfR2kkLFssw@public.gmane.org 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 ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: gmake test on freeBSD 2015-04-29 8:29 ` Bruce Richardson @ 2015-04-29 17:58 ` Ravi Kerur 0 siblings, 0 replies; 3+ messages in thread From: Ravi Kerur @ 2015-04-29 17:58 UTC (permalink / raw) To: Bruce Richardson; +Cc: dev-VfR2kkLFssw@public.gmane.org On Wed, Apr 29, 2015 at 1:29 AM, Bruce Richardson < bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> wrote: > 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. > > Thanks Bruce. Is it due to missing infra for BSD or some minor fixes in app/test? > /Bruce > ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-04-29 17:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-29 1:15 gmake test on freeBSD Ravi Kerur
[not found] ` <CAFb4SLBGcR1EHL5FkJ7r6-7mqWR9UJ7GLD2cm18SJ8AuoWu_Og-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-04-29 8:29 ` Bruce Richardson
2015-04-29 17:58 ` Ravi Kerur
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).