From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <rkerur@gmail.com> Received: from mail-oi0-f45.google.com (mail-oi0-f45.google.com [209.85.218.45]) by dpdk.org (Postfix) with ESMTP id 6184BC9C0 for <dev@dpdk.org>; Wed, 29 Apr 2015 19:58:37 +0200 (CEST) Received: by oift201 with SMTP id t201so28274239oif.3 for <dev@dpdk.org>; Wed, 29 Apr 2015 10:58:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=V9YZD11BQ5tOg1FmX2wu2K4AKDYkaDg5GKmdilKsWaQ=; b=zz0Cli1LZCUcyvKBfOcZl6BvM6EkRq6f/VGgjMoZ2MzYyKgClXfOaSHTbbBkkxKdN5 Dwh33wdUj12zZOphCZo+5BhVsbKuQJa2VrIltmbCIXqxmWxa1yY1s9jiXZeAS5NaCd+U nYqbUSWptdOwJZfLfX+zOSpCFGJcQrQwzYWsFwjoynfRbupbZBCp4KYEv6yB+nesUeTi AwNOUdoWoomuZtJdFKxMTUVepXrMzT0yU2YUswzvQHXcM6PdeVclEcwkV/QwP3DKSSF/ q5cShZnBC6bOiqBz0aMIgq78R0Yju5s9cY+JMqut/rrVQaCzMEf75Sl4qqIcX4aZIJI8 3QKA== MIME-Version: 1.0 X-Received: by 10.202.220.135 with SMTP id t129mr172467oig.115.1430330316935; Wed, 29 Apr 2015 10:58:36 -0700 (PDT) Received: by 10.202.179.195 with HTTP; Wed, 29 Apr 2015 10:58:36 -0700 (PDT) In-Reply-To: <20150429082933.GA6076@bricha3-MOBL3> References: <CAFb4SLBGcR1EHL5FkJ7r6-7mqWR9UJ7GLD2cm18SJ8AuoWu_Og@mail.gmail.com> <20150429082933.GA6076@bricha3-MOBL3> Date: Wed, 29 Apr 2015 10:58:36 -0700 Message-ID: <CAFb4SLA88Srr0ZL8c3LTWYvR3xbHhz6WUx3RoidQqMwDgBb1wA@mail.gmail.com> From: Ravi Kerur <rkerur@gmail.com> To: Bruce Richardson <bruce.richardson@intel.com> Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" <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 <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Wed, 29 Apr 2015 17:58:37 -0000 On Wed, Apr 29, 2015 at 1:29 AM, Bruce Richardson < bruce.richardson@intel.com> 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 >